[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-godot-de":3,"guides-for-hkuds-cli-anything-godot":828,"similar-k171mh473dwcbyz9t9hdsmkyy186m4d3-de":829},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":234,"parentExtension":257,"providers":258,"relations":263,"repo":265,"tags":825,"workflow":826},1778688417731.9504,"k171mh473dwcbyz9t9hdsmkyy186m4d3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Agent-native CLI for Godot project management, scenes, exports, and script execution.",{"claudeCode":12},"hkuds/cli-anything","CLI-Anything: Godot","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778688979273.0518,"kn7egebq4ybrvbf96sdfzxvdp586ngk6","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222,"workflow":227},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,105,108,112,117,121,124,127,130,133,136,139,143,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 managing Godot projects, scenes, exports, and scripts via a CLI.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a comprehensive CLI for Godot, going beyond basic Godot commands by integrating project management, scene operations, script execution, and export workflows into a single agent-native interface.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete set of commands for Godot project management, scene operations, script execution, and exports, suitable for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses specifically on Godot game engine project management and related operations.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and effectively communicates the extension's purpose as an agent-native CLI for Godot.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","All exposed tools are specific verb-noun actions related to Godot project management, such as 'project create', 'scene add-node', and 'script run'.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All commands and their parameters, including the --json flag and project path, are clearly documented in the SKILL.md file.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'project create', 'scene add-node', and 'script run' are descriptive and follow kebab-case conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined flags and arguments, and the --json output provides structured, relevant data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache-2.0 license, which is permissive and widely usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project has a lockfile (poetry.lock implied by pyproject.toml and hasLockfile: true) and uses standard Python packaging, indicating good dependency management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension does not appear to load or execute untrusted third-party data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension appears to bundle all necessary code and does not fetch external resources at runtime for execution.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The CLI operates within the project directory and interacts with the Godot executable, without attempting to access files outside its scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No obvious sandbox escape primitives like detached processes or deny-retry loops were found.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","There are no indications of the extension reading or submitting confidential data to a third party.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content appears free of hidden steering tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The code appears to be plain Python and not obfuscated or dynamically executed from untrusted sources.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script references the Godot binary via PATH or an environment variable, making it portable across systems with Godot installed.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","info","Open issues: 35, Closed issues (90d): 48. The closure rate is approximately 58%, indicating reasonable maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project is actively maintained with recent commits and a clear versioning strategy is implied by the development activity, though no explicit version tag is present in the SKILL.md frontmatter.",{"category":58,"check":62,"severity":24,"summary":104},"Uses pip with a requirements.txt and hasLockfile: true, indicating pinned dependencies.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","Commands like 'project create' and 'scene add-node' are not inherently destructive, and no other obvious destructive operations are present without clear intent.",{"category":109,"check":110,"severity":24,"summary":111},"Errors","Error Handling","The CLI appears to handle errors gracefully, providing JSON output and clear messages for invalid commands or project states.",{"category":113,"check":114,"severity":115,"summary":116},"Code Execution","Logging","not_applicable","The skill is not inherently destructive and does not require a local audit log.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The extension does not appear to operate on personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension is global in scope and does not have any regional or jurisdictional restrictions.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The CLI relies on the presence of the Godot executable in the PATH or via an environment variable, making it portable across POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","A comprehensive README.md is present and clearly describes the project's purpose and installation.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The extension exposes a reasonable number of tools (around 20 commands) organized into logical groups.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","Command names are distinct and cover specific functionalities without significant overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features and commands in the SKILL.md and README are implemented and functional.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear installation instructions are provided in the SKILL.md and README, including pip install commands and an example invocation.",{"category":109,"check":144,"severity":24,"summary":145},"Actionable error messages","Error messages are clear, indicate the operation that failed, and often provide context for recovery, especially when using JSON mode.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Dependencies are managed via pip and a lockfile is present, ensuring pinned dependencies.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The extension's operations are not state-changing in a way that would typically require a dry-run feature, such as file deletion or external API calls.",{"category":154,"check":155,"severity":115,"summary":156},"Protocol","Idempotent retry & timeouts","The extension primarily interacts with the local Godot executable and does not involve remote calls or state-changing operations that necessitate idempotency or per-call timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","No telemetry is emitted by this extension.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the extension is an agent-native CLI for Godot project management, scenes, exports, and script execution, with usage implicitly tied to Godot development.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of managing Godot projects via CLI.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured with commands, examples, and explanations, staying within reasonable length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the main commands and provides examples, with deeper technical details accessible through the CLI's `--help` or JSON output.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This extension is a direct tool, not an exploration or deep analysis skill, so 'context: fork' is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Numerous ready-to-use examples are provided for project management, scene operations, script execution, and exports, demonstrating concrete inputs and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly handles edge cases by showing clear command structures and expected output formats, and the CLI would naturally error on malformed inputs or missing project files.",{"category":113,"check":183,"severity":24,"summary":184},"Tool Fallback","The tool relies on the Godot executable being available in the PATH or via an environment variable, which is a standard prerequisite for Godot development tools.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The CLI commands are designed to operate on Godot projects and would naturally error out if the project state is unexpected or malformed, preventing destructive actions.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses solely on Godot operations, with no implicit reliance on other skills.",1778688979160,"This extension provides a command-line interface for managing Godot game engine projects, including scenes, exports, and script execution. It offers commands for project creation, info retrieval, scene manipulation, script validation, and build configurations.",[195,196,197,198,199],"Agent-native Godot project management","Scene creation, reading, and modification","GDScript execution and validation","Export preset management and build execution","Structured JSON output for agent consumption",[201,202,203],"Replacing the Godot Editor GUI","Providing Godot engine runtime capabilities beyond script execution","Managing external dependencies not directly related to the Godot project",[],[206,207],"Godot 4.x on PATH (or set GODOT_BIN env var)","Python 3.10+","3.0.0","4.4.0","To enable AI agents to programmatically manage and interact with Godot game engine projects, streamlining development workflows.","The extension is highly polished, well-documented, and production-ready, with a comprehensive set of features and robust testing. Minor info-level finding on issue attention did not impact score.",99,"An excellent, production-ready CLI for agent-native Godot game development.",[215,216,217,218,219],"godot","game-development","cli","automation","scripting","global","verified",[223,224,225,226],"Automating Godot project setup and configuration","Programmatically manipulating game scenes and scripts","Building and exporting Godot projects for various platforms","Integrating Godot development into AI agent workflows",[228,229,230,231],"Analyze Godot project structure","Execute chosen command (project, scene, script, export)","Perform action using Godot executable or internal logic","Return status/output (text or JSON)",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":246,"testCoverage":248},{"hasLockfile":234},true,1778688957359,{"descriptionLength":237,"readmeSize":238},85,65157,{"closedIssues90d":240,"forks":241,"hasChangelog":242,"openIssues90d":243,"pushedAt":244,"stars":245},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":242,"license":247,"smitheryVerified":242},"Apache-2.0",{"hasCi":234,"hasTests":234},{"updatedAt":250},1778688979273,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"skills/cli-anything-godot","hkuds","cli-anything","cli-anything-godot","skill",null,{"evaluate":259,"extract":261},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":260,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":262,"license":247},"HEAD",{"repoId":264},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":266,"_id":264,"identity":267,"providers":268,"workflow":821},1778688407288.288,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":269,"discover":814,"github":817},{"commitSha":262,"extensions":270},[271,287,307,316,324,332,340,348,356,364,371,379,387,394,402,410,418,426,434,442,450,458,463,471,479,487,495,503,511,519,527,535,543,551,559,567,575,583,591,599,607,615,623,631,639,647,655,663,671,679,687,695,702,709,716,723,731,739,747,755,763,771,779,786,799,806],{"basePath":272,"description":273,"displayName":254,"installMethods":274,"rationale":275,"selectedPaths":276,"source":285,"sourceLanguage":18,"type":286},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[277,280,282],{"path":278,"priority":279},".claude-plugin/marketplace.json","mandatory",{"path":281,"priority":279},"README.md",{"path":283,"priority":284},"LICENSE","high","rule","marketplace",{"basePath":288,"description":273,"displayName":254,"installMethods":289,"rationale":290,"selectedPaths":291,"source":285,"sourceLanguage":18,"type":306},"cli-anything-plugin",{"claudeCode":254},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[292,294,295,296,298,300,302,304],{"path":293,"priority":279},".claude-plugin/plugin.json",{"path":281,"priority":279},{"path":283,"priority":284},{"path":297,"priority":284},"commands/cli-anything.md",{"path":299,"priority":284},"commands/list.md",{"path":301,"priority":284},"commands/refine.md",{"path":303,"priority":284},"commands/test.md",{"path":305,"priority":284},"commands/validate.md","plugin",{"basePath":308,"description":309,"displayName":310,"installMethods":311,"rationale":312,"selectedPaths":313,"source":285,"sourceLanguage":18,"type":256},"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)",[314],{"path":315,"priority":279},"SKILL.md",{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":285,"sourceLanguage":18,"type":256},"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)",[323],{"path":315,"priority":279},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":285,"sourceLanguage":18,"type":256},"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)",[331],{"path":315,"priority":279},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":285,"sourceLanguage":18,"type":256},"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)",[339],{"path":315,"priority":279},{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":285,"sourceLanguage":18,"type":256},"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)",[347],{"path":315,"priority":279},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":285,"sourceLanguage":18,"type":256},"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)",[355],{"path":315,"priority":279},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":285,"sourceLanguage":18,"type":256},"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)",[363],{"path":315,"priority":279},{"basePath":365,"description":366,"displayName":365,"installMethods":367,"rationale":368,"selectedPaths":369,"source":285,"sourceLanguage":18,"type":256},"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)",[370],{"path":315,"priority":279},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":285,"sourceLanguage":18,"type":256},"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)",[378],{"path":315,"priority":279},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":285,"sourceLanguage":18,"type":256},"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)",[386],{"path":315,"priority":279},{"basePath":388,"description":389,"displayName":254,"installMethods":390,"rationale":391,"selectedPaths":392,"source":285,"sourceLanguage":18,"type":256},"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)",[393],{"path":315,"priority":279},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":285,"sourceLanguage":18,"type":256},"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)",[401],{"path":315,"priority":279},{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":285,"sourceLanguage":18,"type":256},"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)",[409],{"path":315,"priority":279},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":285,"sourceLanguage":18,"type":256},"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)",[417],{"path":315,"priority":279},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":285,"sourceLanguage":18,"type":256},"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)",[425],{"path":315,"priority":279},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":285,"sourceLanguage":18,"type":256},"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)",[433],{"path":315,"priority":279},{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":285,"sourceLanguage":18,"type":256},"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)",[441],{"path":315,"priority":279},{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":285,"sourceLanguage":18,"type":256},"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)",[449],{"path":315,"priority":279},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":285,"sourceLanguage":18,"type":256},"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)",[457],{"path":315,"priority":279},{"basePath":252,"description":10,"displayName":255,"installMethods":459,"rationale":460,"selectedPaths":461,"source":285,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-godot/SKILL.md (coalesced with duplicate skill at godot/agent-harness/cli_anything/godot/skills)",[462],{"path":315,"priority":279},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":285,"sourceLanguage":18,"type":256},"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)",[470],{"path":315,"priority":279},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":285,"sourceLanguage":18,"type":256},"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)",[478],{"path":315,"priority":279},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":285,"sourceLanguage":18,"type":256},"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)",[486],{"path":315,"priority":279},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":285,"sourceLanguage":18,"type":256},"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)",[494],{"path":315,"priority":279},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":285,"sourceLanguage":18,"type":256},"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)",[502],{"path":315,"priority":279},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":285,"sourceLanguage":18,"type":256},"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)",[510],{"path":315,"priority":279},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":285,"sourceLanguage":18,"type":256},"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)",[518],{"path":315,"priority":279},{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":285,"sourceLanguage":18,"type":256},"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)",[526],{"path":315,"priority":279},{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":285,"sourceLanguage":18,"type":256},"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)",[534],{"path":315,"priority":279},{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":285,"sourceLanguage":18,"type":256},"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)",[542],{"path":315,"priority":279},{"basePath":544,"description":545,"displayName":546,"installMethods":547,"rationale":548,"selectedPaths":549,"source":285,"sourceLanguage":18,"type":256},"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)",[550],{"path":315,"priority":279},{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":285,"sourceLanguage":18,"type":256},"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",[558],{"path":315,"priority":279},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":285,"sourceLanguage":18,"type":256},"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)",[566],{"path":315,"priority":279},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":285,"sourceLanguage":18,"type":256},"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)",[574],{"path":315,"priority":279},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":285,"sourceLanguage":18,"type":256},"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)",[582],{"path":315,"priority":279},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":285,"sourceLanguage":18,"type":256},"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)",[590],{"path":315,"priority":279},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":285,"sourceLanguage":18,"type":256},"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)",[598],{"path":315,"priority":279},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":285,"sourceLanguage":18,"type":256},"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",[606],{"path":315,"priority":279},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":285,"sourceLanguage":18,"type":256},"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)",[614],{"path":315,"priority":279},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":285,"sourceLanguage":18,"type":256},"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)",[622],{"path":315,"priority":279},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":285,"sourceLanguage":18,"type":256},"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)",[630],{"path":315,"priority":279},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":285,"sourceLanguage":18,"type":256},"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)",[638],{"path":315,"priority":279},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":285,"sourceLanguage":18,"type":256},"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",[646],{"path":315,"priority":279},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":285,"sourceLanguage":18,"type":256},"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)",[654],{"path":315,"priority":279},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":285,"sourceLanguage":18,"type":256},"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)",[662],{"path":315,"priority":279},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":285,"sourceLanguage":18,"type":256},"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)",[670],{"path":315,"priority":279},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":285,"sourceLanguage":18,"type":256},"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)",[678],{"path":315,"priority":279},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":285,"sourceLanguage":18,"type":256},"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)",[686],{"path":315,"priority":279},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":285,"sourceLanguage":18,"type":256},"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)",[694],{"path":315,"priority":279},{"basePath":696,"description":481,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":285,"sourceLanguage":18,"type":256},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[701],{"path":315,"priority":279},{"basePath":703,"description":553,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":285,"sourceLanguage":18,"type":256},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[708],{"path":315,"priority":279},{"basePath":710,"description":601,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":285,"sourceLanguage":18,"type":256},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[715],{"path":315,"priority":279},{"basePath":717,"description":641,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":285,"sourceLanguage":18,"type":256},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[722],{"path":315,"priority":279},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":285,"sourceLanguage":18,"type":256},"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",[730],{"path":315,"priority":279},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":285,"sourceLanguage":18,"type":256},"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)",[738],{"path":315,"priority":279},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":285,"sourceLanguage":18,"type":256},"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)",[746],{"path":315,"priority":279},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":285,"sourceLanguage":18,"type":256},"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)",[754],{"path":315,"priority":279},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":285,"sourceLanguage":18,"type":256},"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)",[762],{"path":315,"priority":279},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":285,"sourceLanguage":18,"type":256},"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)",[770],{"path":315,"priority":279},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":285,"sourceLanguage":18,"type":256},"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)",[778],{"path":315,"priority":279},{"basePath":780,"description":725,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":285,"sourceLanguage":18,"type":256},"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",[785],{"path":315,"priority":279},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":285,"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":789},"cli ecosystem detected at sketch/agent-harness",[793,795,796],{"path":794,"priority":279},"package.json",{"path":281,"priority":279},{"path":797,"priority":798},"src/cli.js","medium",{"basePath":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":285,"sourceLanguage":18,"type":217},"exa/agent-harness",{"pypi":429},"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)",[804],{"path":805,"priority":279},"setup.py",{"basePath":807,"installMethods":808,"rationale":810,"selectedPaths":811,"source":285,"sourceLanguage":18,"type":217},"cli-hub",{"pypi":809},"cli-anything-hub","cli ecosystem detected at cli-hub",[812,813],{"path":805,"priority":279},{"path":281,"priority":279},{"sources":815},[816],"manual",{"closedIssues90d":240,"description":818,"forks":241,"homepage":819,"license":247,"openIssues90d":243,"pushedAt":244,"readmeSize":238,"stars":245,"topics":820},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":822,"discoverAt":823,"extractAt":824,"githubAt":824,"updatedAt":822},1778688417516,1778688407288,1778688414240,[218,217,216,215,219],{"evaluatedAt":250,"extractAt":827,"updatedAt":250},1778688417732,[],[830,863,885,911,932,961],{"_creationTime":831,"_id":832,"community":833,"display":834,"identity":840,"providers":845,"relations":856,"tags":859,"workflow":860},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":835,"installMethods":836,"name":838,"sourceUrl":839},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":837},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":841,"githubOwner":842,"githubRepo":843,"locale":18,"slug":844,"type":256},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":846,"extract":854},{"promptVersionExtension":208,"promptVersionScoring":209,"score":847,"tags":848,"targetMarket":220,"tier":221},100,[849,850,851,852,218,217,853],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":262,"license":855},"MIT",{"parentExtensionId":857,"repoId":858},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[218,217,853,850,849,852,851],{"evaluatedAt":861,"extractAt":862,"updatedAt":861},1778699613343,1778699234184,{"_creationTime":864,"_id":865,"community":866,"display":867,"identity":870,"providers":873,"relations":881,"tags":882,"workflow":883},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":868,"installMethods":869,"name":843,"sourceUrl":839},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":837},{"basePath":871,"githubOwner":842,"githubRepo":843,"locale":18,"slug":872,"type":256},"skills/ask","ask",{"evaluate":874,"extract":880},{"promptVersionExtension":208,"promptVersionScoring":209,"score":847,"tags":875,"targetMarket":220,"tier":221},[217,218,876,877,878,879],"llm","prompting","code-review","artifact-generation",{"commitSha":262,"license":855},{"parentExtensionId":857,"repoId":858},[879,218,217,878,876,877],{"evaluatedAt":884,"extractAt":862,"updatedAt":884},1778699303045,{"_creationTime":886,"_id":887,"community":888,"display":889,"identity":895,"providers":899,"relations":905,"tags":907,"workflow":908},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":890,"installMethods":891,"name":893,"sourceUrl":894},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":892},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":896,"githubOwner":897,"githubRepo":898,"locale":18,"slug":893,"type":256},"skills/github","steipete","clawdis",{"evaluate":900,"extract":904},{"promptVersionExtension":208,"promptVersionScoring":209,"score":847,"tags":901,"targetMarket":220,"tier":221},[893,217,902,903,218],"api","developer-tools",{"commitSha":262},{"repoId":906},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[902,218,217,903,893],{"evaluatedAt":909,"extractAt":910,"updatedAt":909},1778698569289,1778697652123,{"_creationTime":912,"_id":913,"community":914,"display":915,"identity":919,"providers":921,"relations":928,"tags":929,"workflow":930},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":916,"installMethods":917,"name":918,"sourceUrl":894},"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":892},"telegram-crabbox-e2e-proof",{"basePath":920,"githubOwner":897,"githubRepo":898,"locale":18,"slug":918,"type":256},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":922,"extract":927},{"promptVersionExtension":208,"promptVersionScoring":209,"score":847,"tags":923,"targetMarket":220,"tier":221},[924,925,218,926,217],"testing","telegram","qa",{"commitSha":262},{"repoId":906},[218,217,926,925,924],{"evaluatedAt":931,"extractAt":910,"updatedAt":931},1778698038113,{"_creationTime":933,"_id":934,"community":935,"display":936,"identity":942,"providers":947,"relations":953,"tags":956,"workflow":957},1778697373439.756,"k1735p8vnc44y3ntfepns5m0nx86npbs",{"reviewCount":8},{"description":937,"installMethods":938,"name":940,"sourceUrl":941},"Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie \"öffne eine Website\", \"fülle ein Formular aus\", \"klicke auf eine Schaltfläche\", \"mache einen Screenshot\", \"scrappe Daten von einer Seite\", \"teste diese Web-App\", \"melde dich bei einer Seite an\", \"automatisiere Browser-Aktionen\" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.",{"claudeCode":939},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":943,"githubOwner":944,"githubRepo":945,"locale":946,"slug":940,"type":256},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice","de",{"evaluate":948,"extract":952},{"promptVersionExtension":208,"promptVersionScoring":209,"score":847,"tags":949,"targetMarket":220,"tier":221},[950,951,924,217,218],"browser-automation","web-scraping",{"commitSha":262},{"repoId":954,"translatedFrom":955},"kd74710g49kxgwbfjxeb7s132d86myxr","k17ej9360g7468qswf3svnrx9186m1ng",[218,950,217,924,951],{"evaluatedAt":958,"extractAt":959,"updatedAt":960},1778697222051,1778697205743,1778697373439,{"_creationTime":962,"_id":963,"community":964,"display":965,"identity":971,"providers":975,"relations":987,"tags":989,"workflow":990},1778675202370.5737,"k178hvmr7cq4bmyqg7k2t5153186ntsn",{"reviewCount":8},{"description":966,"installMethods":967,"name":969,"sourceUrl":970},"Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: \"CI\", \"CD\", \"pipeline\", \"automated build\", \"deploy\", \"Steam deploy\", \"itch.io butler\", \"GitHub Actions game\", \"build automation\". Do NOT invoke for general code review (use game-code-review) or manual testing guidance (use game-qa-lead). Part of the AlterLab GameForge collection.\n",{"claudeCode":968},"AlterLab-IEU/AlterLab_GameForge","game-ci-pipeline","https://github.com/AlterLab-IEU/AlterLab_GameForge",{"basePath":972,"githubOwner":973,"githubRepo":974,"locale":18,"slug":969,"type":256},"skills/workflows/game-ci-pipeline","AlterLab-IEU","AlterLab_GameForge",{"evaluate":976,"extract":986},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":977,"targetMarket":220,"tier":221},[978,979,216,218,980,981,982,983,215,984,985],"ci","cd","github-actions","steam","itch-io","deployment","unity","unreal-engine",{"commitSha":262},{"repoId":988},"kd762241529bgycvv1y5cv6a0x86nyha",[218,979,978,983,216,980,215,982,981,984,985],{"evaluatedAt":991,"extractAt":992,"updatedAt":991},1778675592104,1778675202370]