[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-nslogger-de":3,"guides-for-hkuds-cli-anything-nslogger":821,"similar-k17f838067ybgvg402b48cmjs186mqpw-de":822},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":227,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":818,"workflow":819},1778688417731.9546,"k17f838067ybgvg402b48cmjs186mqpw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"CLI harness for NSLogger — parse, filter, export, and monitor NSLogger log files (.rawnsloggerdata / .nsloggerdata)",{"claudeCode":12},"hkuds/cli-anything","cli-anything-nslogger","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":243},1778689379839.3486,"kn762gxz3kz5ep16hbph8gtm7n86mnh1","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of parsing, filtering, exporting, and monitoring NSLogger log files for iOS/macOS applications.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill provides a comprehensive CLI harness for NSLogger, offering advanced parsing, filtering, and monitoring capabilities beyond basic log viewing, making it valuable for debugging and analysis.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete set of commands for managing NSLogger data, including generation, reading, filtering, exporting, stats, and live listening, covering the full lifecycle for log analysis.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on managing NSLogger log files and related data, with a coherent set of tools for parsing, filtering, and exporting.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the functionality of the CLI harness for NSLogger log files.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are narrowly scoped verb-noun specialists (e.g., `generate`, `read`, `filter`, `export`, `stats`, `listen`, `repl`) which are easy for the agent to select.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All commands and parameters, including filters, output formats, and listening modes, are clearly documented with examples in the SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","All tool names are descriptive verb-noun combinations within the NSLogger domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs (file paths, flags) and outputs (JSON, text, CSV) are well-defined and appear to request/return only necessary data for the stated tasks.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is Apache-2.0, a permissive open-source license, clearly stated in the LICENSE file and referenced in the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses pip with a lockfile (`requirements.txt` and `setup.py` suggest standard packaging practices), indicating good dependency management.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The tool operates on log files and does not appear to handle or require any secrets.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The tool processes log files and does not appear to execute arbitrary code or instructions from external data.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill appears to be self-contained and does not fetch remote content at runtime for execution.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The tool operates on local files and network connections for listening, with no indication of attempting to write outside its intended scope.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops in the provided source.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The tool processes local log files and does not appear to exfiltrate any data to third parties.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","No hidden text tricks or malicious instructions were found in the bundled content.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The code appears to be standard Python and does not contain obfuscated payloads or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The tool operates on provided file paths and network connections, making no assumptions about user project structure outside of these inputs.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has a healthy ratio of closed to open issues in the last 90 days, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a version (`0.1.0`) declared in the frontmatter and installation instructions reference a specific version, not `main`.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters for commands like filtering levels, search terms, and ports appear to be handled and validated.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The tool primarily reads and processes log files; commands like `listen` are non-destructive or have clear confirmation paths.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The tool provides structured output and error messages, indicated by the JSON output shapes and the clear command structure.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The `--debug` flag for `listen` and potential output to files like `app.log` suggest logging capabilities for auditing actions.",{"category":117,"check":118,"severity":67,"summary":119},"Compliance","GDPR","The tool processes log files and does not appear to handle personal data directly.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The tool is a general-purpose log processor and has no regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The CLI is written in Python and appears to be cross-platform compatible, using standard libraries.",{"category":44,"check":127,"severity":24,"summary":128},"README","A comprehensive README exists and clearly states the extension's purpose, installation, and usage.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The tool exposes a reasonable number of commands (7 main commands with sub-options) suitable for its purpose.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tool commands (`read`, `filter`, `export`) have distinct purposes and do not appear to be near-synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features in the README and SKILL.md have corresponding implemented commands and options.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions and copy-pasteable command examples are provided in both the README and SKILL.md.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The CLI structure and JSON output suggest that errors would be well-defined and potentially actionable.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The installation uses `pip install -e .` which implies standard Python packaging, and the `setup.py` would pin dependencies.",{"category":33,"check":151,"severity":67,"summary":152},"Dry-run preview","The tool is primarily for analyzing log data and does not perform destructive operations or send outbound data that would require a dry-run mode.",{"category":154,"check":155,"severity":67,"summary":156},"Protocol","Idempotent retry & timeouts","The tool processes local files and network listening, with no external state-changing operations that require idempotency or retries.",{"category":117,"check":158,"severity":67,"summary":159},"Telemetry opt-in","There is no indication of telemetry being emitted by this tool.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md frontmatter clearly defines the purpose of parsing, filtering, exporting, and monitoring NSLogger logs, with specific commands and use cases provided.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, effectively summarizing the core capability.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and avoids excessive verbosity, with details delegated to command references.",{"category":170,"check":171,"severity":67,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise and does not contain lengthy procedures or bulk material that would require progressive disclosure.",{"category":170,"check":174,"severity":67,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill; it directly processes and analyzes log data.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides numerous end-to-end, ready-to-use examples for all major capabilities, demonstrating input, invocation, and observable outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly handles edge cases through clear parameter definitions and examples, though explicit failure modes with recovery steps are not detailed.",{"category":104,"check":183,"severity":67,"summary":184},"Tool Fallback","The skill does not rely on external tools like MCP servers; it is a self-contained Python CLI.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The tool operates on input files and network connections, and errors in processing would likely result in a non-zero exit code and error message, halting the workflow.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; its functionality is distinct.",1778689379722,"This is a Python-based command-line interface (CLI) tool that acts as a harness for NSLogger, enabling users to parse, filter, export, and monitor NSLogger log files (.rawnsloggerdata / .nsloggerdata). It offers functionalities such as generating sample data, reading messages with various filters, exporting logs in different formats, providing summary statistics, and listening for live connections.",[195,196,197,198,199,200],"Parse and display NSLogger log files","Filter logs by level, tag, search, regex, and thread","Export logs to JSON, CSV, or text formats","Generate summary statistics of log data","Listen for live NSLogger connections over Bonjour or TCP/TLS","Interactive REPL for log file analysis",[202,203,204],"Replacing the official NSLogger GUI application.","Providing real-time application performance monitoring beyond log data.","Analyzing log files from sources other than NSLogger.","3.0.0","4.4.0","To provide developers and agents with a powerful, command-line interface for efficiently analyzing and managing NSLogger data, aiding in debugging and performance monitoring of iOS and macOS applications.","The tool has a clear purpose, well-defined scope, comprehensive documentation and examples, and robust testing, with no critical or warning findings. Minimal info-level findings relate to the handling of edge cases, which is generally well-covered but could be more explicitly documented with recovery paths.",99,"A high-quality, production-ready CLI tool for comprehensive analysis and management of NSLogger log files.",[212,213,214,215,216,217],"logging","ios","macos","debugging","nslogger","cli","global","verified",[221,222,223,224],"Debugging iOS/macOS application crashes by analyzing captured NSLogger sessions.","Monitoring live application logs for errors or specific events during development.","Exporting logs for long-term storage or further analysis in other tools.","Filtering large log files to quickly identify critical issues or specific patterns.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":240,"testCoverage":242},{"hasLockfile":227},true,1778689358322,{"descriptionLength":230,"readmeSize":231},115,65157,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},48,3364,false,"0.1.0",35,1778662207000,34376,{"hasNpmPackage":235,"license":241,"smitheryVerified":235},"Apache-2.0",{"hasCi":227,"hasTests":227},{"updatedAt":244},1778689379839,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/cli-anything-nslogger","hkuds","cli-anything","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":253,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":255},"HEAD",{"repoId":257},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":814},1778688407288.288,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":262,"discover":807,"github":810},{"commitSha":255,"extensions":263},[264,280,300,309,317,325,333,341,349,357,364,372,380,387,395,403,411,419,427,435,443,451,459,467,475,483,491,499,507,515,523,531,539,547,555,563,571,579,587,592,600,608,616,624,632,640,648,656,664,672,680,688,695,702,709,716,724,732,740,748,756,764,772,779,792,799],{"basePath":265,"description":266,"displayName":248,"installMethods":267,"rationale":268,"selectedPaths":269,"source":278,"sourceLanguage":18,"type":279},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[270,273,275],{"path":271,"priority":272},".claude-plugin/marketplace.json","mandatory",{"path":274,"priority":272},"README.md",{"path":276,"priority":277},"LICENSE","high","rule","marketplace",{"basePath":281,"description":266,"displayName":248,"installMethods":282,"rationale":283,"selectedPaths":284,"source":278,"sourceLanguage":18,"type":299},"cli-anything-plugin",{"claudeCode":248},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[285,287,288,289,291,293,295,297],{"path":286,"priority":272},".claude-plugin/plugin.json",{"path":274,"priority":272},{"path":276,"priority":277},{"path":290,"priority":277},"commands/cli-anything.md",{"path":292,"priority":277},"commands/list.md",{"path":294,"priority":277},"commands/refine.md",{"path":296,"priority":277},"commands/test.md",{"path":298,"priority":277},"commands/validate.md","plugin",{"basePath":301,"description":302,"displayName":303,"installMethods":304,"rationale":305,"selectedPaths":306,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-qgis","Stateful QGIS CLI for projects, writable layers, features, layouts, exports, and qgis_process operations using the real QGIS runtime.","cli-anything-qgis",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-qgis/SKILL.md (coalesced with duplicate skill at QGIS/agent-harness/cli_anything/qgis/skills)",[307],{"path":308,"priority":272},"SKILL.md",{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-adguardhome","Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API. Designed for AI agents and power users who need to manage filtering, DNS rewrites, clients, DHCP, and query logs without a GUI.","cli-anything-adguardhome",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-adguardhome/SKILL.md (coalesced with duplicate skill at adguardhome/agent-harness/cli_anything/adguardhome/skills)",[316],{"path":308,"priority":272},{"basePath":318,"description":319,"displayName":320,"installMethods":321,"rationale":322,"selectedPaths":323,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-anygen","Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...","cli-anything-anygen",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-anygen/SKILL.md (coalesced with duplicate skill at anygen/agent-harness/cli_anything/anygen/skills)",[324],{"path":308,"priority":272},{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-audacity","Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...","cli-anything-audacity",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-audacity/SKILL.md (coalesced with duplicate skill at audacity/agent-harness/cli_anything/audacity/skills)",[332],{"path":308,"priority":272},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-blender","Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...","cli-anything-blender",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-blender/SKILL.md (coalesced with duplicate skill at blender/agent-harness/cli_anything/blender/skills)",[340],{"path":308,"priority":272},{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-browser","Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.","cli-anything-browser",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-browser/SKILL.md (coalesced with duplicate skill at browser/agent-harness/cli_anything/browser/skills)",[348],{"path":308,"priority":272},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-chromadb","Command-line interface for ChromaDB - A stateless CLI for managing vector database collections, documents, and semantic search. Designed for AI agents and automation via the ChromaDB HTTP API v2.","cli-anything-chromadb",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-chromadb/SKILL.md (coalesced with duplicate skill at chromadb/agent-harness/cli_anything/chromadb/skills)",[356],{"path":308,"priority":272},{"basePath":358,"description":359,"displayName":358,"installMethods":360,"rationale":361,"selectedPaths":362,"source":278,"sourceLanguage":18,"type":249},"cli-hub-meta-skill","Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.",{"claudeCode":12},"SKILL.md frontmatter at cli-hub-meta-skill/SKILL.md (coalesced with duplicate skill at skills/cli-hub-meta-skill)",[363],{"path":308,"priority":272},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-cloudanalyzer","Command-line interface for CloudAnalyzer — Agent-friendly harness for CloudAnalyzer, a QA platform for mapping, localization, and perception outputs. Supports 27 commands across 8 groups: point cloud evaluation, trajectory evaluation, ground segmentation QA, config-driven quality gates, baseline evolution, processing, visualization, and interactive REPL.","cli-anything-cloudanalyzer",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-cloudanalyzer/SKILL.md (coalesced with duplicate skill at cloudanalyzer/agent-harness/cli_anything/cloudanalyzer/skills)",[371],{"path":308,"priority":272},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-cloudcompare","Command-line interface for CloudCompare — Agent-friendly harness for CloudCompare, the open-source 3D point cloud and mesh processing software. Supports 41 commands across 9 groups: project management, session control, point cloud operations (subsample, filter, segment, analyze), mesh operations, distance computation (C2C, C2M), transformations (ICP, matrix), export (LAS/LAZ/PLY/PCD/OBJ/STL/E57), and interactive REPL.","cli-anything-cloudcompare",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-cloudcompare/SKILL.md (coalesced with duplicate skill at cloudcompare/agent-harness/cli_anything/cloudcompare/skills)",[379],{"path":308,"priority":272},{"basePath":381,"description":382,"displayName":248,"installMethods":383,"rationale":384,"selectedPaths":385,"source":278,"sourceLanguage":18,"type":249},"macrocli","Use when the user wants OpenClaw to build, refine, test, or validate a CLI-Anything harness for a GUI application or source repository. Adapts the CLI-Anything methodology to OpenClaw without changing the generated Python harness format.",{"claudeCode":12},"SKILL.md frontmatter at macrocli/SKILL.md (coalesced with duplicate skill at codex-skill)",[386],{"path":308,"priority":272},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-comfyui","Command-line interface for ComfyUI - AI image generation workflow management via ComfyUI REST API. Designed for AI agents and power users who need to queue workflows, manage models, download generated images, and monitor the generation queue without a GUI.","cli-anything-comfyui",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-comfyui/SKILL.md (coalesced with duplicate skill at comfyui/agent-harness/cli_anything/comfyui/skills)",[394],{"path":308,"priority":272},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-dify-workflow","Wrapper for the Dify workflow DSL CLI. Create, inspect, validate, edit, and export Dify workflow files through a CLI-Anything harness.","cli-anything-dify-workflow",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-dify-workflow/SKILL.md (coalesced with duplicate skill at dify-workflow/agent-harness/cli_anything/dify_workflow/skills)",[402],{"path":308,"priority":272},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-drawio","Command-line interface for Drawio - A CLI harness for **Draw.io** — create, edit, and export diagrams from the command line....","cli-anything-drawio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-drawio/SKILL.md (coalesced with duplicate skill at drawio/agent-harness/cli_anything/drawio/skills)",[410],{"path":308,"priority":272},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-eth2-quickstart","Use eth2-quickstart to autonomously deploy a hardened Ethereum node, install execution and consensus clients, configure validator metadata, expose RPC safely, and inspect node health with structured JSON output.","cli-anything-eth2-quickstart",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-eth2-quickstart/SKILL.md (coalesced with duplicate skill at eth2-quickstart/agent-harness/cli_anything/eth2_quickstart/skills)",[418],{"path":308,"priority":272},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-exa","Agent-native CLI for Exa web search and content retrieval workflows.","cli-anything-exa",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-exa/SKILL.md (coalesced with duplicate skill at exa/agent-harness/cli_anything/exa/skills)",[426],{"path":308,"priority":272},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-firefly-iii","Firefly III CLI - Personal finance management via CLI-Anything","cli-anything-firefly-iii",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-firefly-iii/SKILL.md (coalesced with duplicate skill at firefly-iii/agent-harness/cli_anything/firefly_iii/skills, firefly-iii/agent-harness/skills/cli-anything-firefly-iii)",[434],{"path":308,"priority":272},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-freecad","Complete CLI harness for FreeCAD parametric 3D CAD modeler (258 commands). Covers ALL workbenches: Part (29 primitives + boolean + mirror + loft + sweep), Sketcher (26 cmds: geometry + constraints + editing), PartDesign (38 cmds: pad/pocket/groove/fillet/chamfer/patterns/hole/datum), Assembly (11 cmds), Mesh (16 cmds), TechDraw (15 cmds: views + dimensions + PDF/SVG), Draft (33 cmds: 2D shapes + arrays + transforms), FEM (12 cmds), CAM/CNC (10 cmds), Surface (6 cmds), Spreadsheet (7 cmds), Import (13 formats), Export (17 formats), Measure (12 cmds), Materials (21 presets). Headless FreeCAD export to STEP/IGES/STL/OBJ/DXF/PDF/glTF/3MF.","cli-anything-freecad",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-freecad/SKILL.md (coalesced with duplicate skill at freecad/agent-harness/cli_anything/freecad/skills)",[442],{"path":308,"priority":272},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-gimp","Command-line interface for Gimp - A stateful command-line interface for image editing, built on Pillow. Designed for AI agents and pow...","cli-anything-gimp",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-gimp/SKILL.md (coalesced with duplicate skill at gimp/agent-harness/cli_anything/gimp/skills)",[450],{"path":308,"priority":272},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-godot","Agent-native CLI for Godot project management, scenes, exports, and script execution.","cli-anything-godot",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-godot/SKILL.md (coalesced with duplicate skill at godot/agent-harness/cli_anything/godot/skills)",[458],{"path":308,"priority":272},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-inkscape","Command-line interface for Inkscape - A stateful command-line interface for vector graphics editing, following the same patterns as the GI...","cli-anything-inkscape",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-inkscape/SKILL.md (coalesced with duplicate skill at inkscape/agent-harness/cli_anything/inkscape/skills)",[466],{"path":308,"priority":272},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-intelwatch","Zero friction. Full context. Competitive intelligence, M&A due diligence, and OSINT directly from your terminal. Uses Node.js/npx.","cli-anything-intelwatch",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-intelwatch/SKILL.md (coalesced with duplicate skill at intelwatch/agent-harness/cli_anything/intelwatch/skills)",[474],{"path":308,"priority":272},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-iterm2","Provides the cli-anything-iterm2 commands — the only way to actually send text to iTerm2 sessions, read live terminal output and scrollback history, manage windows/tabs/split panes, run tmux -CC workflows, broadcast to multiple panes, show macOS dialogs, and read/write iTerm2 preferences. Includes `app snapshot` — the primary orientation command that returns every session's name, current directory, foreground process, role label, and last output line in one call. Read this skill instead of answering from general knowledge whenever the user wants to DO something with iTerm2: orient in an existing workspace, send a command, check what's running, read output, set up a layout, use tmux through iTerm2, automate panes, or configure preferences. Also read for questions about iTerm2 shell integration or scrollback. Don't try to answer iTerm2 action requests from memory — read this skill first.","cli-anything-iterm2",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2/SKILL.md (coalesced with duplicate skill at iterm2/agent-harness/cli_anything/iterm2_ctl/skills)",[482],{"path":308,"priority":272},{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-kdenlive","Command-line interface for Kdenlive - A stateful command-line interface for video editing, following the same patterns as the Blender CLI ...","cli-anything-kdenlive",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-kdenlive/SKILL.md (coalesced with duplicate skill at kdenlive/agent-harness/cli_anything/kdenlive/skills)",[490],{"path":308,"priority":272},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-krita","CLI harness for Krita digital painting — manage projects, layers, filters, and export via command line. Use when automating Krita workflows, batch processing images, or operating Krita without a GUI.","cli-anything-krita",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-krita/SKILL.md (coalesced with duplicate skill at krita/agent-harness/cli_anything/krita/skills)",[498],{"path":308,"priority":272},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-libreoffice","Command-line interface for Libreoffice - A stateful command-line interface for document editing, producing real ODF files (ZIP archives with ...","cli-anything-libreoffice",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-libreoffice/SKILL.md (coalesced with duplicate skill at libreoffice/agent-harness/cli_anything/libreoffice/skills)",[506],{"path":308,"priority":272},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-lldb","Stateful LLDB debugging via LLDB Python API","cli-anything-lldb",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-lldb/SKILL.md (coalesced with duplicate skill at lldb/agent-harness/cli_anything/lldb/skills)",[514],{"path":308,"priority":272},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-macrocli","Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run \u003Cname>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).\n","cli-anything-macrocli",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-macrocli/SKILL.md (coalesced with duplicate skill at macrocli/agent-harness/cli_anything/macrocli/skills)",[522],{"path":308,"priority":272},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-mailchimp","CLI harness for the Mailchimp Marketing API v3.0 — 303 commands across 30 resource groups (lists, campaigns, reports, automations, ecommerce, templates, and more). Supports JSON output and interactive REPL mode.","cli-anything-mailchimp",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mailchimp/SKILL.md (coalesced with duplicate skill at mailchimp/agent-harness/cli_anything/mailchimp/skills)",[530],{"path":308,"priority":272},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-mermaid","Command-line interface for Mermaid Live Editor - Create, edit, and render Mermaid diagrams via stateful project files and mermaid.ink renderer URLs. Designed for AI agents and power users who need to generate flowcharts, sequence diagrams, and other visualizations without a GUI.","cli-anything-mermaid",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mermaid/SKILL.md (coalesced with duplicate skill at mermaid/agent-harness/cli_anything/mermaid/skills)",[538],{"path":308,"priority":272},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-mubu","Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge....","cli-anything-mubu",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mubu/SKILL.md (coalesced with duplicate skill at mubu/agent-harness/cli_anything/mubu/skills)",[546],{"path":308,"priority":272},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":278,"sourceLanguage":18,"type":249},"musescore/agent-harness/cli_anything/musescore/skills","CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments","musescore",{"claudeCode":12},"SKILL.md frontmatter at musescore/agent-harness/cli_anything/musescore/skills/SKILL.md",[554],{"path":308,"priority":272},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-n8n","Command-line interface for n8n workflow automation platform. Manages workflows, executions, credentials, variables, and tags. Based on n8n Public API v1.1.1 (n8n >= 1.0.0).","cli-anything-n8n",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-n8n/SKILL.md (coalesced with duplicate skill at n8n/agent-harness/cli_anything/n8n/skills)",[562],{"path":308,"priority":272},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-notebooklm","Experimental NotebookLM harness for listing notebooks, managing sources, asking questions, generating artifacts, and downloading outputs through an installed notebooklm CLI.","cli-anything-notebooklm",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-notebooklm/SKILL.md (coalesced with duplicate skill at notebooklm/agent-harness/cli_anything/notebooklm/skills)",[570],{"path":308,"priority":272},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-novita","Command-line interface for Novita AI - An OpenAI-compatible AI API client for DeepSeek, GLM, and other models.","cli-anything-novita",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-novita/SKILL.md (coalesced with duplicate skill at novita/agent-harness/cli_anything/novita/skills)",[578],{"path":308,"priority":272},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-nsight-graphics","Windows-first CLI harness for Nsight Graphics capture, GPU Trace summary, and ngfx-replay analysis","cli-anything-nsight-graphics",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-nsight-graphics/SKILL.md (coalesced with duplicate skill at nsight-graphics/agent-harness/cli_anything/nsight_graphics/skills)",[586],{"path":308,"priority":272},{"basePath":246,"description":10,"displayName":13,"installMethods":588,"rationale":589,"selectedPaths":590,"source":278,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-nslogger/SKILL.md (coalesced with duplicate skill at nslogger/agent-harness/cli_anything/nslogger/skills)",[591],{"path":308,"priority":272},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":278,"sourceLanguage":18,"type":249},"obs-studio/agent-harness/cli_anything/obs_studio/skills","Command-line interface for Obs Studio - A stateful command-line interface for OBS Studio scene collection editing, following the same patter...","skills",{"claudeCode":12},"SKILL.md frontmatter at obs-studio/agent-harness/cli_anything/obs_studio/skills/SKILL.md",[599],{"path":308,"priority":272},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-obsidian","Command-line interface for Obsidian — Knowledge management and note-taking via Obsidian Local REST API. Designed for AI agents and power users who need to manage notes, search the vault, and execute commands without the GUI.","cli-anything-obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obsidian/SKILL.md (coalesced with duplicate skill at obsidian/agent-harness/cli_anything/obsidian/skills)",[607],{"path":308,"priority":272},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-ollama","Command-line interface for Ollama - Local LLM inference and model management via Ollama REST API. Designed for AI agents and power users who need to manage models, generate text, chat, and create embeddings without a GUI.","cli-anything-ollama",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-ollama/SKILL.md (coalesced with duplicate skill at ollama/agent-harness/cli_anything/ollama/skills)",[615],{"path":308,"priority":272},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-openscreen","Command-line interface for Openscreen — a screen recording editor. A stateful CLI for editing screen recordings with zoom, speed ramps, trim, crop, annotations, and polished exports. Built on the Openscreen JSON project format with ffmpeg as the rendering backend. Designed for AI agents and power users who need programmatic video editing.","cli-anything-openscreen",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-openscreen/SKILL.md (coalesced with duplicate skill at openscreen/agent-harness/cli_anything/openscreen/skills)",[623],{"path":308,"priority":272},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-pm2","Command-line interface for PM2 - A stateless CLI for Node.js process management via the PM2 CLI. List, start, stop, restart processes, view logs, and manage system configuration.","cli-anything-pm2",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-pm2/SKILL.md (coalesced with duplicate skill at pm2/agent-harness/cli_anything/pm2/skills)",[631],{"path":308,"priority":272},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":278,"sourceLanguage":18,"type":249},"quietshrink/agent-harness/cli_anything/quietshrink/skills","Compress macOS screen recordings with zero CPU stress using Apple Silicon's hardware HEVC encoder. Typically reduces file size 70-90% while staying visually lossless. Computer stays silent during encoding.","quietshrink",{"claudeCode":12},"SKILL.md frontmatter at quietshrink/agent-harness/cli_anything/quietshrink/skills/SKILL.md",[639],{"path":308,"priority":272},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-renderdoc","CLI harness for RenderDoc graphics debugger capture analysis","cli-anything-renderdoc",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-renderdoc/SKILL.md (coalesced with duplicate skill at renderdoc/agent-harness/cli_anything/renderdoc/skills)",[647],{"path":308,"priority":272},{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-rms","Teltonika RMS device management and monitoring CLI","cli-anything-rms",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-rms/SKILL.md (coalesced with duplicate skill at rms/agent-harness/cli_anything/rms/skills)",[655],{"path":308,"priority":272},{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-safari","Safari browser automation CLI on macOS via safari-mcp. Controls real Safari (native, keeps logins) by wrapping the safari-mcp MCP server. Every one of the 84 MCP tools is exposed 1:1 with schema-accurate arguments — guaranteed parity, no manual drift.","cli-anything-safari",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-safari/SKILL.md (coalesced with duplicate skill at safari/agent-harness/cli_anything/safari/skills)",[663],{"path":308,"priority":272},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-sbox","Agent-native CLI for the s&box game engine (Facepunch Studios, Source 2): project management, scene/prefab editing, material/sound/localization configs, C# code generation, asset graph queries, project validation, and editor launch.","cli-anything-sbox",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-sbox/SKILL.md (coalesced with duplicate skill at sbox/agent-harness/cli_anything/sbox/skills)",[671],{"path":308,"priority":272},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-seaclip","Command-line interface for SeaClip-Lite - A stateless CLI for managing issues, pipelines, agents, schedules, and activity on the SeaClip-Lite project management board.","cli-anything-seaclip",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-seaclip/SKILL.md (coalesced with duplicate skill at seaclip/agent-harness/cli_anything/seaclip/skills)",[679],{"path":308,"priority":272},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-shotcut","Command-line interface for Shotcut - A stateful command-line interface for video editing, built on the MLT XML format. Designed for AI ag...","cli-anything-shotcut",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-shotcut/SKILL.md (coalesced with duplicate skill at shotcut/agent-harness/cli_anything/shotcut/skills)",[687],{"path":308,"priority":272},{"basePath":689,"description":477,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[694],{"path":308,"priority":272},{"basePath":696,"description":549,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[701],{"path":308,"priority":272},{"basePath":703,"description":594,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[708],{"path":308,"priority":272},{"basePath":710,"description":634,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[715],{"path":308,"priority":272},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-slay-the-spire-ii","Command-line interface for Slay the Spire 2 - Control the real game through a local bridge mod HTTP API. Reads normalized game state and sends action commands for combat, navigation, rewards, and menu management.","cli-anything-slay-the-spire-ii",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-slay-the-spire-ii/SKILL.md",[723],{"path":308,"priority":272},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-unimol-tools","Interactive CLI for Uni-Mol molecular property prediction training and inference workflows.","cli-anything-unimol-tools",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-unimol-tools/SKILL.md (coalesced with duplicate skill at unimol_tools/agent-harness/cli_anything/unimol_tools)",[731],{"path":308,"priority":272},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-unrealinsights","Capture Unreal Engine traces to .utrace files and export Unreal Insights timing/counter data in headless mode.","cli-anything-unrealinsights",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-unrealinsights/SKILL.md (coalesced with duplicate skill at unrealinsights/agent-harness/cli_anything/unrealinsights/skills)",[739],{"path":308,"priority":272},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-videocaptioner","AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.","cli-anything-videocaptioner",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-videocaptioner/SKILL.md (coalesced with duplicate skill at videocaptioner/agent-harness/cli_anything/videocaptioner/skills)",[747],{"path":308,"priority":272},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-wiremock","Python CLI harness for WireMock HTTP mock server administration","cli-anything-wiremock",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-wiremock/SKILL.md (coalesced with duplicate skill at wiremock/agent-harness/cli_anything/wiremock/skills)",[755],{"path":308,"priority":272},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-zoom","Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...","cli-anything-zoom",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-zoom/SKILL.md (coalesced with duplicate skill at zoom/agent-harness/cli_anything/zoom/skills)",[763],{"path":308,"priority":272},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":278,"sourceLanguage":18,"type":249},"skills/cli-anything-zotero","CLI harness for Zotero.","cli-anything-zotero",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-zotero/SKILL.md (coalesced with duplicate skill at zotero/agent-harness/cli_anything/zotero/skills)",[771],{"path":308,"priority":272},{"basePath":773,"description":718,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":278,"sourceLanguage":18,"type":249},"slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills","cli-anything-sts2",{"claudeCode":12},"SKILL.md frontmatter at slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills/SKILL.md",[778],{"path":308,"priority":272},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":278,"sourceLanguage":18,"type":217},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":782},"cli ecosystem detected at sketch/agent-harness",[786,788,789],{"path":787,"priority":272},"package.json",{"path":274,"priority":272},{"path":790,"priority":791},"src/cli.js","medium",{"basePath":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":278,"sourceLanguage":18,"type":217},"exa/agent-harness",{"pypi":422},"cli ecosystem detected at exa/agent-harness (coalesced with duplicate cli at n8n/agent-harness, pm2/agent-harness, rms/agent-harness, gimp/agent-harness, lldb/agent-harness, QGIS/agent-harness, sbox/agent-harness, zoom/agent-harness, godot/agent-harness, krita/agent-harness, anygen/agent-harness, drawio/agent-harness, iterm2/agent-harness, novita/agent-harness, ollama/agent-harness, safari/agent-harness, blender/agent-harness, browser/agent-harness, comfyui/agent-harness, freecad/agent-harness, mermaid/agent-harness, seaclip/agent-harness, shotcut/agent-harness, audacity/agent-harness, chromadb/agent-harness, inkscape/agent-harness, kdenlive/agent-harness, macrocli/agent-harness, nslogger/agent-harness, obsidian/agent-harness, wiremock/agent-harness, mailchimp/agent-harness, musescore/agent-harness, renderdoc/agent-harness, intelwatch/agent-harness, notebooklm/agent-harness, obs-studio/agent-harness, openscreen/agent-harness, adguardhome/agent-harness, firefly-iii/agent-harness, libreoffice/agent-harness, quietshrink/agent-harness, cloudcompare/agent-harness, unimol_tools/agent-harness, cloudanalyzer/agent-harness, dify-workflow/agent-harness, unrealinsights/agent-harness, videocaptioner/agent-harness, eth2-quickstart/agent-harness, nsight-graphics/agent-harness, slay_the_spire_ii/agent-harness)",[797],{"path":798,"priority":272},"setup.py",{"basePath":800,"installMethods":801,"rationale":803,"selectedPaths":804,"source":278,"sourceLanguage":18,"type":217},"cli-hub",{"pypi":802},"cli-anything-hub","cli ecosystem detected at cli-hub",[805,806],{"path":798,"priority":272},{"path":274,"priority":272},{"sources":808},[809],"manual",{"closedIssues90d":233,"description":811,"forks":234,"homepage":812,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":231,"stars":239,"topics":813},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":815,"discoverAt":816,"extractAt":817,"githubAt":817,"updatedAt":815},1778688417516,1778688407288,1778688414240,[217,215,213,212,214,216],{"evaluatedAt":244,"extractAt":820,"updatedAt":244},1778688417732,[],[823,854,873,902,935,966],{"_creationTime":824,"_id":825,"community":826,"display":827,"identity":833,"providers":838,"relations":848,"tags":850,"workflow":851},1778697652123.895,"k179x649dvyg7xswjx2h5a199n86m32x",{"reviewCount":8},{"description":828,"installMethods":829,"name":831,"sourceUrl":832},"Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.",{"claudeCode":830},"steipete/clawdis","Node Connect","https://github.com/steipete/clawdis",{"basePath":834,"githubOwner":835,"githubRepo":836,"locale":18,"slug":837,"type":249},"skills/node-connect","steipete","clawdis","node-connect",{"evaluate":839,"extract":846},{"promptVersionExtension":205,"promptVersionScoring":206,"score":840,"tags":841,"targetMarket":218,"tier":219},100,[215,842,843,213,214,844,845],"networking","android","troubleshooting","openclaws",{"commitSha":255,"license":847},"MIT",{"repoId":849},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[843,215,213,214,842,845,844],{"evaluatedAt":852,"extractAt":853,"updatedAt":852},1778698735523,1778697652123,{"_creationTime":855,"_id":856,"community":857,"display":858,"identity":862,"providers":864,"relations":869,"tags":870,"workflow":871},1778697652123.8813,"k175pymk0vm7xrcjj2p0jf904186nae7",{"reviewCount":8},{"description":859,"installMethods":860,"name":861,"sourceUrl":832},"Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.",{"claudeCode":830},"openclaw-debugging",{"basePath":863,"githubOwner":835,"githubRepo":836,"locale":18,"slug":861,"type":249},".agents/skills/openclaw-debugging",{"evaluate":865,"extract":868},{"promptVersionExtension":205,"promptVersionScoring":206,"score":840,"tags":866,"targetMarket":218,"tier":219},[215,845,217,844,867],"development",{"commitSha":255},{"repoId":849},[217,215,867,845,844],{"evaluatedAt":872,"extractAt":853,"updatedAt":872},1778697754713,{"_creationTime":874,"_id":875,"community":876,"display":877,"identity":883,"providers":887,"relations":895,"tags":898,"workflow":899},1778691344230.1394,"k175kh3x4tkke1ra9hp28a1wws86mx8z",{"reviewCount":8},{"description":878,"installMethods":879,"name":881,"sourceUrl":882},"Builds iOS/macOS/watchOS/tvOS applications, implements SwiftUI views and state management, designs protocol-oriented architectures, handles async/await concurrency, implements actors for thread safety, and debugs Swift-specific issues. Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift, UIKit integration, Combine, or Vapor.",{"claudeCode":880},"jeffallan/claude-skills","swift-expert","https://github.com/jeffallan/claude-skills",{"basePath":884,"githubOwner":885,"githubRepo":886,"locale":18,"slug":881,"type":249},"skills/swift-expert","jeffallan","claude-skills",{"evaluate":888,"extract":894},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":889,"targetMarket":218,"tier":219},[890,213,214,891,892,893],"swift","swiftui","concurrency","architecture",{"commitSha":255},{"parentExtensionId":896,"repoId":897},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[893,892,213,214,890,891],{"evaluatedAt":900,"extractAt":901,"updatedAt":900},1778692744995,1778691344230,{"_creationTime":903,"_id":904,"community":905,"display":906,"identity":912,"providers":916,"relations":928,"tags":931,"workflow":932},1778687299685.386,"k17dhsrvb07wvq2ha8y2s6tnw186ms8e",{"reviewCount":8},{"description":907,"installMethods":908,"name":910,"sourceUrl":911},"Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to \"add Sentry to iOS\", \"add Sentry to Swift\", \"install sentry-cocoa\", or configure error monitoring, tracing, profiling, session replay, or logging for Apple applications. Supports SwiftUI and UIKit.",{"claudeCode":909},"getsentry/sentry-for-ai","sentry-cocoa-sdk","https://github.com/getsentry/sentry-for-ai",{"basePath":913,"githubOwner":914,"githubRepo":915,"locale":18,"slug":910,"type":249},"skills/sentry-cocoa-sdk","getsentry","sentry-for-ai",{"evaluate":917,"extract":927},{"promptVersionExtension":205,"promptVersionScoring":206,"score":918,"tags":919,"targetMarket":218,"tier":219},98,[213,214,920,921,922,890,923,891,924,215,925,926],"tvos","watchos","visionos","uikit","sdk-setup","error-monitoring","performance",{"commitSha":255},{"parentExtensionId":929,"repoId":930},"k179krjesmjphb7bqfh43701sn86n8mn","kd72wxwjk5zaddkehkc2ftrzfh86nk3n",[215,925,213,214,926,924,890,891,920,923,922,921],{"evaluatedAt":933,"extractAt":934,"updatedAt":933},1778687470588,1778687299685,{"_creationTime":936,"_id":937,"community":938,"display":939,"identity":945,"providers":950,"relations":959,"tags":962,"workflow":963},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":940,"installMethods":941,"name":943,"sourceUrl":944},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":942},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":946,"githubOwner":947,"githubRepo":948,"locale":18,"slug":949,"type":249},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":951,"extract":958},{"promptVersionExtension":205,"promptVersionScoring":206,"score":840,"tags":952,"targetMarket":218,"tier":219},[953,954,955,956,957,217],"finance","trading","market-analysis","ai","typescript",{"commitSha":255,"license":847},{"parentExtensionId":960,"repoId":961},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[956,217,953,955,954,957],{"evaluatedAt":964,"extractAt":965,"updatedAt":964},1778701108877,1778696691708,{"_creationTime":967,"_id":968,"community":969,"display":970,"identity":976,"providers":980,"relations":987,"tags":990,"workflow":991},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":971,"installMethods":972,"name":974,"sourceUrl":975},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":973},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":977,"githubOwner":978,"githubRepo":979,"locale":18,"slug":974,"type":249},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":981,"extract":986},{"promptVersionExtension":205,"promptVersionScoring":206,"score":840,"tags":982,"targetMarket":218,"tier":219},[974,983,984,217,985],"routing","configuration","mcp",{"commitSha":255},{"parentExtensionId":988,"repoId":989},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,984,985,983,974],{"evaluatedAt":992,"extractAt":993,"updatedAt":992},1778699724286,1778699234184]