[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-cloudanalyzer-de":3,"guides-for-hkuds-cli-anything-cloudanalyzer":823,"similar-k17dxvv1p43a58ywhpen9tg6r586nn84-de":824},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":820,"workflow":821},1778688417731.9478,"k17dxvv1p43a58ywhpen9tg6r586nn84",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"hkuds/cli-anything","cli-anything-cloudanalyzer","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778688714106.161,"kn78vaf1f6edx7jtm4ndaa2qdn86mcsk","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222},[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 states the problem of providing an agent-friendly harness for CloudAnalyzer, a QA platform for point cloud data, and names its core functionalities.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The CLI provides a comprehensive agent-friendly interface for CloudAnalyzer, offering 27 commands across 8 groups, which is significantly more value than a simple prompt and not a thin wrapper around existing APIs.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete set of commands for point cloud evaluation, trajectory evaluation, quality gates, baseline management, processing, visualization, and metadata inspection, covering the full lifecycle of its stated use case.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on providing a command-line interface for CloudAnalyzer, encompassing related QA and processing tasks without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the capabilities of the CLI tool, detailing its purpose, scope, and functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are presented as narrow verb-noun commands (e.g., 'evaluate run', 'process downsample') which aids agent selection and reduces attack surface.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All commands and their options are documented in the SKILL.md, including descriptions, types, and example invocations, with clear JSON output options for agent consumption.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Command and group names are descriptive and directly related to CloudAnalyzer's functions (e.g., 'evaluate', 'process', 'trajectory').",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined flags and arguments, and the `--json` output option provides structured data suitable for agent consumption without unnecessary diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache-2.0 license, as declared in the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a `pyproject.toml` and `poetry.lock` file, indicating pinned dependencies and proper management.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The extension is a CLI tool for data processing and does not appear to handle or require secrets.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The tool is a CLI wrapper, and its inputs are processed as arguments; there's no indication of loading untrusted third-party data as instructions.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension relies on standard Python packages and does not fetch external code or data at runtime.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","As a CLI tool operating on user-provided files and standard command-line arguments, it adheres to typical sandbox isolation principles.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls is present in the CLI's structure.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The tool processes local files and does not make undocumented outbound calls; any network interaction would be explicit and related to its core function.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content and documentation do not contain hidden text tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The extension is implemented in standard Python and does not use obfuscated code, base64 payloads, or runtime fetched scripts.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The CLI operates on file paths provided by the user and does not make assumptions about project structure outside of standard file operations.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 35 open and 48 closed issues in the last 90 days and a reasonable closure rate, maintainers appear engaged.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a clear versioning indicated by commits and package management, with a recent push date.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The CLI uses the Click library for argument parsing and validation, ensuring inputs are constrained and typed.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The tool primarily operates on data processing and analysis, and any file operations are standard and not inherently destructive without user explicit input.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The CLI uses Click for argument validation and standard Python error handling, providing clear messages for invalid inputs or operations.",{"category":104,"check":114,"severity":67,"summary":115},"Logging","This CLI tool focuses on processing local files and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":67,"summary":119},"Compliance","GDPR","The extension processes point cloud data and does not appear to handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The CLI tool is a general-purpose data processing utility with no regional or jurisdictional limitations; targetMarket is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The extension is a standard Python package and relies on common libraries and Python 3.10+, ensuring good cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing installation, usage, commands, and project vision.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The CLI exposes 27 commands across 8 groups, fitting within the target range for a well-scoped tool.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","Command names are distinct and map to specific CloudAnalyzer functionalities, avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features and commands in the README and SKILL.md correspond to implemented tools within the CLI.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions (`pip install cli-anything-cloudanalyzer`) and example invocations are provided in the README and SKILL.md.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors generated by Click validation and standard Python exceptions provide clear messages and context, allowing for remediation.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Dependencies are managed via `pyproject.toml` and `poetry.lock`, ensuring pinned versions for stable execution.",{"category":33,"check":151,"severity":67,"summary":152},"Dry-run preview","The tool operates on local files and performs analysis or processing, not state-changing operations that would typically require a dry-run mode.",{"category":154,"check":155,"severity":67,"summary":156},"Protocol","Idempotent retry & timeouts","The CLI operates on local data and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":67,"summary":159},"Telemetry opt-in","The extension is a local CLI tool and does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the artifact (CloudAnalyzer QA platform), the user intent (agent-friendly harness), and specific use cases (point cloud evaluation, quality gates, etc.).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense and self-contained, providing a clear summary of core capabilities and trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with command groups and detailed descriptions, remaining concise and delegating deeper material implicitly via the CLI's help system.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines commands and groups, and detailed usage is discoverable via the CLI's `--help` flags, which functions as progressive disclosure.",{"category":170,"check":174,"severity":67,"summary":175},"Forked exploration","This is a CLI tool focused on specific operations, not a skill that involves deep exploration or multi-file inspection.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples for common workflows, demonstrating input, invocation, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The tool handles common edge cases like missing files or invalid arguments through Click validation and standard Python error handling, with examples for recovery in the SKILL.md.",{"category":104,"check":183,"severity":67,"summary":184},"Tool Fallback","The extension is a standalone CLI tool and does not rely on external tools like MCP servers, thus no fallback is needed.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","Preconditions like valid file paths are handled by argument validation, and errors during processing lead to non-zero exits with descriptive messages, halting the workflow.",{"category":92,"check":190,"severity":67,"summary":191},"Cross-skill coupling","This is a standalone CLI tool and does not implicitly rely on or interact with other skills in the same session.",1778688713999,"This is a command-line interface for CloudAnalyzer, providing agents with structured access to perform point cloud evaluation, trajectory analysis, quality gating, baseline evolution, processing, and visualization.",[195,196,197,198,199,200,201,202],"27 commands across 8 groups","Point cloud evaluation (Chamfer, F1, AUC, Hausdorff)","Trajectory evaluation (ATE, RPE, drift)","Config-driven quality gates","Baseline evolution and management","Point cloud processing (downsample, filter, merge)","Visualization and inspection tools","JSON output for agent consumption",[204,205,206],"Replacing the core CloudAnalyzer application","Providing a GUI for CloudAnalyzer","Performing tasks unrelated to point cloud and trajectory QA","3.0.0","4.4.0","To enable AI agents to programmatically interact with and leverage the capabilities of the CloudAnalyzer QA platform for mapping, localization, and perception outputs.","The extension demonstrates strong adherence to all evaluated checks, particularly in scope, documentation, security, and usability. The only minor point is the absence of explicit dry-run modes, which are not applicable to its core functionality.",98,"A robust and well-documented CLI tool for CloudAnalyzer, offering comprehensive functionality with excellent agent support.",[214,215,216,217,218,219],"cli","point-cloud","qa","perception","mapping","localization","global","verified",[223,224,225,226,227],"Evaluate point cloud quality against a reference dataset","Automate trajectory analysis for autonomous systems","Implement configuration-driven quality gates for perception outputs","Manage and compare baseline evolution over time","Process and visualize point cloud data programmatically",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},true,1778688696141,{"descriptionLength":233,"readmeSize":234},356,65157,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":239,"pushedAt":240,"stars":241},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":238,"license":243,"smitheryVerified":238},"Apache-2.0",{"hasCi":230,"hasTests":230},{"updatedAt":246},1778688714106,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/cli-anything-cloudanalyzer","hkuds","cli-anything","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":255,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":257},"HEAD",{"repoId":259},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":816},1778688407288.288,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":264,"discover":809,"github":812},{"commitSha":257,"extensions":265},[266,282,302,311,319,327,335,343,351,359,366,371,379,386,394,402,410,418,426,434,442,450,458,466,474,482,490,498,506,514,522,530,538,546,554,562,570,578,586,594,602,610,618,626,634,642,650,658,666,674,682,690,697,704,711,718,726,734,742,750,758,766,774,781,794,801],{"basePath":267,"description":268,"displayName":250,"installMethods":269,"rationale":270,"selectedPaths":271,"source":280,"sourceLanguage":18,"type":281},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[272,275,277],{"path":273,"priority":274},".claude-plugin/marketplace.json","mandatory",{"path":276,"priority":274},"README.md",{"path":278,"priority":279},"LICENSE","high","rule","marketplace",{"basePath":283,"description":268,"displayName":250,"installMethods":284,"rationale":285,"selectedPaths":286,"source":280,"sourceLanguage":18,"type":301},"cli-anything-plugin",{"claudeCode":250},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[287,289,290,291,293,295,297,299],{"path":288,"priority":274},".claude-plugin/plugin.json",{"path":276,"priority":274},{"path":278,"priority":279},{"path":292,"priority":279},"commands/cli-anything.md",{"path":294,"priority":279},"commands/list.md",{"path":296,"priority":279},"commands/refine.md",{"path":298,"priority":279},"commands/test.md",{"path":300,"priority":279},"commands/validate.md","plugin",{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":280,"sourceLanguage":18,"type":251},"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)",[309],{"path":310,"priority":274},"SKILL.md",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":280,"sourceLanguage":18,"type":251},"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)",[318],{"path":310,"priority":274},{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":280,"sourceLanguage":18,"type":251},"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)",[326],{"path":310,"priority":274},{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":280,"sourceLanguage":18,"type":251},"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)",[334],{"path":310,"priority":274},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":280,"sourceLanguage":18,"type":251},"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)",[342],{"path":310,"priority":274},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":280,"sourceLanguage":18,"type":251},"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)",[350],{"path":310,"priority":274},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":280,"sourceLanguage":18,"type":251},"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)",[358],{"path":310,"priority":274},{"basePath":360,"description":361,"displayName":360,"installMethods":362,"rationale":363,"selectedPaths":364,"source":280,"sourceLanguage":18,"type":251},"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)",[365],{"path":310,"priority":274},{"basePath":248,"description":10,"displayName":13,"installMethods":367,"rationale":368,"selectedPaths":369,"source":280,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-cloudanalyzer/SKILL.md (coalesced with duplicate skill at cloudanalyzer/agent-harness/cli_anything/cloudanalyzer/skills)",[370],{"path":310,"priority":274},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":280,"sourceLanguage":18,"type":251},"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)",[378],{"path":310,"priority":274},{"basePath":380,"description":381,"displayName":250,"installMethods":382,"rationale":383,"selectedPaths":384,"source":280,"sourceLanguage":18,"type":251},"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)",[385],{"path":310,"priority":274},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":280,"sourceLanguage":18,"type":251},"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)",[393],{"path":310,"priority":274},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":280,"sourceLanguage":18,"type":251},"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)",[401],{"path":310,"priority":274},{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":280,"sourceLanguage":18,"type":251},"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)",[409],{"path":310,"priority":274},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":280,"sourceLanguage":18,"type":251},"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)",[417],{"path":310,"priority":274},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":280,"sourceLanguage":18,"type":251},"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)",[425],{"path":310,"priority":274},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":280,"sourceLanguage":18,"type":251},"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)",[433],{"path":310,"priority":274},{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":280,"sourceLanguage":18,"type":251},"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)",[441],{"path":310,"priority":274},{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":280,"sourceLanguage":18,"type":251},"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)",[449],{"path":310,"priority":274},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":280,"sourceLanguage":18,"type":251},"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)",[457],{"path":310,"priority":274},{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":280,"sourceLanguage":18,"type":251},"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)",[465],{"path":310,"priority":274},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":280,"sourceLanguage":18,"type":251},"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)",[473],{"path":310,"priority":274},{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":280,"sourceLanguage":18,"type":251},"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)",[481],{"path":310,"priority":274},{"basePath":483,"description":484,"displayName":485,"installMethods":486,"rationale":487,"selectedPaths":488,"source":280,"sourceLanguage":18,"type":251},"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)",[489],{"path":310,"priority":274},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":280,"sourceLanguage":18,"type":251},"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)",[497],{"path":310,"priority":274},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":280,"sourceLanguage":18,"type":251},"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)",[505],{"path":310,"priority":274},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":280,"sourceLanguage":18,"type":251},"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)",[513],{"path":310,"priority":274},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":280,"sourceLanguage":18,"type":251},"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)",[521],{"path":310,"priority":274},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":280,"sourceLanguage":18,"type":251},"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)",[529],{"path":310,"priority":274},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":280,"sourceLanguage":18,"type":251},"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)",[537],{"path":310,"priority":274},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":280,"sourceLanguage":18,"type":251},"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)",[545],{"path":310,"priority":274},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":280,"sourceLanguage":18,"type":251},"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",[553],{"path":310,"priority":274},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":280,"sourceLanguage":18,"type":251},"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)",[561],{"path":310,"priority":274},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":280,"sourceLanguage":18,"type":251},"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)",[569],{"path":310,"priority":274},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":280,"sourceLanguage":18,"type":251},"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)",[577],{"path":310,"priority":274},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":280,"sourceLanguage":18,"type":251},"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)",[585],{"path":310,"priority":274},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-nslogger","CLI harness for NSLogger — parse, filter, export, and monitor NSLogger log files (.rawnsloggerdata / .nsloggerdata)","cli-anything-nslogger",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-nslogger/SKILL.md (coalesced with duplicate skill at nslogger/agent-harness/cli_anything/nslogger/skills)",[593],{"path":310,"priority":274},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":280,"sourceLanguage":18,"type":251},"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",[601],{"path":310,"priority":274},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":280,"sourceLanguage":18,"type":251},"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)",[609],{"path":310,"priority":274},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":280,"sourceLanguage":18,"type":251},"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)",[617],{"path":310,"priority":274},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":280,"sourceLanguage":18,"type":251},"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)",[625],{"path":310,"priority":274},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":280,"sourceLanguage":18,"type":251},"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)",[633],{"path":310,"priority":274},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":280,"sourceLanguage":18,"type":251},"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",[641],{"path":310,"priority":274},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":280,"sourceLanguage":18,"type":251},"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)",[649],{"path":310,"priority":274},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":280,"sourceLanguage":18,"type":251},"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)",[657],{"path":310,"priority":274},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":280,"sourceLanguage":18,"type":251},"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)",[665],{"path":310,"priority":274},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":280,"sourceLanguage":18,"type":251},"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)",[673],{"path":310,"priority":274},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":280,"sourceLanguage":18,"type":251},"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)",[681],{"path":310,"priority":274},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":280,"sourceLanguage":18,"type":251},"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)",[689],{"path":310,"priority":274},{"basePath":691,"description":476,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[696],{"path":310,"priority":274},{"basePath":698,"description":548,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[703],{"path":310,"priority":274},{"basePath":705,"description":596,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[710],{"path":310,"priority":274},{"basePath":712,"description":636,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[717],{"path":310,"priority":274},{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":280,"sourceLanguage":18,"type":251},"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",[725],{"path":310,"priority":274},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":280,"sourceLanguage":18,"type":251},"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)",[733],{"path":310,"priority":274},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":280,"sourceLanguage":18,"type":251},"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)",[741],{"path":310,"priority":274},{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":280,"sourceLanguage":18,"type":251},"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)",[749],{"path":310,"priority":274},{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":280,"sourceLanguage":18,"type":251},"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)",[757],{"path":310,"priority":274},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":280,"sourceLanguage":18,"type":251},"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)",[765],{"path":310,"priority":274},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":280,"sourceLanguage":18,"type":251},"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)",[773],{"path":310,"priority":274},{"basePath":775,"description":720,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":280,"sourceLanguage":18,"type":251},"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",[780],{"path":310,"priority":274},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":280,"sourceLanguage":18,"type":214},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":784},"cli ecosystem detected at sketch/agent-harness",[788,790,791],{"path":789,"priority":274},"package.json",{"path":276,"priority":274},{"path":792,"priority":793},"src/cli.js","medium",{"basePath":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":280,"sourceLanguage":18,"type":214},"exa/agent-harness",{"pypi":421},"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)",[799],{"path":800,"priority":274},"setup.py",{"basePath":802,"installMethods":803,"rationale":805,"selectedPaths":806,"source":280,"sourceLanguage":18,"type":214},"cli-hub",{"pypi":804},"cli-anything-hub","cli ecosystem detected at cli-hub",[807,808],{"path":800,"priority":274},{"path":276,"priority":274},{"sources":810},[811],"manual",{"closedIssues90d":236,"description":813,"forks":237,"homepage":814,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":241,"topics":815},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":817,"discoverAt":818,"extractAt":819,"githubAt":819,"updatedAt":817},1778688417516,1778688407288,1778688414240,[214,219,218,217,215,216],{"evaluatedAt":246,"extractAt":822,"updatedAt":246},1778688417732,[],[825,853,885,913,937,957],{"_creationTime":826,"_id":827,"community":828,"display":829,"identity":835,"providers":839,"relations":847,"tags":849,"workflow":850},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":830,"installMethods":831,"name":833,"sourceUrl":834},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":832},"steipete/clawdis","telegram-crabbox-e2e-proof","https://github.com/steipete/clawdis",{"basePath":836,"githubOwner":837,"githubRepo":838,"locale":18,"slug":833,"type":251},".agents/skills/telegram-crabbox-e2e-proof","steipete","clawdis",{"evaluate":840,"extract":846},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":842,"targetMarket":220,"tier":221},100,[843,844,845,216,214],"testing","telegram","automation",{"commitSha":257},{"repoId":848},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[845,214,216,844,843],{"evaluatedAt":851,"extractAt":852,"updatedAt":851},1778698038113,1778697652123,{"_creationTime":854,"_id":855,"community":856,"display":857,"identity":863,"providers":868,"relations":878,"tags":881,"workflow":882},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":858,"installMethods":859,"name":861,"sourceUrl":862},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":860},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":864,"githubOwner":865,"githubRepo":866,"locale":18,"slug":867,"type":251},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":869,"extract":876},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":870,"targetMarket":220,"tier":221},[871,872,873,874,875,214],"finance","trading","market-analysis","ai","typescript",{"commitSha":257,"license":877},"MIT",{"parentExtensionId":879,"repoId":880},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[874,214,871,873,872,875],{"evaluatedAt":883,"extractAt":884,"updatedAt":883},1778701108877,1778696691708,{"_creationTime":886,"_id":887,"community":888,"display":889,"identity":895,"providers":899,"relations":906,"tags":909,"workflow":910},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":890,"installMethods":891,"name":893,"sourceUrl":894},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":892},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":896,"githubOwner":897,"githubRepo":898,"locale":18,"slug":893,"type":251},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":900,"extract":905},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":901,"targetMarket":220,"tier":221},[893,902,903,214,904],"routing","configuration","mcp",{"commitSha":257},{"parentExtensionId":907,"repoId":908},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,903,904,902,893],{"evaluatedAt":911,"extractAt":912,"updatedAt":911},1778699724286,1778699234184,{"_creationTime":914,"_id":915,"community":916,"display":917,"identity":921,"providers":924,"relations":933,"tags":934,"workflow":935},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":918,"installMethods":919,"name":920,"sourceUrl":894},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":892},"Project Session Manager",{"basePath":922,"githubOwner":897,"githubRepo":898,"locale":18,"slug":923,"type":251},"skills/project-session-manager","project-session-manager",{"evaluate":925,"extract":932},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":926,"targetMarket":220,"tier":221},[927,928,929,930,845,214,931],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":257,"license":877},{"parentExtensionId":907,"repoId":908},[845,214,931,928,927,930,929],{"evaluatedAt":936,"extractAt":912,"updatedAt":936},1778699613343,{"_creationTime":938,"_id":939,"community":940,"display":941,"identity":945,"providers":947,"relations":953,"tags":954,"workflow":955},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":942,"installMethods":943,"name":944,"sourceUrl":894},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":892},"mcp-setup",{"basePath":946,"githubOwner":897,"githubRepo":898,"locale":18,"slug":944,"type":251},"skills/mcp-setup",{"evaluate":948,"extract":952},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":949,"targetMarket":220,"tier":221},[904,903,214,950,951],"agent","tooling",{"commitSha":257},{"parentExtensionId":907,"repoId":908},[950,214,903,904,951],{"evaluatedAt":956,"extractAt":912,"updatedAt":956},1778699492025,{"_creationTime":958,"_id":959,"community":960,"display":961,"identity":964,"providers":967,"relations":975,"tags":976,"workflow":977},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":962,"installMethods":963,"name":898,"sourceUrl":894},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":892},{"basePath":965,"githubOwner":897,"githubRepo":898,"locale":18,"slug":966,"type":251},"skills/ask","ask",{"evaluate":968,"extract":974},{"promptVersionExtension":207,"promptVersionScoring":208,"score":841,"tags":969,"targetMarket":220,"tier":221},[214,845,970,971,972,973],"llm","prompting","code-review","artifact-generation",{"commitSha":257,"license":877},{"parentExtensionId":907,"repoId":908},[973,845,214,972,970,971],{"evaluatedAt":978,"extractAt":912,"updatedAt":978},1778699303045]