[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-zoom-de":3,"guides-for-hkuds-cli-anything-zoom":831,"similar-k17edwy6y41v6eza19rdcynva586nrcr-de":832},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":238,"parentExtension":260,"providers":261,"relations":266,"repo":268,"tags":828,"workflow":829},1778688417731.96,"k17edwy6y41v6eza19rdcynva586nrcr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...",{"claudeCode":12},"hkuds/cli-anything","cli-anything-zoom","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":236,"workflow":253},1778689943724.1584,"kn765bexmnrak42j8jf0ddrahs86mt7w","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":203,"practices":207,"prerequisites":208,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of managing Zoom meetings, participants, and recordings from the command line, which is relevant for users needing programmatic control over Zoom functionalities.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill acts as a comprehensive harness for the Zoom REST API, providing a structured and agent-native interface that goes beyond simple API calls by offering a complete command-line management experience with features like REPL mode and JSON output.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The CLI offers a full lifecycle for Zoom management, including authentication, meeting, participant, and recording operations, with clear installation instructions and multiple command groups, indicating readiness for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is focused solely on providing CLI access to Zoom functionalities, adhering to a single domain and workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the extension's purpose as a CLI harness for Zoom, covering meeting, participant, and recording management.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow, verb-noun specialist tools for Zoom management (e.g., `meeting create`, `participant add`, `recording list`), which are well-suited for agent invocation.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While commands and their general descriptions are provided, specific details on all options, parameters, and their defaults for each command are not explicitly documented, though the `--help` flag would likely provide this.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `meeting create`, `participant add-batch`, and `recording download` are descriptive, verb-noun pairs within the Zoom domain, making them easy to understand.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool's parameter schemas and response shapes appear to be focused on the task at hand, with a `--json` flag for programmatic output, suggesting minimal I/O surfaces.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under Apache-2.0, a permissive open-source license, as indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses pip and appears to have lockfile mechanisms in place, suggesting good dependency management practices.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The tool requires Zoom API credentials, and the SKILL.md advises agents to use absolute paths and check return codes, implying proper handling without echoing secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension appears to bundle its logic and does not fetch external scripts or data at runtime, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension does not appear to fetch external content at runtime or use remote pipes to shell commands, reducing supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The CLI is designed to operate within a project's context and uses standard Python execution, with no indications of writing outside of intended scopes or using absolute paths without user guidance.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no apparent detached-process spawns or deny-retry loops that would indicate sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The tool's purpose is to interact with the Zoom API, and there are no explicit instructions to read or submit confidential data beyond necessary API credentials.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation appear to be free of hidden-steering tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The code appears to be plain, readable Python, without obfuscation techniques like base64 encoding or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The tool uses standard Python libraries and Click for CLI structure, making it portable across different environments with Python 3.10+.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 35 issues opened and 48 closed in the last 90 days, the closure rate is above 50%, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A version number (1.0.0) is clearly stated in the SKILL.md frontmatter, and installation instructions reference pip, indicating a managed release process.",{"category":104,"check":105,"severity":46,"summary":106},"Execution","Validation","While the CLI likely validates inputs through Click decorators, explicit use of a schema validation library like Zod or Pydantic is not evident from the provided source.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations like deleting meetings or recordings are typically guarded by confirmation or require explicit commands, aligning with safe operation practices.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md for AI agents advises checking return codes and parsing stderr for errors, suggesting that errors are handled and reported meaningfully.",{"category":111,"check":115,"severity":116,"summary":117},"Logging","not_applicable","This check is not applicable as the extension is primarily a CLI tool that interacts with an API, and detailed local audit logging is not a stated requirement or feature.",{"category":119,"check":120,"severity":116,"summary":121},"Compliance","GDPR","The tool interacts with the Zoom API for meeting management and does not appear to process personal data beyond what is necessary for Zoom functionality, nor does it submit personal data to third parties.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension targets Zoom's global API and has no regional or jurisdictional limitations, thus its target market is global.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The CLI is built with Python and Click, making it portable across any system with Python 3.10+ and the necessary Zoom API access.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README.md file is comprehensive, detailing the project's vision, features, architecture, installation, and usage with examples.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The extension exposes a reasonable number of tools across Auth, Meeting, Participant, and Recording groups, fitting within the target range of 3-10.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","Tool names appear distinct and cover specific actions within their respective groups, avoiding near-synonym redundancy.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as meeting management and recording retrieval, are directly implemented by the CLI commands.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The SKILL.md and README provide clear installation instructions via pip and offer basic usage examples.",{"category":145,"check":146,"severity":46,"summary":147},"Errors","Actionable error messages","While the SKILL.md instructs agents to parse stderr for errors, the specific content and actionability of those error messages are not fully detailed.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The project uses pip and has a `setup.py`, indicating standard Python packaging which typically involves dependency pinning through requirements files or lock files.",{"category":33,"check":152,"severity":116,"summary":153},"Dry-run preview","This check is not applicable as the primary function of managing Zoom meetings and participants does not typically lend itself to a dry-run preview in the same way as infrastructure changes or file writes.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","While the tool relies on the Zoom API, specific details on how API calls handle idempotency, retries, or timeouts are not explicitly documented within the provided source.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry collection in the provided documentation; the focus is on API interaction, not user behavior tracking.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the purpose of managing Zoom meetings, participants, and recordings via CLI, and implicitly defines use cases for programmatic control.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the CLI's function and target software.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured and focused on relevant details, avoiding excessive length.",{"category":171,"check":172,"severity":116,"summary":173},"Context","Progressive Disclosure","The skill's complexity does not necessitate progressive disclosure through separate reference files; the provided documentation is sufficient.",{"category":171,"check":175,"severity":116,"summary":176},"Forked exploration","This skill is not an exploration-heavy tool and does not require `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md and README provide several clear, ready-to-use examples for basic commands, REPL mode, and JSON output.",{"category":22,"check":181,"severity":46,"summary":182},"Edge cases","While basic usage is covered, specific documentation on handling failure modes like API rate limits, invalid credentials, or malformed input for each command is not explicitly detailed.",{"category":111,"check":184,"severity":116,"summary":185},"Tool Fallback","This skill does not rely on external MCP servers or tools that would require fallbacks; it directly interacts with the Zoom API.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The SKILL.md advises agents to check return codes and parse stderr for errors, indicating a mechanism to halt on unexpected states.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained, focusing solely on Zoom functionality without implicit reliance on other skills.",1778689943601,"This skill provides a command-line interface for managing Zoom meetings, participants, and recordings by interacting with the Zoom REST API. It includes features for authentication, creating/listing/updating meetings, managing participants (including batch registration), and handling cloud recordings.",[196,197,198,199,200,201,202],"Manage Zoom meetings (create, list, info, update, delete)","Manage Zoom participants (add, batch add, list, remove, attended)","Manage Zoom cloud recordings (list, files, download, delete)","Authentication and status checks for Zoom API","Interactive REPL mode with history and tab-completion","JSON output for machine consumption and agent integration","Project state management with undo/redo",[204,205,206],"Providing direct access to Zoom's video conferencing features during a live meeting.","Managing Zoom account settings beyond API-accessible user/meeting data.","Acting as a GUI replacement for the Zoom desktop client.",[],[209,210],"Python 3.10+","zoom must be installed on your system","3.0.0","4.4.0","To enable programmatic and automated management of Zoom meetings, participants, and recordings through a robust command-line interface, suitable for AI agents and developers.","The extension is robustly implemented with clear documentation, extensive testing, and a focused scope. The only minor area for improvement is more explicit detail on error handling and specific parameter documentation.",95,"A well-documented and tested CLI for comprehensive Zoom API management.",[218,219,220,221,222,223],"zoom","cli","api","meetings","participants","recordings","global","verified",[227,228,229,230],"Automating the scheduling and management of recurring Zoom meetings.","Programmatically adding and removing participants from meetings or webinars.","Retrieving and downloading Zoom cloud recordings for analysis or archiving.","Integrating Zoom functionality into broader automation workflows via a CLI.",[232,233,234,235],"Configure Zoom API credentials via auth setup commands.","Use command groups (Meeting, Participant, Recording) to perform desired actions.","Optionally use REPL mode for interactive management.","Utilize `--json` flag for agent-consumable output.",{"codeQuality":237,"collectedAt":239,"documentation":240,"maintenance":243,"security":250,"testCoverage":252},{"hasLockfile":238},true,1778689922427,{"descriptionLength":241,"readmeSize":242},137,65157,{"closedIssues90d":244,"forks":245,"hasChangelog":246,"openIssues90d":247,"pushedAt":248,"stars":249},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":246,"license":251,"smitheryVerified":246},"Apache-2.0",{"hasCi":238,"hasTests":238},{"updatedAt":254},1778689943724,{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":18,"slug":13,"type":259},"skills/cli-anything-zoom","hkuds","cli-anything","skill",null,{"evaluate":262,"extract":264},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":263,"targetMarket":224,"tier":225},[218,219,220,221,222,223],{"commitSha":265,"license":251},"HEAD",{"repoId":267},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":269,"_id":267,"identity":270,"providers":271,"workflow":824},1778688407288.288,{"githubOwner":257,"githubRepo":258,"sourceUrl":14},{"classify":272,"discover":817,"github":820},{"commitSha":265,"extensions":273},[274,290,310,319,327,335,343,351,359,367,374,382,390,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,693,701,708,715,722,729,737,745,753,761,769,774,782,789,802,809],{"basePath":275,"description":276,"displayName":258,"installMethods":277,"rationale":278,"selectedPaths":279,"source":288,"sourceLanguage":18,"type":289},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[280,283,285],{"path":281,"priority":282},".claude-plugin/marketplace.json","mandatory",{"path":284,"priority":282},"README.md",{"path":286,"priority":287},"LICENSE","high","rule","marketplace",{"basePath":291,"description":276,"displayName":258,"installMethods":292,"rationale":293,"selectedPaths":294,"source":288,"sourceLanguage":18,"type":309},"cli-anything-plugin",{"claudeCode":258},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[295,297,298,299,301,303,305,307],{"path":296,"priority":282},".claude-plugin/plugin.json",{"path":284,"priority":282},{"path":286,"priority":287},{"path":300,"priority":287},"commands/cli-anything.md",{"path":302,"priority":287},"commands/list.md",{"path":304,"priority":287},"commands/refine.md",{"path":306,"priority":287},"commands/test.md",{"path":308,"priority":287},"commands/validate.md","plugin",{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":288,"sourceLanguage":18,"type":259},"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)",[317],{"path":318,"priority":282},"SKILL.md",{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":288,"sourceLanguage":18,"type":259},"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)",[326],{"path":318,"priority":282},{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":288,"sourceLanguage":18,"type":259},"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)",[334],{"path":318,"priority":282},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":288,"sourceLanguage":18,"type":259},"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)",[342],{"path":318,"priority":282},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":288,"sourceLanguage":18,"type":259},"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)",[350],{"path":318,"priority":282},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":288,"sourceLanguage":18,"type":259},"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)",[358],{"path":318,"priority":282},{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"source":288,"sourceLanguage":18,"type":259},"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)",[366],{"path":318,"priority":282},{"basePath":368,"description":369,"displayName":368,"installMethods":370,"rationale":371,"selectedPaths":372,"source":288,"sourceLanguage":18,"type":259},"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)",[373],{"path":318,"priority":282},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":288,"sourceLanguage":18,"type":259},"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)",[381],{"path":318,"priority":282},{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":288,"sourceLanguage":18,"type":259},"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)",[389],{"path":318,"priority":282},{"basePath":391,"description":392,"displayName":258,"installMethods":393,"rationale":394,"selectedPaths":395,"source":288,"sourceLanguage":18,"type":259},"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)",[396],{"path":318,"priority":282},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":288,"sourceLanguage":18,"type":259},"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)",[404],{"path":318,"priority":282},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":288,"sourceLanguage":18,"type":259},"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)",[412],{"path":318,"priority":282},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":288,"sourceLanguage":18,"type":259},"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)",[420],{"path":318,"priority":282},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":288,"sourceLanguage":18,"type":259},"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)",[428],{"path":318,"priority":282},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":288,"sourceLanguage":18,"type":259},"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)",[436],{"path":318,"priority":282},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":288,"sourceLanguage":18,"type":259},"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)",[444],{"path":318,"priority":282},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":288,"sourceLanguage":18,"type":259},"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)",[452],{"path":318,"priority":282},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":288,"sourceLanguage":18,"type":259},"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)",[460],{"path":318,"priority":282},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":288,"sourceLanguage":18,"type":259},"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)",[468],{"path":318,"priority":282},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":288,"sourceLanguage":18,"type":259},"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)",[476],{"path":318,"priority":282},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":288,"sourceLanguage":18,"type":259},"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)",[484],{"path":318,"priority":282},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":288,"sourceLanguage":18,"type":259},"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)",[492],{"path":318,"priority":282},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":288,"sourceLanguage":18,"type":259},"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)",[500],{"path":318,"priority":282},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":288,"sourceLanguage":18,"type":259},"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)",[508],{"path":318,"priority":282},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":288,"sourceLanguage":18,"type":259},"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)",[516],{"path":318,"priority":282},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":288,"sourceLanguage":18,"type":259},"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)",[524],{"path":318,"priority":282},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":288,"sourceLanguage":18,"type":259},"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)",[532],{"path":318,"priority":282},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":288,"sourceLanguage":18,"type":259},"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)",[540],{"path":318,"priority":282},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":288,"sourceLanguage":18,"type":259},"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)",[548],{"path":318,"priority":282},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":288,"sourceLanguage":18,"type":259},"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)",[556],{"path":318,"priority":282},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":288,"sourceLanguage":18,"type":259},"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",[564],{"path":318,"priority":282},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":288,"sourceLanguage":18,"type":259},"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)",[572],{"path":318,"priority":282},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":288,"sourceLanguage":18,"type":259},"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)",[580],{"path":318,"priority":282},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":288,"sourceLanguage":18,"type":259},"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)",[588],{"path":318,"priority":282},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":288,"sourceLanguage":18,"type":259},"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)",[596],{"path":318,"priority":282},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":288,"sourceLanguage":18,"type":259},"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)",[604],{"path":318,"priority":282},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":288,"sourceLanguage":18,"type":259},"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",[612],{"path":318,"priority":282},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":288,"sourceLanguage":18,"type":259},"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)",[620],{"path":318,"priority":282},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":288,"sourceLanguage":18,"type":259},"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)",[628],{"path":318,"priority":282},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":288,"sourceLanguage":18,"type":259},"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)",[636],{"path":318,"priority":282},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":288,"sourceLanguage":18,"type":259},"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)",[644],{"path":318,"priority":282},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":288,"sourceLanguage":18,"type":259},"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",[652],{"path":318,"priority":282},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":288,"sourceLanguage":18,"type":259},"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)",[660],{"path":318,"priority":282},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":288,"sourceLanguage":18,"type":259},"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)",[668],{"path":318,"priority":282},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":288,"sourceLanguage":18,"type":259},"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)",[676],{"path":318,"priority":282},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":288,"sourceLanguage":18,"type":259},"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)",[684],{"path":318,"priority":282},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":288,"sourceLanguage":18,"type":259},"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)",[692],{"path":318,"priority":282},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":288,"sourceLanguage":18,"type":259},"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)",[700],{"path":318,"priority":282},{"basePath":702,"description":487,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":288,"sourceLanguage":18,"type":259},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[707],{"path":318,"priority":282},{"basePath":709,"description":559,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":288,"sourceLanguage":18,"type":259},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[714],{"path":318,"priority":282},{"basePath":716,"description":607,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":288,"sourceLanguage":18,"type":259},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[721],{"path":318,"priority":282},{"basePath":723,"description":647,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":288,"sourceLanguage":18,"type":259},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[728],{"path":318,"priority":282},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":288,"sourceLanguage":18,"type":259},"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",[736],{"path":318,"priority":282},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":288,"sourceLanguage":18,"type":259},"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)",[744],{"path":318,"priority":282},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":288,"sourceLanguage":18,"type":259},"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)",[752],{"path":318,"priority":282},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":288,"sourceLanguage":18,"type":259},"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)",[760],{"path":318,"priority":282},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":288,"sourceLanguage":18,"type":259},"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)",[768],{"path":318,"priority":282},{"basePath":256,"description":10,"displayName":13,"installMethods":770,"rationale":771,"selectedPaths":772,"source":288,"sourceLanguage":18,"type":259},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-zoom/SKILL.md (coalesced with duplicate skill at zoom/agent-harness/cli_anything/zoom/skills)",[773],{"path":318,"priority":282},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":288,"sourceLanguage":18,"type":259},"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)",[781],{"path":318,"priority":282},{"basePath":783,"description":731,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":288,"sourceLanguage":18,"type":259},"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",[788],{"path":318,"priority":282},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":288,"sourceLanguage":18,"type":219},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":792},"cli ecosystem detected at sketch/agent-harness",[796,798,799],{"path":797,"priority":282},"package.json",{"path":284,"priority":282},{"path":800,"priority":801},"src/cli.js","medium",{"basePath":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":288,"sourceLanguage":18,"type":219},"exa/agent-harness",{"pypi":432},"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)",[807],{"path":808,"priority":282},"setup.py",{"basePath":810,"installMethods":811,"rationale":813,"selectedPaths":814,"source":288,"sourceLanguage":18,"type":219},"cli-hub",{"pypi":812},"cli-anything-hub","cli ecosystem detected at cli-hub",[815,816],{"path":808,"priority":282},{"path":284,"priority":282},{"sources":818},[819],"manual",{"closedIssues90d":244,"description":821,"forks":245,"homepage":822,"license":251,"openIssues90d":247,"pushedAt":248,"readmeSize":242,"stars":249,"topics":823},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":825,"discoverAt":826,"extractAt":827,"githubAt":827,"updatedAt":825},1778688417516,1778688407288,1778688414240,[220,219,221,222,223,218],{"evaluatedAt":254,"extractAt":830,"updatedAt":254},1778688417732,[],[833,861,888,912,935,965],{"_creationTime":834,"_id":835,"community":836,"display":837,"identity":843,"providers":847,"relations":854,"tags":857,"workflow":858},1778675414637.8691,"k17c0qjamzr2ypvm0h1hz6d7ws86maej",{"reviewCount":8},{"description":838,"installMethods":839,"name":841,"sourceUrl":842},"Guidance for the bundled Zoom MCP connectors. Use after routing to an MCP workflow when planning or troubleshooting tool-based access to meetings, recordings, meeting assets, or transcripts. Route Zoom Docs requests to the dedicated Docs MCP server and Whiteboard-specific requests to `zoom-mcp/whiteboard`.",{"claudeCode":840},"anthropics/knowledge-work-plugins","zoom-mcp","https://github.com/anthropics/knowledge-work-plugins",{"basePath":844,"githubOwner":845,"githubRepo":846,"locale":18,"slug":841,"type":259},"partner-built/zoom-plugin/skills/zoom-mcp","anthropics","knowledge-work-plugins",{"evaluate":848,"extract":853},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":849,"targetMarket":224,"tier":225},[218,850,221,223,851,852],"mcp","transcripts","ai-companion",{"commitSha":265},{"parentExtensionId":855,"repoId":856},"k179gx5nkk8knv1187jgdzzrvx86m5wr","kd7d9w1wpah4hqnbsfzwwax72986mh7d",[852,850,221,223,851,218],{"evaluatedAt":859,"extractAt":860,"updatedAt":859},1778682782449,1778675414637,{"_creationTime":862,"_id":863,"community":864,"display":865,"identity":871,"providers":875,"relations":882,"tags":884,"workflow":885},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":866,"installMethods":867,"name":869,"sourceUrl":870},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":868},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":872,"githubOwner":873,"githubRepo":874,"locale":18,"slug":869,"type":259},"skills/github","steipete","clawdis",{"evaluate":876,"extract":881},{"promptVersionExtension":211,"promptVersionScoring":212,"score":877,"tags":878,"targetMarket":224,"tier":225},100,[869,219,220,879,880],"developer-tools","automation",{"commitSha":265},{"repoId":883},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[220,880,219,879,869],{"evaluatedAt":886,"extractAt":887,"updatedAt":886},1778698569289,1778697652123,{"_creationTime":889,"_id":890,"community":891,"display":892,"identity":896,"providers":899,"relations":908,"tags":909,"workflow":910},1778675414637.8643,"k178s9eav9xrqj7h8r5ryje18h86mrmb",{"reviewCount":8},{"description":893,"installMethods":894,"name":895,"sourceUrl":842},"Reference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpoint selection, resource-management patterns, OAuth requirements, rate-limit awareness, or API error debugging.",{"claudeCode":840},"Zoom REST API Reference",{"basePath":897,"githubOwner":845,"githubRepo":846,"locale":18,"slug":898,"type":259},"partner-built/zoom-plugin/skills/rest-api","rest-api",{"evaluate":900,"extract":907},{"promptVersionExtension":211,"promptVersionScoring":212,"score":877,"tags":901,"targetMarket":224,"tier":225},[218,220,902,903,904,221,905,906],"rest","documentation","reference","users","webinars",{"commitSha":265,"license":251},{"parentExtensionId":855,"repoId":856},[220,903,221,904,902,905,906,218],{"evaluatedAt":911,"extractAt":860,"updatedAt":911},1778679018887,{"_creationTime":913,"_id":914,"community":915,"display":916,"identity":920,"providers":922,"relations":931,"tags":932,"workflow":933},1778675414637.859,"k179tcc87664n9m5hbynbwz16d86m4z8",{"reviewCount":8},{"description":917,"installMethods":918,"name":919,"sourceUrl":842},"Zoom Video SDK for Web - JavaScript/TypeScript integration for browser-based video sessions, real-time communication, screen sharing, recording, and live transcription",{"claudeCode":840},"web",{"basePath":921,"githubOwner":845,"githubRepo":846,"locale":18,"slug":919,"type":259},"partner-built/zoom-plugin/skills/video-sdk/web",{"evaluate":923,"extract":930},{"promptVersionExtension":211,"promptVersionScoring":212,"score":924,"tags":925,"targetMarket":224,"tier":225},99,[218,926,919,221,927,928,929],"sdk","video","collaboration","javascript",{"commitSha":265},{"repoId":856},[928,929,221,926,927,919,218],{"evaluatedAt":934,"extractAt":860,"updatedAt":934},1778678846362,{"_creationTime":936,"_id":937,"community":938,"display":939,"identity":945,"providers":949,"relations":956,"tags":960,"workflow":961},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":940,"installMethods":941,"name":943,"sourceUrl":944},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":942},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":946,"githubOwner":947,"githubRepo":943,"locale":948,"slug":943,"type":259},"skills/x-twitter-scraper","Xquik-dev","de",{"evaluate":950,"extract":955},{"promptVersionExtension":211,"promptVersionScoring":212,"score":877,"tags":951,"targetMarket":224,"tier":225},[952,953,220,954,880,850,926],"twitter","x","data-retrieval",{"commitSha":265},{"parentExtensionId":957,"repoId":958,"translatedFrom":959},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[220,880,954,850,926,952,953],{"evaluatedAt":962,"extractAt":963,"updatedAt":964},1778699230863,1778699170774,1778699276507,{"_creationTime":966,"_id":967,"community":968,"display":969,"identity":973,"providers":975,"relations":981,"tags":982,"workflow":983},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":970,"installMethods":971,"name":972,"sourceUrl":870},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":868},"slack",{"basePath":974,"githubOwner":873,"githubRepo":874,"locale":18,"slug":972,"type":259},"skills/slack",{"evaluate":976,"extract":980},{"promptVersionExtension":211,"promptVersionScoring":212,"score":877,"tags":977,"targetMarket":224,"tier":225},[972,978,979,880,220],"messaging","communication",{"commitSha":265},{"repoId":883},[220,880,979,978,972],{"evaluatedAt":984,"extractAt":887,"updatedAt":984},1778698950505]