[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-blender-en":3,"guides-for-hkuds-cli-anything-blender":818,"similar-k171m9pw7az13daagx489nghw986nr3b-en":819},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":815,"workflow":816},1778688417731.9468,"k171m9pw7az13daagx489nghw986nr3b",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...",{"claudeCode":12},"hkuds/cli-anything","cli-anything-blender","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778688604253.5405,"kn76ecbezjrp8cpt5vgnq95hsx86mnnn","en",{"checks":20,"evaluatedAt":189,"extensionSummary":190,"features":191,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,120,123,126,129,132,135,138,142,146,149,153,157,161,164,167,170,173,177,180,183,186],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of providing a stateful command-line interface for 3D scene editing in Blender, directly addressing the need for programmatic control over complex software.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This CLI offers a significant value proposition by creating a stateful, agent-native interface for Blender, going beyond a simple wrapper and providing structured JSON output for AI consumption.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The CLI is production-ready, offering a complete lifecycle for 3D scene editing, including scene management, object manipulation, material application, modifiers, animation, rendering, and preview workflows, all accessible via a robust command structure.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on providing a command-line interface specifically for Blender's 3D scene editing capabilities, maintaining a clear and coherent scope without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the functionality of the Blender CLI, explaining its purpose and core features.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The CLI exposes narrowly scoped, verb-noun specialist tools (e.g., `scene new`, `object add`, `material assign`) which are ideal for agent selection and reduce attack surface.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and README documentation provide comprehensive details on commands, options, and prerequisites, including file path handling guidance.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names are descriptive and follow a clear verb-noun convention within the Blender domain (e.g., `scene new`, `object add`, `material set`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool inputs are structured (flags, JSON) and request only necessary data, while outputs are focused on the promised payload, adhering to agent-native design principles.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache-2.0 license, clearly indicated in the LICENSE file and README, making it permissively usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity, indicating active maintenance and ongoing development.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","Dependencies are managed through standard Python packaging (pip install) with a lockfile present, and the project has CI/CD infrastructure, suggesting good practices for dependency updates and vulnerability checks.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose any secrets; all operations are focused on local file manipulation and Blender interaction.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The CLI operates on structured data and command arguments, with no indication of loading or executing untrusted third-party content as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension relies on bundled Python packages and local execution of Blender commands; there is no evidence of runtime fetching of external code or data that could be manipulated.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The CLI operates within expected scopes, manipulating project files and interacting with the Blender application without attempting to modify files outside its designated working directory.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied tool calls that could facilitate sandbox escape.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's functionality is confined to local Blender operations and project file management, with no outbound network calls that could exfiltrate data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content and documentation appear free of hidden-steering tricks, control characters, or invisible Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The codebase consists of standard Python and Click framework, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The CLI guides users toward using absolute paths for file operations as recommended for agent execution, mitigating structural assumptions about project organization.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a healthy ratio of closed to opened issues in the last 90 days, indicating active maintainer engagement and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A version number (1.0.0) is clearly declared in the SKILL.md frontmatter, and installation instructions reference a specific version, not just 'main'.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input arguments for file paths and commands are handled robustly, with clear guidance on using absolute paths for agent execution, implying validation and sanitization.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The CLI's operations primarily involve scene creation, modification, and rendering; there are no inherently destructive operations like `rm -rf` or forceful overwrites without clear intent.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The CLI provides clear error messages and return codes, with specific guidance for agents on parsing stderr and checking return codes, indicating robust error handling.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The extension provides human-readable and JSON output modes, and for agents, guidance on parsing stderr and return codes effectively serves as an audit trail for actions taken.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The extension operates on Blender scene files and project configurations, which do not inherently contain personal data, and there's no indication of processing or submitting personal information.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is a general-purpose Blender CLI tool with no regional or jurisdictional logic, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The CLI has clear prerequisites (Python 3.10+, Blender 4.2+) and is designed to work on standard systems, with no OS-specific assumptions beyond those handled by Python and Blender itself.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is extensive, well-organized, and clearly articulates the project's purpose, features, and usage.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The CLI exposes a well-defined set of commands organized into logical groups, appropriate for managing Blender scenes and objects, without an excessive number of tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","Tool names are distinct and cover specific functionalities (e.g., `scene`, `object`, `material`), avoiding redundant or near-synonymous commands.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as scene editing, object manipulation, and rendering, are directly implemented and accessible through the CLI commands.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions using pip are provided in the SKILL.md and README, along with copy-pasteable usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The documentation and examples emphasize checking return codes and parsing stderr for error messages, indicating that errors are reported meaningfully and provide guidance for recovery.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","Dependencies are managed via standard Python packaging (`pip install`) and the presence of a lockfile and CI indicates pinned dependencies are used.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The extension primarily manipulates local scene files and renders output; there are no state-changing operations that would typically require a dry-run preview feature.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The CLI operates on local files and invokes the Blender application, which are inherently local operations without external network calls or state-changing mutations that would necessitate complex retry logic or timeouts beyond what Blender itself provides.",{"category":158,"check":159,"severity":24,"summary":160},"Safety","Halt on unexpected state","The guidance for agents to use absolute paths and to check return codes and stderr implies that the workflow will halt gracefully on unexpected states or errors.",{"category":91,"check":162,"severity":24,"summary":163},"Cross-skill coupling","The skill is self-contained and focuses solely on Blender operations, without implicit reliance on other skills or cross-linking to adjacent tasks without explicit declaration.",{"category":40,"check":165,"severity":24,"summary":166},"Precise Purpose","The skill clearly defines its purpose as a stateful CLI for Blender 3D scene editing, providing specific commands for scene, object, material, and render management, with clear usage examples and prerequisites.",{"category":40,"check":168,"severity":24,"summary":169},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and provides trigger phrases for agent routing.",{"category":44,"check":171,"severity":24,"summary":172},"Concise Body","The SKILL.md body is well-structured and stays within reasonable length, with deeper material potentially deferred to separate files as per the progressive disclosure principle.",{"category":174,"check":175,"severity":151,"summary":176},"Context","Progressive Disclosure","The SKILL.md is not excessively long and does not embed large third-party materials; additional detailed procedures or schemas would likely be managed by Blender itself or external documentation, not within this skill's direct scope.",{"category":174,"check":178,"severity":151,"summary":179},"Forked exploration","This CLI tool is not designed for deep exploration or code review; its purpose is direct command execution for scene manipulation, so `context: fork` is not applicable.",{"category":22,"check":181,"severity":24,"summary":182},"Usage examples","Sufficient and clear usage examples are provided for creating new projects, interactive REPL sessions, preview workflows, and for agent-specific JSON output, demonstrating key capabilities.",{"category":22,"check":184,"severity":24,"summary":185},"Edge cases","The documentation implicitly handles edge cases by guiding agents to use absolute paths, check return codes, and parse stderr, which are crucial for robust execution in varied environments.",{"category":110,"check":187,"severity":151,"summary":188},"Tool Fallback","The extension relies directly on the locally installed Blender application and standard Python libraries; there are no external MCP servers or optional tools with fallbacks mentioned.",1778688604070,"This CLI provides a stateful command-line interface for Blender, enabling programmatic control over 3D scene editing, object manipulation, material management, animation, rendering, and preview workflows. It supports both human-readable and machine-readable JSON output and requires Python 3.10+ and Blender 4.2+.",[192,193,194,195,196,197,198],"Stateful command-line interface for Blender","3D scene editing with object, material, and modifier management","Animation and keyframing capabilities","Render settings configuration and scene execution","Preview bundle generation and live preview sessions","JSON output for agent consumption","Interactive REPL mode with undo/redo",[200,201,202],"Replacing the Blender GUI entirely; focuses on programmatic control","Providing a general-purpose 3D modeling tool outside of Blender's scope","Handling non-Blender-specific file formats or operations","3.0.0","4.4.0","To enable AI agents to programmatically create, edit, and render 3D scenes in Blender, bridging the gap between complex software and agent workflows.","The extension is production-ready, well-documented, secure, and provides a focused, useful CLI for Blender. All checks passed with high quality.",100,"A robust, agent-native command-line interface for Blender, offering comprehensive control over 3D scene editing and rendering.",[210,211,212,213,214,215],"blender","3d-modeling","rendering","cli","automation","agent-native","global","verified",[219,220,221,222],"Automating the creation of 3D assets and scenes via AI agents","Programmatically configuring render settings and executing renders","Generating visual checkpoints and previews of 3D scenes","Integrating Blender workflows into larger agent-driven pipelines",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778688577935,{"descriptionLength":228,"readmeSize":229},140,65157,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"Apache-2.0",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778688604253,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/cli-anything-blender","hkuds","cli-anything","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":250,"targetMarket":216,"tier":217},[210,211,212,213,214,215],{"commitSha":252},"HEAD",{"repoId":254},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":811},1778688407288.288,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":259,"discover":804,"github":807},{"commitSha":252,"extensions":260},[261,277,297,306,314,322,330,335,343,351,358,366,374,381,389,397,405,413,421,429,437,445,453,461,469,477,485,493,501,509,517,525,533,541,549,557,565,573,581,589,597,605,613,621,629,637,645,653,661,669,677,685,692,699,706,713,721,729,737,745,753,761,769,776,789,796],{"basePath":262,"description":263,"displayName":245,"installMethods":264,"rationale":265,"selectedPaths":266,"source":275,"sourceLanguage":18,"type":276},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[267,270,272],{"path":268,"priority":269},".claude-plugin/marketplace.json","mandatory",{"path":271,"priority":269},"README.md",{"path":273,"priority":274},"LICENSE","high","rule","marketplace",{"basePath":278,"description":263,"displayName":245,"installMethods":279,"rationale":280,"selectedPaths":281,"source":275,"sourceLanguage":18,"type":296},"cli-anything-plugin",{"claudeCode":245},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[282,284,285,286,288,290,292,294],{"path":283,"priority":269},".claude-plugin/plugin.json",{"path":271,"priority":269},{"path":273,"priority":274},{"path":287,"priority":274},"commands/cli-anything.md",{"path":289,"priority":274},"commands/list.md",{"path":291,"priority":274},"commands/refine.md",{"path":293,"priority":274},"commands/test.md",{"path":295,"priority":274},"commands/validate.md","plugin",{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":275,"sourceLanguage":18,"type":246},"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)",[304],{"path":305,"priority":269},"SKILL.md",{"basePath":307,"description":308,"displayName":309,"installMethods":310,"rationale":311,"selectedPaths":312,"source":275,"sourceLanguage":18,"type":246},"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)",[313],{"path":305,"priority":269},{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":275,"sourceLanguage":18,"type":246},"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)",[321],{"path":305,"priority":269},{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":275,"sourceLanguage":18,"type":246},"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)",[329],{"path":305,"priority":269},{"basePath":243,"description":10,"displayName":13,"installMethods":331,"rationale":332,"selectedPaths":333,"source":275,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-blender/SKILL.md (coalesced with duplicate skill at blender/agent-harness/cli_anything/blender/skills)",[334],{"path":305,"priority":269},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":275,"sourceLanguage":18,"type":246},"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)",[342],{"path":305,"priority":269},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":275,"sourceLanguage":18,"type":246},"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)",[350],{"path":305,"priority":269},{"basePath":352,"description":353,"displayName":352,"installMethods":354,"rationale":355,"selectedPaths":356,"source":275,"sourceLanguage":18,"type":246},"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)",[357],{"path":305,"priority":269},{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":275,"sourceLanguage":18,"type":246},"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)",[365],{"path":305,"priority":269},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":275,"sourceLanguage":18,"type":246},"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)",[373],{"path":305,"priority":269},{"basePath":375,"description":376,"displayName":245,"installMethods":377,"rationale":378,"selectedPaths":379,"source":275,"sourceLanguage":18,"type":246},"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)",[380],{"path":305,"priority":269},{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":275,"sourceLanguage":18,"type":246},"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)",[388],{"path":305,"priority":269},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":275,"sourceLanguage":18,"type":246},"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)",[396],{"path":305,"priority":269},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":275,"sourceLanguage":18,"type":246},"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)",[404],{"path":305,"priority":269},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":275,"sourceLanguage":18,"type":246},"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)",[412],{"path":305,"priority":269},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":275,"sourceLanguage":18,"type":246},"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)",[420],{"path":305,"priority":269},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":275,"sourceLanguage":18,"type":246},"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)",[428],{"path":305,"priority":269},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":275,"sourceLanguage":18,"type":246},"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)",[436],{"path":305,"priority":269},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":275,"sourceLanguage":18,"type":246},"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)",[444],{"path":305,"priority":269},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":275,"sourceLanguage":18,"type":246},"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)",[452],{"path":305,"priority":269},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":275,"sourceLanguage":18,"type":246},"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)",[460],{"path":305,"priority":269},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":275,"sourceLanguage":18,"type":246},"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)",[468],{"path":305,"priority":269},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":275,"sourceLanguage":18,"type":246},"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)",[476],{"path":305,"priority":269},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":275,"sourceLanguage":18,"type":246},"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)",[484],{"path":305,"priority":269},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":275,"sourceLanguage":18,"type":246},"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)",[492],{"path":305,"priority":269},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":275,"sourceLanguage":18,"type":246},"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)",[500],{"path":305,"priority":269},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":275,"sourceLanguage":18,"type":246},"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)",[508],{"path":305,"priority":269},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":275,"sourceLanguage":18,"type":246},"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)",[516],{"path":305,"priority":269},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":275,"sourceLanguage":18,"type":246},"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)",[524],{"path":305,"priority":269},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":275,"sourceLanguage":18,"type":246},"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)",[532],{"path":305,"priority":269},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":275,"sourceLanguage":18,"type":246},"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)",[540],{"path":305,"priority":269},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":275,"sourceLanguage":18,"type":246},"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",[548],{"path":305,"priority":269},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":275,"sourceLanguage":18,"type":246},"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)",[556],{"path":305,"priority":269},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":275,"sourceLanguage":18,"type":246},"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)",[564],{"path":305,"priority":269},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":275,"sourceLanguage":18,"type":246},"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)",[572],{"path":305,"priority":269},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":275,"sourceLanguage":18,"type":246},"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)",[580],{"path":305,"priority":269},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":275,"sourceLanguage":18,"type":246},"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)",[588],{"path":305,"priority":269},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":275,"sourceLanguage":18,"type":246},"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",[596],{"path":305,"priority":269},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":275,"sourceLanguage":18,"type":246},"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)",[604],{"path":305,"priority":269},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":275,"sourceLanguage":18,"type":246},"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)",[612],{"path":305,"priority":269},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":275,"sourceLanguage":18,"type":246},"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)",[620],{"path":305,"priority":269},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":275,"sourceLanguage":18,"type":246},"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)",[628],{"path":305,"priority":269},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":275,"sourceLanguage":18,"type":246},"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",[636],{"path":305,"priority":269},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":275,"sourceLanguage":18,"type":246},"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)",[644],{"path":305,"priority":269},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":275,"sourceLanguage":18,"type":246},"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)",[652],{"path":305,"priority":269},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":275,"sourceLanguage":18,"type":246},"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)",[660],{"path":305,"priority":269},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":275,"sourceLanguage":18,"type":246},"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)",[668],{"path":305,"priority":269},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":275,"sourceLanguage":18,"type":246},"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)",[676],{"path":305,"priority":269},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":275,"sourceLanguage":18,"type":246},"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)",[684],{"path":305,"priority":269},{"basePath":686,"description":471,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":275,"sourceLanguage":18,"type":246},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[691],{"path":305,"priority":269},{"basePath":693,"description":543,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":275,"sourceLanguage":18,"type":246},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[698],{"path":305,"priority":269},{"basePath":700,"description":591,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":275,"sourceLanguage":18,"type":246},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[705],{"path":305,"priority":269},{"basePath":707,"description":631,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":275,"sourceLanguage":18,"type":246},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[712],{"path":305,"priority":269},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":275,"sourceLanguage":18,"type":246},"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",[720],{"path":305,"priority":269},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":275,"sourceLanguage":18,"type":246},"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)",[728],{"path":305,"priority":269},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":275,"sourceLanguage":18,"type":246},"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)",[736],{"path":305,"priority":269},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":275,"sourceLanguage":18,"type":246},"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)",[744],{"path":305,"priority":269},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":275,"sourceLanguage":18,"type":246},"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)",[752],{"path":305,"priority":269},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":275,"sourceLanguage":18,"type":246},"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)",[760],{"path":305,"priority":269},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":275,"sourceLanguage":18,"type":246},"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)",[768],{"path":305,"priority":269},{"basePath":770,"description":715,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":275,"sourceLanguage":18,"type":246},"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",[775],{"path":305,"priority":269},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":275,"sourceLanguage":18,"type":213},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":779},"cli ecosystem detected at sketch/agent-harness",[783,785,786],{"path":784,"priority":269},"package.json",{"path":271,"priority":269},{"path":787,"priority":788},"src/cli.js","medium",{"basePath":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":275,"sourceLanguage":18,"type":213},"exa/agent-harness",{"pypi":416},"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)",[794],{"path":795,"priority":269},"setup.py",{"basePath":797,"installMethods":798,"rationale":800,"selectedPaths":801,"source":275,"sourceLanguage":18,"type":213},"cli-hub",{"pypi":799},"cli-anything-hub","cli ecosystem detected at cli-hub",[802,803],{"path":795,"priority":269},{"path":271,"priority":269},{"sources":805},[806],"manual",{"closedIssues90d":231,"description":808,"forks":232,"homepage":809,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":810},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":812,"discoverAt":813,"extractAt":814,"githubAt":814,"updatedAt":812},1778688417516,1778688407288,1778688414240,[211,215,214,210,213,212],{"evaluatedAt":241,"extractAt":817,"updatedAt":241},1778688417732,[],[820,852,874,900,921,948],{"_creationTime":821,"_id":822,"community":823,"display":824,"identity":830,"providers":835,"relations":845,"tags":848,"workflow":849},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":825,"installMethods":826,"name":828,"sourceUrl":829},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":827},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":831,"githubOwner":832,"githubRepo":833,"locale":18,"slug":834,"type":246},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":836,"extract":843},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":837,"targetMarket":216,"tier":217},[838,839,840,841,214,213,842],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":252,"license":844},"MIT",{"parentExtensionId":846,"repoId":847},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,213,842,839,838,841,840],{"evaluatedAt":850,"extractAt":851,"updatedAt":850},1778699613343,1778699234184,{"_creationTime":853,"_id":854,"community":855,"display":856,"identity":859,"providers":862,"relations":870,"tags":871,"workflow":872},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":857,"installMethods":858,"name":833,"sourceUrl":829},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":827},{"basePath":860,"githubOwner":832,"githubRepo":833,"locale":18,"slug":861,"type":246},"skills/ask","ask",{"evaluate":863,"extract":869},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":864,"targetMarket":216,"tier":217},[213,214,865,866,867,868],"llm","prompting","code-review","artifact-generation",{"commitSha":252,"license":844},{"parentExtensionId":846,"repoId":847},[868,214,213,867,865,866],{"evaluatedAt":873,"extractAt":851,"updatedAt":873},1778699303045,{"_creationTime":875,"_id":876,"community":877,"display":878,"identity":884,"providers":888,"relations":894,"tags":896,"workflow":897},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":879,"installMethods":880,"name":882,"sourceUrl":883},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":881},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":885,"githubOwner":886,"githubRepo":887,"locale":18,"slug":882,"type":246},"skills/github","steipete","clawdis",{"evaluate":889,"extract":893},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":890,"targetMarket":216,"tier":217},[882,213,891,892,214],"api","developer-tools",{"commitSha":252},{"repoId":895},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[891,214,213,892,882],{"evaluatedAt":898,"extractAt":899,"updatedAt":898},1778698569289,1778697652123,{"_creationTime":901,"_id":902,"community":903,"display":904,"identity":908,"providers":910,"relations":917,"tags":918,"workflow":919},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":905,"installMethods":906,"name":907,"sourceUrl":883},"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":881},"telegram-crabbox-e2e-proof",{"basePath":909,"githubOwner":886,"githubRepo":887,"locale":18,"slug":907,"type":246},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":911,"extract":916},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":912,"targetMarket":216,"tier":217},[913,914,214,915,213],"testing","telegram","qa",{"commitSha":252},{"repoId":895},[214,213,915,914,913],{"evaluatedAt":920,"extractAt":899,"updatedAt":920},1778698038113,{"_creationTime":922,"_id":923,"community":924,"display":925,"identity":931,"providers":935,"relations":941,"tags":943,"workflow":944},1778697205743.894,"k17ej9360g7468qswf3svnrx9186m1ng",{"reviewCount":8},{"description":926,"installMethods":927,"name":929,"sourceUrl":930},"Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.",{"claudeCode":928},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":932,"githubOwner":933,"githubRepo":934,"locale":18,"slug":929,"type":246},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice",{"evaluate":936,"extract":940},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":937,"targetMarket":216,"tier":217},[938,939,913,213,214],"browser-automation","web-scraping",{"commitSha":252},{"repoId":942},"kd74710g49kxgwbfjxeb7s132d86myxr",[214,938,213,913,939],{"evaluatedAt":945,"extractAt":946,"updatedAt":947},1778697222051,1778697205743,1778697438718,{"_creationTime":949,"_id":950,"community":951,"display":952,"identity":958,"providers":963,"relations":973,"tags":976,"workflow":977},1778695548458.39,"k170kve7wtbd6fpb1dma7bjkas86m8j9",{"reviewCount":8},{"description":953,"installMethods":954,"name":956,"sourceUrl":957},"Configure render settings, compositing nodes, output formats, and execute renders via Cycles or EEVEE engines using Python API or command-line interface. Use when automating render execution for batch processing, configuring quality and performance trade-offs, setting up compositing pipelines for post-processing, generating multiple output formats from a single render, or producing final output for publication or presentation.\n",{"claudeCode":955},"pjt222/agent-almanac","Render Blender Output","https://github.com/pjt222/agent-almanac",{"basePath":959,"githubOwner":960,"githubRepo":961,"locale":18,"slug":962,"type":246},"skills/render-blender-output","pjt222","agent-almanac","render-blender-output",{"evaluate":964,"extract":972},{"promptVersionExtension":203,"promptVersionScoring":204,"score":965,"tags":966,"targetMarket":216,"tier":217},99,[210,967,212,968,969,970,971],"bpy","cycles","eevee","compositing","python",{"commitSha":252,"license":844},{"parentExtensionId":974,"repoId":975},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[210,967,970,968,969,971,212],{"evaluatedAt":978,"extractAt":979,"updatedAt":978},1778700549807,1778695548458]