[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-quietshrink-de":3,"guides-for-hkuds-cli-anything-quietshrink":824,"similar-k174mwvck8tj8hz9hcdf7yp52s86mpfp-de":825},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":821,"workflow":822},1778688417731.9585,"k174mwvck8tj8hz9hcdf7yp52s86mpfp",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"hkuds/cli-anything","cli-anything-quietshrink","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778689758558.1946,"kn72dj9sx1sarh3ds787arh0rh86np7m","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":222,"tier":223,"useCases":224},[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,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of large macOS screen recordings and the need for efficient compression, directly addressing user pain points.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a unique value proposition by leveraging Apple Silicon's hardware HEVC encoder for zero CPU stress, visually lossless compression, and silent operation, which goes beyond basic software compression.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, as it wraps a well-established CLI tool (`quietshrink`) with clear commands, presets, JSON output, and environment verification, covering the entire compression lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, focused responsibility: compressing macOS screen recordings using Apple Silicon's hardware encoder, with related utilities like probing and environment checks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, accurate, and accurately reflects the skill's functionality, highlighting key benefits like zero CPU stress and significant file size reduction.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow verb-noun tools like `compress`, `probe`, `presets`, and `doctor`, which are specific and easily selectable by an agent.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, including quality presets and their effects, are clearly documented in the SKILL.md, along with JSON output schemas and error recovery steps.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names (`compress`, `probe`, `presets`, `doctor`) are descriptive, verb-noun pairs relevant to the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined (e.g., input/output paths, quality presets), and output schemas for `compress` and `probe` are specific and documented, returning only necessary information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache-2.0, a permissive open-source license, as indicated in the bundled LICENSE file and reflected in the repository's license header.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity (pushedAt: 2026-05-13), indicating it is actively maintained.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The primary dependency `ffmpeg` is assumed to be installed via `brew`, and the README suggests `brew install ffmpeg` or `brew reinstall ffmpeg` for troubleshooting, implying standard package management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or require any secrets, as it operates on local files and system commands.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill operates on local file paths provided by the user or agent. Input validation and careful command construction with ffmpeg prevent injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on a locally installed `ffmpeg` dependency managed by the user or package manager, and does not fetch remote code or data at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The CLI operates on user-specified input and output file paths within the user's filesystem and relies on system commands. It does not appear to modify files outside of the specified output path.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The skill's implementation does not involve detached processes or retry loops around denied tool calls.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill operates on local files and does not send any data to third-party services or analytics endpoints.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled SKILL.md and README files do not contain any hidden steering tricks, control characters, or misleading formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's implementation, wrapping a standard CLI tool, is fully transparent and does not involve obfuscated or dynamically fetched code.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes the `ffmpeg` binary is available in the system's PATH and provides clear instructions on how to install it, rather than assuming a specific project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a reasonable ratio of open to closed issues (35 opened, 48 closed in 90d), suggesting active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The main repository uses Git tags and commit history for versioning, and the CLI itself does not appear to have a formal versioning scheme beyond the latest commit.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input arguments like file paths and quality presets are handled by the underlying CLI tool's argument parsing, which is expected to perform basic validation.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The `compress` operation is not destructive; it creates a new output file. No other destructive operations are present.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The SKILL.md documents specific errors like 'ffmpeg not found' and 'compression_failed' with recovery steps, and the underlying CLI tool is expected to handle errors gracefully.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The underlying `quietshrink` CLI tool, when invoked, provides detailed output to stdout and stderr, which serves as an audit log for the operation.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on local video files and does not process or transmit any personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is specific to macOS and Apple Silicon hardware but does not have other regional or legal jurisdictional limitations, so targetMarket is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill requires macOS and Apple Silicon, but these are clearly stated prerequisites. It relies on standard command-line tools like `ffmpeg` and `brew`.",{"category":44,"check":127,"severity":24,"summary":128},"README","A comprehensive README file exists and clearly explains the extension's purpose, features, and usage.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes a focused set of 4 tools (`compress`, `probe`, `presets`, `doctor`), which is within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools (`compress`, `probe`, `presets`, `doctor`) have distinct and non-overlapping functions.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features (compression, presets, probing, environment check) are implemented and documented in the SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The SKILL.md provides clear installation instructions for the underlying `quietshrink` CLI via `brew` and usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md lists specific error messages and provides clear remediation steps for common issues.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","The primary dependency is `ffmpeg`, which is expected to be managed by `brew`, implying version pinning through `brew`'s package management.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The skill performs file compression, which creates a new file rather than modifying existing data or performing a destructive operation, making a dry-run concept less applicable.",{"category":154,"check":155,"severity":151,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates on local file operations and does not involve remote calls or state-changing mutations that would require idempotency or timeouts in a protocol sense.",{"category":65,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry; it's a local CLI tool.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md clearly states the purpose: compressing macOS screen recordings with HEVC on Apple Silicon, and specifies when to use it (screen recordings, large files) and when not to (non-screen content).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, self-contained, and accurately summarizes the core capability and usage scenarios.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and defers deeper technical details like JSON schema to specific sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and provides details like quality presets and JSON schemas directly, without requiring external files for core functionality.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is not an exploration- or audit-style tool and does not involve deep code review or multi-file inspection that would require `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples for compressing files with default and specific presets, and for probing files.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents failure modes like 'ffmpeg not found' and 'compression_failed' with clear symptoms and recovery steps.",{"category":110,"check":183,"severity":151,"summary":184},"Tool Fallback","The skill directly relies on the `quietshrink` CLI tool, which is assumed to be installed via `brew`. There's no mention of optional external tools or fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill assumes a functional `ffmpeg` installation and provides guidance on recovery if it's missing or broken, effectively halting if the environment is not met.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. Its functionality is independent.",1778689758429,"This skill wraps the `quietshrink` CLI tool, enabling users to compress macOS screen recordings using Apple Silicon's hardware HEVC encoder. It offers significant file size reduction (70-90%) while maintaining visual quality and operating silently.",[195,196,197,198,199],"Hardware HEVC encoding for speed and efficiency","Zero CPU stress during encoding","Visually lossless compression (70-90% size reduction)","Silent operation","Environment verification and troubleshooting guidance",[201,202,203],"Compressing non-screen content like camera footage (savings will be smaller)","Providing software-based compression on non-Apple Silicon hardware","Replacing general-purpose video editing tools",[],[206,207,208,209],"macOS","Apple Silicon (M1/M2/M3/M4)","Homebrew (for ffmpeg installation)","ffmpeg installed via Homebrew","3.0.0","4.4.0","To provide an efficient, low-resource method for compressing macOS screen recordings, making them easier to share and store.","The extension is exceptionally well-documented, secure, and addresses a specific user problem with a unique, efficient solution. All checks passed or were not applicable, indicating high quality.",99,"High-quality skill for efficient video compression on macOS using hardware acceleration.",[217,218,219,220,221],"video","compression","macos","apple-silicon","hevc","global","verified",[225,226,227],"Compressing large screen recordings before sharing via chat or email","Reducing file sizes for long-term archival or storage","Improving workflow efficiency for video content creators on Apple Silicon Macs",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},true,1778689734750,{"descriptionLength":233,"readmeSize":234},205,65157,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":239,"pushedAt":240,"stars":241},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":238,"license":243,"smitheryVerified":238},"Apache-2.0",{"hasCi":230,"hasTests":230},{"updatedAt":246},1778689758558,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/cli-anything-quietshrink","hkuds","cli-anything","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":255,"targetMarket":222,"tier":223},[217,218,219,220,221],{"commitSha":257,"license":243},"HEAD",{"repoId":259},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":817},1778688407288.288,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":264,"discover":810,"github":813},{"commitSha":257,"extensions":265},[266,282,302,311,319,327,335,343,351,359,366,374,382,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,644,652,660,668,676,684,692,699,706,713,718,726,734,742,750,758,766,774,781,795,802],{"basePath":267,"description":268,"displayName":250,"installMethods":269,"rationale":270,"selectedPaths":271,"source":280,"sourceLanguage":18,"type":281},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[272,275,277],{"path":273,"priority":274},".claude-plugin/marketplace.json","mandatory",{"path":276,"priority":274},"README.md",{"path":278,"priority":279},"LICENSE","high","rule","marketplace",{"basePath":283,"description":268,"displayName":250,"installMethods":284,"rationale":285,"selectedPaths":286,"source":280,"sourceLanguage":18,"type":301},"cli-anything-plugin",{"claudeCode":250},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[287,289,290,291,293,295,297,299],{"path":288,"priority":274},".claude-plugin/plugin.json",{"path":276,"priority":274},{"path":278,"priority":279},{"path":292,"priority":279},"commands/cli-anything.md",{"path":294,"priority":279},"commands/list.md",{"path":296,"priority":279},"commands/refine.md",{"path":298,"priority":279},"commands/test.md",{"path":300,"priority":279},"commands/validate.md","plugin",{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-qgis","Stateful QGIS CLI for projects, writable layers, features, layouts, exports, and qgis_process operations using the real QGIS runtime.","cli-anything-qgis",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-qgis/SKILL.md (coalesced with duplicate skill at QGIS/agent-harness/cli_anything/qgis/skills)",[309],{"path":310,"priority":274},"SKILL.md",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-adguardhome","Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API. Designed for AI agents and power users who need to manage filtering, DNS rewrites, clients, DHCP, and query logs without a GUI.","cli-anything-adguardhome",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-adguardhome/SKILL.md (coalesced with duplicate skill at adguardhome/agent-harness/cli_anything/adguardhome/skills)",[318],{"path":310,"priority":274},{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-anygen","Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...","cli-anything-anygen",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-anygen/SKILL.md (coalesced with duplicate skill at anygen/agent-harness/cli_anything/anygen/skills)",[326],{"path":310,"priority":274},{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-audacity","Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...","cli-anything-audacity",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-audacity/SKILL.md (coalesced with duplicate skill at audacity/agent-harness/cli_anything/audacity/skills)",[334],{"path":310,"priority":274},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-blender","Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...","cli-anything-blender",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-blender/SKILL.md (coalesced with duplicate skill at blender/agent-harness/cli_anything/blender/skills)",[342],{"path":310,"priority":274},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-browser","Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.","cli-anything-browser",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-browser/SKILL.md (coalesced with duplicate skill at browser/agent-harness/cli_anything/browser/skills)",[350],{"path":310,"priority":274},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-chromadb","Command-line interface for ChromaDB - A stateless CLI for managing vector database collections, documents, and semantic search. Designed for AI agents and automation via the ChromaDB HTTP API v2.","cli-anything-chromadb",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-chromadb/SKILL.md (coalesced with duplicate skill at chromadb/agent-harness/cli_anything/chromadb/skills)",[358],{"path":310,"priority":274},{"basePath":360,"description":361,"displayName":360,"installMethods":362,"rationale":363,"selectedPaths":364,"source":280,"sourceLanguage":18,"type":251},"cli-hub-meta-skill","Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.",{"claudeCode":12},"SKILL.md frontmatter at cli-hub-meta-skill/SKILL.md (coalesced with duplicate skill at skills/cli-hub-meta-skill)",[365],{"path":310,"priority":274},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":280,"sourceLanguage":18,"type":251},"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)",[373],{"path":310,"priority":274},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-cloudcompare","Command-line interface for CloudCompare — Agent-friendly harness for CloudCompare, the open-source 3D point cloud and mesh processing software. Supports 41 commands across 9 groups: project management, session control, point cloud operations (subsample, filter, segment, analyze), mesh operations, distance computation (C2C, C2M), transformations (ICP, matrix), export (LAS/LAZ/PLY/PCD/OBJ/STL/E57), and interactive REPL.","cli-anything-cloudcompare",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-cloudcompare/SKILL.md (coalesced with duplicate skill at cloudcompare/agent-harness/cli_anything/cloudcompare/skills)",[381],{"path":310,"priority":274},{"basePath":383,"description":384,"displayName":250,"installMethods":385,"rationale":386,"selectedPaths":387,"source":280,"sourceLanguage":18,"type":251},"macrocli","Use when the user wants OpenClaw to build, refine, test, or validate a CLI-Anything harness for a GUI application or source repository. Adapts the CLI-Anything methodology to OpenClaw without changing the generated Python harness format.",{"claudeCode":12},"SKILL.md frontmatter at macrocli/SKILL.md (coalesced with duplicate skill at codex-skill)",[388],{"path":310,"priority":274},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-comfyui","Command-line interface for ComfyUI - AI image generation workflow management via ComfyUI REST API. Designed for AI agents and power users who need to queue workflows, manage models, download generated images, and monitor the generation queue without a GUI.","cli-anything-comfyui",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-comfyui/SKILL.md (coalesced with duplicate skill at comfyui/agent-harness/cli_anything/comfyui/skills)",[396],{"path":310,"priority":274},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-dify-workflow","Wrapper for the Dify workflow DSL CLI. Create, inspect, validate, edit, and export Dify workflow files through a CLI-Anything harness.","cli-anything-dify-workflow",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-dify-workflow/SKILL.md (coalesced with duplicate skill at dify-workflow/agent-harness/cli_anything/dify_workflow/skills)",[404],{"path":310,"priority":274},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-drawio","Command-line interface for Drawio - A CLI harness for **Draw.io** — create, edit, and export diagrams from the command line....","cli-anything-drawio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-drawio/SKILL.md (coalesced with duplicate skill at drawio/agent-harness/cli_anything/drawio/skills)",[412],{"path":310,"priority":274},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-eth2-quickstart","Use eth2-quickstart to autonomously deploy a hardened Ethereum node, install execution and consensus clients, configure validator metadata, expose RPC safely, and inspect node health with structured JSON output.","cli-anything-eth2-quickstart",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-eth2-quickstart/SKILL.md (coalesced with duplicate skill at eth2-quickstart/agent-harness/cli_anything/eth2_quickstart/skills)",[420],{"path":310,"priority":274},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-exa","Agent-native CLI for Exa web search and content retrieval workflows.","cli-anything-exa",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-exa/SKILL.md (coalesced with duplicate skill at exa/agent-harness/cli_anything/exa/skills)",[428],{"path":310,"priority":274},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-firefly-iii","Firefly III CLI - Personal finance management via CLI-Anything","cli-anything-firefly-iii",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-firefly-iii/SKILL.md (coalesced with duplicate skill at firefly-iii/agent-harness/cli_anything/firefly_iii/skills, firefly-iii/agent-harness/skills/cli-anything-firefly-iii)",[436],{"path":310,"priority":274},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-freecad","Complete CLI harness for FreeCAD parametric 3D CAD modeler (258 commands). Covers ALL workbenches: Part (29 primitives + boolean + mirror + loft + sweep), Sketcher (26 cmds: geometry + constraints + editing), PartDesign (38 cmds: pad/pocket/groove/fillet/chamfer/patterns/hole/datum), Assembly (11 cmds), Mesh (16 cmds), TechDraw (15 cmds: views + dimensions + PDF/SVG), Draft (33 cmds: 2D shapes + arrays + transforms), FEM (12 cmds), CAM/CNC (10 cmds), Surface (6 cmds), Spreadsheet (7 cmds), Import (13 formats), Export (17 formats), Measure (12 cmds), Materials (21 presets). Headless FreeCAD export to STEP/IGES/STL/OBJ/DXF/PDF/glTF/3MF.","cli-anything-freecad",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-freecad/SKILL.md (coalesced with duplicate skill at freecad/agent-harness/cli_anything/freecad/skills)",[444],{"path":310,"priority":274},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-gimp","Command-line interface for Gimp - A stateful command-line interface for image editing, built on Pillow. Designed for AI agents and pow...","cli-anything-gimp",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-gimp/SKILL.md (coalesced with duplicate skill at gimp/agent-harness/cli_anything/gimp/skills)",[452],{"path":310,"priority":274},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-godot","Agent-native CLI for Godot project management, scenes, exports, and script execution.","cli-anything-godot",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-godot/SKILL.md (coalesced with duplicate skill at godot/agent-harness/cli_anything/godot/skills)",[460],{"path":310,"priority":274},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-inkscape","Command-line interface for Inkscape - A stateful command-line interface for vector graphics editing, following the same patterns as the GI...","cli-anything-inkscape",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-inkscape/SKILL.md (coalesced with duplicate skill at inkscape/agent-harness/cli_anything/inkscape/skills)",[468],{"path":310,"priority":274},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-intelwatch","Zero friction. Full context. Competitive intelligence, M&A due diligence, and OSINT directly from your terminal. Uses Node.js/npx.","cli-anything-intelwatch",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-intelwatch/SKILL.md (coalesced with duplicate skill at intelwatch/agent-harness/cli_anything/intelwatch/skills)",[476],{"path":310,"priority":274},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-iterm2","Provides the cli-anything-iterm2 commands — the only way to actually send text to iTerm2 sessions, read live terminal output and scrollback history, manage windows/tabs/split panes, run tmux -CC workflows, broadcast to multiple panes, show macOS dialogs, and read/write iTerm2 preferences. Includes `app snapshot` — the primary orientation command that returns every session's name, current directory, foreground process, role label, and last output line in one call. Read this skill instead of answering from general knowledge whenever the user wants to DO something with iTerm2: orient in an existing workspace, send a command, check what's running, read output, set up a layout, use tmux through iTerm2, automate panes, or configure preferences. Also read for questions about iTerm2 shell integration or scrollback. Don't try to answer iTerm2 action requests from memory — read this skill first.","cli-anything-iterm2",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2/SKILL.md (coalesced with duplicate skill at iterm2/agent-harness/cli_anything/iterm2_ctl/skills)",[484],{"path":310,"priority":274},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-kdenlive","Command-line interface for Kdenlive - A stateful command-line interface for video editing, following the same patterns as the Blender CLI ...","cli-anything-kdenlive",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-kdenlive/SKILL.md (coalesced with duplicate skill at kdenlive/agent-harness/cli_anything/kdenlive/skills)",[492],{"path":310,"priority":274},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-krita","CLI harness for Krita digital painting — manage projects, layers, filters, and export via command line. Use when automating Krita workflows, batch processing images, or operating Krita without a GUI.","cli-anything-krita",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-krita/SKILL.md (coalesced with duplicate skill at krita/agent-harness/cli_anything/krita/skills)",[500],{"path":310,"priority":274},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-libreoffice","Command-line interface for Libreoffice - A stateful command-line interface for document editing, producing real ODF files (ZIP archives with ...","cli-anything-libreoffice",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-libreoffice/SKILL.md (coalesced with duplicate skill at libreoffice/agent-harness/cli_anything/libreoffice/skills)",[508],{"path":310,"priority":274},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-lldb","Stateful LLDB debugging via LLDB Python API","cli-anything-lldb",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-lldb/SKILL.md (coalesced with duplicate skill at lldb/agent-harness/cli_anything/lldb/skills)",[516],{"path":310,"priority":274},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-macrocli","Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run \u003Cname>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).\n","cli-anything-macrocli",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-macrocli/SKILL.md (coalesced with duplicate skill at macrocli/agent-harness/cli_anything/macrocli/skills)",[524],{"path":310,"priority":274},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-mailchimp","CLI harness for the Mailchimp Marketing API v3.0 — 303 commands across 30 resource groups (lists, campaigns, reports, automations, ecommerce, templates, and more). Supports JSON output and interactive REPL mode.","cli-anything-mailchimp",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mailchimp/SKILL.md (coalesced with duplicate skill at mailchimp/agent-harness/cli_anything/mailchimp/skills)",[532],{"path":310,"priority":274},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-mermaid","Command-line interface for Mermaid Live Editor - Create, edit, and render Mermaid diagrams via stateful project files and mermaid.ink renderer URLs. Designed for AI agents and power users who need to generate flowcharts, sequence diagrams, and other visualizations without a GUI.","cli-anything-mermaid",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mermaid/SKILL.md (coalesced with duplicate skill at mermaid/agent-harness/cli_anything/mermaid/skills)",[540],{"path":310,"priority":274},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-mubu","Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge....","cli-anything-mubu",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-mubu/SKILL.md (coalesced with duplicate skill at mubu/agent-harness/cli_anything/mubu/skills)",[548],{"path":310,"priority":274},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":280,"sourceLanguage":18,"type":251},"musescore/agent-harness/cli_anything/musescore/skills","CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments","musescore",{"claudeCode":12},"SKILL.md frontmatter at musescore/agent-harness/cli_anything/musescore/skills/SKILL.md",[556],{"path":310,"priority":274},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-n8n","Command-line interface for n8n workflow automation platform. Manages workflows, executions, credentials, variables, and tags. Based on n8n Public API v1.1.1 (n8n >= 1.0.0).","cli-anything-n8n",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-n8n/SKILL.md (coalesced with duplicate skill at n8n/agent-harness/cli_anything/n8n/skills)",[564],{"path":310,"priority":274},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-notebooklm","Experimental NotebookLM harness for listing notebooks, managing sources, asking questions, generating artifacts, and downloading outputs through an installed notebooklm CLI.","cli-anything-notebooklm",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-notebooklm/SKILL.md (coalesced with duplicate skill at notebooklm/agent-harness/cli_anything/notebooklm/skills)",[572],{"path":310,"priority":274},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-novita","Command-line interface for Novita AI - An OpenAI-compatible AI API client for DeepSeek, GLM, and other models.","cli-anything-novita",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-novita/SKILL.md (coalesced with duplicate skill at novita/agent-harness/cli_anything/novita/skills)",[580],{"path":310,"priority":274},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-nsight-graphics","Windows-first CLI harness for Nsight Graphics capture, GPU Trace summary, and ngfx-replay analysis","cli-anything-nsight-graphics",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-nsight-graphics/SKILL.md (coalesced with duplicate skill at nsight-graphics/agent-harness/cli_anything/nsight_graphics/skills)",[588],{"path":310,"priority":274},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-nslogger","CLI harness for NSLogger — parse, filter, export, and monitor NSLogger log files (.rawnsloggerdata / .nsloggerdata)","cli-anything-nslogger",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-nslogger/SKILL.md (coalesced with duplicate skill at nslogger/agent-harness/cli_anything/nslogger/skills)",[596],{"path":310,"priority":274},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":280,"sourceLanguage":18,"type":251},"obs-studio/agent-harness/cli_anything/obs_studio/skills","Command-line interface for Obs Studio - A stateful command-line interface for OBS Studio scene collection editing, following the same patter...","skills",{"claudeCode":12},"SKILL.md frontmatter at obs-studio/agent-harness/cli_anything/obs_studio/skills/SKILL.md",[604],{"path":310,"priority":274},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-obsidian","Command-line interface for Obsidian — Knowledge management and note-taking via Obsidian Local REST API. Designed for AI agents and power users who need to manage notes, search the vault, and execute commands without the GUI.","cli-anything-obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obsidian/SKILL.md (coalesced with duplicate skill at obsidian/agent-harness/cli_anything/obsidian/skills)",[612],{"path":310,"priority":274},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-ollama","Command-line interface for Ollama - Local LLM inference and model management via Ollama REST API. Designed for AI agents and power users who need to manage models, generate text, chat, and create embeddings without a GUI.","cli-anything-ollama",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-ollama/SKILL.md (coalesced with duplicate skill at ollama/agent-harness/cli_anything/ollama/skills)",[620],{"path":310,"priority":274},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-openscreen","Command-line interface for Openscreen — a screen recording editor. A stateful CLI for editing screen recordings with zoom, speed ramps, trim, crop, annotations, and polished exports. Built on the Openscreen JSON project format with ffmpeg as the rendering backend. Designed for AI agents and power users who need programmatic video editing.","cli-anything-openscreen",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-openscreen/SKILL.md (coalesced with duplicate skill at openscreen/agent-harness/cli_anything/openscreen/skills)",[628],{"path":310,"priority":274},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-pm2","Command-line interface for PM2 - A stateless CLI for Node.js process management via the PM2 CLI. List, start, stop, restart processes, view logs, and manage system configuration.","cli-anything-pm2",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-pm2/SKILL.md (coalesced with duplicate skill at pm2/agent-harness/cli_anything/pm2/skills)",[636],{"path":310,"priority":274},{"basePath":638,"description":10,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":280,"sourceLanguage":18,"type":251},"quietshrink/agent-harness/cli_anything/quietshrink/skills","quietshrink",{"claudeCode":12},"SKILL.md frontmatter at quietshrink/agent-harness/cli_anything/quietshrink/skills/SKILL.md",[643],{"path":310,"priority":274},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-renderdoc","CLI harness for RenderDoc graphics debugger capture analysis","cli-anything-renderdoc",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-renderdoc/SKILL.md (coalesced with duplicate skill at renderdoc/agent-harness/cli_anything/renderdoc/skills)",[651],{"path":310,"priority":274},{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-rms","Teltonika RMS device management and monitoring CLI","cli-anything-rms",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-rms/SKILL.md (coalesced with duplicate skill at rms/agent-harness/cli_anything/rms/skills)",[659],{"path":310,"priority":274},{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-safari","Safari browser automation CLI on macOS via safari-mcp. Controls real Safari (native, keeps logins) by wrapping the safari-mcp MCP server. Every one of the 84 MCP tools is exposed 1:1 with schema-accurate arguments — guaranteed parity, no manual drift.","cli-anything-safari",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-safari/SKILL.md (coalesced with duplicate skill at safari/agent-harness/cli_anything/safari/skills)",[667],{"path":310,"priority":274},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-sbox","Agent-native CLI for the s&box game engine (Facepunch Studios, Source 2): project management, scene/prefab editing, material/sound/localization configs, C# code generation, asset graph queries, project validation, and editor launch.","cli-anything-sbox",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-sbox/SKILL.md (coalesced with duplicate skill at sbox/agent-harness/cli_anything/sbox/skills)",[675],{"path":310,"priority":274},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-seaclip","Command-line interface for SeaClip-Lite - A stateless CLI for managing issues, pipelines, agents, schedules, and activity on the SeaClip-Lite project management board.","cli-anything-seaclip",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-seaclip/SKILL.md (coalesced with duplicate skill at seaclip/agent-harness/cli_anything/seaclip/skills)",[683],{"path":310,"priority":274},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-shotcut","Command-line interface for Shotcut - A stateful command-line interface for video editing, built on the MLT XML format. Designed for AI ag...","cli-anything-shotcut",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-shotcut/SKILL.md (coalesced with duplicate skill at shotcut/agent-harness/cli_anything/shotcut/skills)",[691],{"path":310,"priority":274},{"basePath":693,"description":479,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[698],{"path":310,"priority":274},{"basePath":700,"description":551,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[705],{"path":310,"priority":274},{"basePath":707,"description":599,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[712],{"path":310,"priority":274},{"basePath":248,"description":10,"displayName":13,"installMethods":714,"rationale":715,"selectedPaths":716,"source":280,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[717],{"path":310,"priority":274},{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-slay-the-spire-ii","Command-line interface for Slay the Spire 2 - Control the real game through a local bridge mod HTTP API. Reads normalized game state and sends action commands for combat, navigation, rewards, and menu management.","cli-anything-slay-the-spire-ii",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-slay-the-spire-ii/SKILL.md",[725],{"path":310,"priority":274},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-unimol-tools","Interactive CLI for Uni-Mol molecular property prediction training and inference workflows.","cli-anything-unimol-tools",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-unimol-tools/SKILL.md (coalesced with duplicate skill at unimol_tools/agent-harness/cli_anything/unimol_tools)",[733],{"path":310,"priority":274},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-unrealinsights","Capture Unreal Engine traces to .utrace files and export Unreal Insights timing/counter data in headless mode.","cli-anything-unrealinsights",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-unrealinsights/SKILL.md (coalesced with duplicate skill at unrealinsights/agent-harness/cli_anything/unrealinsights/skills)",[741],{"path":310,"priority":274},{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-videocaptioner","AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.","cli-anything-videocaptioner",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-videocaptioner/SKILL.md (coalesced with duplicate skill at videocaptioner/agent-harness/cli_anything/videocaptioner/skills)",[749],{"path":310,"priority":274},{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-wiremock","Python CLI harness for WireMock HTTP mock server administration","cli-anything-wiremock",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-wiremock/SKILL.md (coalesced with duplicate skill at wiremock/agent-harness/cli_anything/wiremock/skills)",[757],{"path":310,"priority":274},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-zoom","Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...","cli-anything-zoom",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-zoom/SKILL.md (coalesced with duplicate skill at zoom/agent-harness/cli_anything/zoom/skills)",[765],{"path":310,"priority":274},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":280,"sourceLanguage":18,"type":251},"skills/cli-anything-zotero","CLI harness for Zotero.","cli-anything-zotero",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-zotero/SKILL.md (coalesced with duplicate skill at zotero/agent-harness/cli_anything/zotero/skills)",[773],{"path":310,"priority":274},{"basePath":775,"description":720,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":280,"sourceLanguage":18,"type":251},"slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills","cli-anything-sts2",{"claudeCode":12},"SKILL.md frontmatter at slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills/SKILL.md",[780],{"path":310,"priority":274},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":280,"sourceLanguage":18,"type":794},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":784},"cli ecosystem detected at sketch/agent-harness",[788,790,791],{"path":789,"priority":274},"package.json",{"path":276,"priority":274},{"path":792,"priority":793},"src/cli.js","medium","cli",{"basePath":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":280,"sourceLanguage":18,"type":794},"exa/agent-harness",{"pypi":424},"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)",[800],{"path":801,"priority":274},"setup.py",{"basePath":803,"installMethods":804,"rationale":806,"selectedPaths":807,"source":280,"sourceLanguage":18,"type":794},"cli-hub",{"pypi":805},"cli-anything-hub","cli ecosystem detected at cli-hub",[808,809],{"path":801,"priority":274},{"path":276,"priority":274},{"sources":811},[812],"manual",{"closedIssues90d":236,"description":814,"forks":237,"homepage":815,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":241,"topics":816},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":818,"discoverAt":819,"extractAt":820,"githubAt":820,"updatedAt":818},1778688417516,1778688407288,1778688414240,[220,218,221,219,217],{"evaluatedAt":246,"extractAt":823,"updatedAt":246},1778688417732,[],[826,857,890,919,950,974],{"_creationTime":827,"_id":828,"community":829,"display":830,"identity":836,"providers":841,"relations":849,"tags":852,"workflow":853},1778686545849.374,"k177hrzhj7kq341ne6zye4qwrx86n1hp",{"reviewCount":8},{"description":831,"installMethods":832,"name":834,"sourceUrl":835},"Videobearbeitung und -verarbeitung mit FFmpeg. Verwenden Sie es für Formatkonvertierung, Größenänderung, Komprimierung, Audioextraktion und die Vorbereitung von Assets für Remotion. Trigger umfassen die Konvertierung von GIF in MP4, die Größenänderung von Videos, die Extraktion von Audio, die Komprimierung von Dateien oder jede Medien transformations aufgabe.",{"claudeCode":833},"digitalsamba/claude-code-video-toolkit","ffmpeg","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":837,"githubOwner":838,"githubRepo":839,"locale":840,"slug":834,"type":251},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit","de",{"evaluate":842,"extract":848},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":843,"targetMarket":222,"tier":223},[217,844,834,845,846,218,847],"audio","remotion","media-processing","conversion",{"commitSha":257},{"repoId":850,"translatedFrom":851},"kd70r97eght58pp9f1x8scdagd86n32q","k172sbg4kfrq84d08e4rk1ghp586nk45",[844,218,847,834,846,845,217],{"evaluatedAt":854,"extractAt":855,"updatedAt":856},1778686320284,1778686219732,1778686545849,{"_creationTime":858,"_id":859,"community":860,"display":861,"identity":867,"providers":872,"relations":883,"tags":886,"workflow":887},1778694269038.6682,"k1752cypc448mke749yjbkc65186mg6f",{"reviewCount":8},{"description":862,"installMethods":863,"name":865,"sourceUrl":866},"This skill should be used when the user asks to \"compress context\", \"summarize conversation history\", \"implement compaction\", \"reduce token usage\", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.",{"claudeCode":864},"muratcankoylan/Agent-Skills-for-Context-Engineering","Context Compression","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":868,"githubOwner":869,"githubRepo":870,"locale":18,"slug":871,"type":251},"skills/context-compression","muratcankoylan","Agent-Skills-for-Context-Engineering","context-compression",{"evaluate":873,"extract":881},{"promptVersionExtension":210,"promptVersionScoring":211,"score":874,"tags":875,"targetMarket":222,"tier":223},100,[876,877,878,879,218,880],"context-engineering","llm","agent","summarization","evaluation",{"commitSha":257,"license":882},"MIT",{"parentExtensionId":884,"repoId":885},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[878,218,876,880,877,879],{"evaluatedAt":888,"extractAt":889,"updatedAt":888},1778694410149,1778694269038,{"_creationTime":891,"_id":892,"community":893,"display":894,"identity":900,"providers":904,"relations":912,"tags":915,"workflow":916},1778691497595.9666,"k170aa7za6n5wvxtwx7xj8dc9d86mx9e",{"reviewCount":8},{"description":895,"installMethods":896,"name":898,"sourceUrl":899},"Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to \"compress image\", \"optimize image\", \"convert to webp\", or reduce image file size.",{"claudeCode":897},"jimliu/baoyu-skills","baoyu-compress-image","https://github.com/jimliu/baoyu-skills",{"basePath":901,"githubOwner":902,"githubRepo":903,"locale":18,"slug":898,"type":251},"skills/baoyu-compress-image","jimliu","baoyu-skills",{"evaluate":905,"extract":911},{"promptVersionExtension":210,"promptVersionScoring":211,"score":874,"tags":906,"targetMarket":222,"tier":223},[907,218,908,909,910],"image","webp","png","optimization",{"commitSha":257},{"parentExtensionId":913,"repoId":914},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[218,907,910,909,908],{"evaluatedAt":917,"extractAt":918,"updatedAt":917},1778691619519,1778691497596,{"_creationTime":920,"_id":921,"community":922,"display":923,"identity":929,"providers":934,"relations":944,"tags":946,"workflow":947},1778697652123.895,"k179x649dvyg7xswjx2h5a199n86m32x",{"reviewCount":8},{"description":924,"installMethods":925,"name":927,"sourceUrl":928},"Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.",{"claudeCode":926},"steipete/clawdis","Node Connect","https://github.com/steipete/clawdis",{"basePath":930,"githubOwner":931,"githubRepo":932,"locale":18,"slug":933,"type":251},"skills/node-connect","steipete","clawdis","node-connect",{"evaluate":935,"extract":943},{"promptVersionExtension":210,"promptVersionScoring":211,"score":874,"tags":936,"targetMarket":222,"tier":223},[937,938,939,940,219,941,942],"debugging","networking","android","ios","troubleshooting","openclaws",{"commitSha":257,"license":882},{"repoId":945},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[939,937,940,219,938,942,941],{"evaluatedAt":948,"extractAt":949,"updatedAt":948},1778698735523,1778697652123,{"_creationTime":951,"_id":952,"community":953,"display":954,"identity":958,"providers":960,"relations":970,"tags":971,"workflow":972},1778697652123.8806,"k17e99n8cb55vm23m26vec6r1586mrwe",{"reviewCount":8},{"description":955,"installMethods":956,"name":957,"sourceUrl":928},"Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.",{"claudeCode":926},"crabbox",{"basePath":959,"githubOwner":931,"githubRepo":932,"locale":18,"slug":957,"type":251},".agents/skills/crabbox",{"evaluate":961,"extract":969},{"promptVersionExtension":210,"promptVersionScoring":211,"score":874,"tags":962,"targetMarket":222,"tier":223},[963,964,965,966,967,219,968],"testing","ci","remote-execution","validation","linux","windows",{"commitSha":257},{"repoId":945},[964,967,219,965,963,966,968],{"evaluatedAt":973,"extractAt":949,"updatedAt":973},1778697705804,{"_creationTime":975,"_id":976,"community":977,"display":978,"identity":984,"providers":988,"relations":996,"tags":999,"workflow":1000},1778685949178.8186,"k178qvcsn3pvtpahsgkkr919h186ncdr",{"reviewCount":8},{"description":979,"installMethods":980,"name":982,"sourceUrl":983},"Design and build native-feeling macOS application UIs. Use this skill whenever the user asks to create a desktop app, macOS app, Mac-style interface, Apple-style UI, system utility, or anything that should look and feel like a native Mac application. Also trigger when users mention \"native feel\", \"desktop app design\", \"Apple design patterns\", \"sidebar layout\", \"traffic lights\", or want to build tools/utilities that feel like they belong on macOS. This skill covers layout, composition, interaction patterns, animations, light/dark mode, and all the subtle details that make an app feel like Apple built it.",{"claudeCode":981},"davepoon/buildwithclaude","macos-design","https://github.com/davepoon/buildwithclaude",{"basePath":985,"githubOwner":986,"githubRepo":987,"locale":18,"slug":982,"type":251},"plugins/all-skills/skills/macos-design","davepoon","buildwithclaude",{"evaluate":989,"extract":995},{"promptVersionExtension":210,"promptVersionScoring":211,"score":874,"tags":990,"targetMarket":222,"tier":223},[219,991,992,993,994],"ui","design","developer-tools","ux",{"commitSha":257},{"parentExtensionId":997,"repoId":998},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[992,993,219,991,994],{"evaluatedAt":1001,"extractAt":1002,"updatedAt":1001},1778690566861,1778685949178]