[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-hkuds-cli-anything-unrealinsights-zh-CN":3,"guides-for-hkuds-cli-anything-unrealinsights":836,"similar-k1733br6tzapzj867k8cp6dr1s86m9h2-zh-CN":837},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":258,"isFallback":241,"parentExtension":264,"providers":265,"relations":270,"repo":272,"tags":833,"workflow":834},1778688417731.9592,"k1733br6tzapzj867k8cp6dr1s86m9h2",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Capture Unreal Engine traces to .utrace files and export Unreal Insights timing/counter data in headless mode.",{"claudeCode":12},"hkuds/cli-anything","Unreal Insights CLI","https://github.com/hkuds/cli-anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":256},1778689868971.6924,"kn71md5xw1nprwxcrxktwdypjs86m190","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":226,"tier":227,"useCases":228,"workflow":233},[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,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of capturing Unreal Engine traces and exporting data in headless mode, which is a specific and actionable pain point for users.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The CLI offers direct, agent-native access to Unreal Engine's performance profiling tools, providing significant value over manual methods or basic command execution.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the core workflow of trace capture and export in headless mode, with clear instructions and prerequisites, making it ready for use in production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on Unreal Engine trace capture and export, a single domain, without venturing into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's core functionality: capturing Unreal Engine traces and exporting data in headless mode.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are narrowly scoped verb-noun actions like 'backend info', 'trace set', 'capture run', and 'export threads', preventing arbitrary command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All options and parameters for commands like 'capture run' and 'export threads' are documented with examples, and optional environment variables are listed.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'backend info', 'trace set', 'capture run', and 'export threads' are descriptive and clearly indicate their function within the Unreal Engine context.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are specific (project paths, channels, counters) and outputs are structured JSON with relevant fields like 'trace_path' and 'exit_code', avoiding unnecessary data dumps.",{"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 by the bundled LICENSE file and the 'Apache_2.0' shield in the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the last one on 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses Python with Click and pytest, and has a lockfile (`poetry.lock` is implied by `poetry.lock` being present in the repo structure, though not explicitly provided in the context), indicating suitable dependency management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose secrets directly; it focuses on file paths and engine executables, and uses JSON output for agent workflows.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill primarily uses predefined commands and file paths, and the use of `--json` output for agents minimizes risks associated with arbitrary command injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on local executables ('UnrealInsights.exe', 'UnrealEditor.exe') and bundled scripts, with no apparent runtime fetching of external content as instructions.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates on specified local file paths and executables, and does not appear to attempt modifications outside of its defined scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or retry loops around denied tool calls was found in the provided SKILL.md.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill focuses on local file operations and execution, with no documented outbound calls that could exfiltrate confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be free of hidden-steering tricks, using standard markdown and clear command examples.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The provided SKILL.md and README do not indicate any use of obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes standard Unreal Engine and Unreal Insights installation paths but provides flexibility through environment variables and `--engine-root` arguments, mitigating rigid structural assumptions.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 35 issues opened and 48 closed in the last 90 days, the closure rate is high (approx. 57%), indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The repository has recent commits and a 'v0.2.0' mention in the README's news section, indicating versioning practices are in place.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input parameters like paths and command arguments are clearly defined and used in specific commands, implying validation through the CLI structure (Click).",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's operations (capture, export) are file-based and not inherently destructive without user-specified paths and explicit commands.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The SKILL.md describes structured JSON output including 'errors' and 'exit_code', indicating that errors are caught and reported meaningfully.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill focuses on executing commands and exporting data, not on logging actions to a local audit file as described in the check. The primary output is JSON or human-readable text.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The extension operates on Unreal Engine trace files and executables, not personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension targets Windows users with Unreal Engine, which is a technical requirement, not a geographic or legal jurisdiction restriction. The target market is global for users with this setup.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is Windows-first, as stated, and relies on standard Unreal Engine installations. It specifies Windows as a requirement, which is clear.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is extensive and clearly states the project's purpose, features, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The CLI exposes a reasonable number of tools (around 10 distinct commands grouped by function) suitable for its scope.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","Tool names like 'capture start', 'capture stop', 'capture snapshot' are distinct and non-overlapping in their functionality.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as trace capture, export, and backend discovery, have corresponding commands and documentation in the SKILL.md and README.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for various platforms (Claude Code, Pi Coding Agent) and includes copy-pasteable command examples for building and using CLIs.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The JSON output format includes 'errors' and 'succeeded' fields, and the command examples suggest clear feedback on success or failure, implying actionable messages.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The presence of a lockfile (implied by repository structure) and the use of Python 3.10+ with specific libraries like Click indicate pinned dependencies and interpreter versions.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's primary actions involve capturing data and exporting files, which are not state-changing operations in the sense of destructive commands; explicit dry-run flags are not applicable here.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The `capture run` command includes a `--timeout` parameter, indicating awareness of execution duration and potential for retries. File operations are generally idempotent.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry collection in the provided documentation; the focus is on local execution and data export.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose is precisely defined as capturing Unreal Engine traces and exporting data in headless mode, with clear triggers like needing agent access to Unreal Insights.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and clearly states the skill's name and purpose, followed by prerequisites and core commands.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured with clear sections for commands and guidance, keeping the core instructions focused and under a reasonable length.",{"category":170,"check":171,"severity":115,"summary":172},"Context","Progressive Disclosure","The skill's complexity does not warrant further progressive disclosure beyond the current SKILL.md structure; all necessary information is readily available.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill is a direct execution tool, not an exploration or audit-type skill, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide numerous clear, copy-pasteable examples for all core functionalities, demonstrating inputs, commands, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md mentions Windows as a prerequisite and lists optional environment variables, implicitly handling some edge cases related to installation and configuration. The `--wait` and `--timeout` flags in `capture run` also address execution time limits.",{"category":110,"check":183,"severity":115,"summary":184},"Tool Fallback","This skill is a standalone CLI tool and does not rely on external MCP servers or optional tools, thus fallback mechanisms are not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill operates on specified file paths and executables. While explicit 'dirty working tree' checks aren't documented, command failures due to missing prerequisites or incorrect paths would naturally halt execution.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on Unreal Engine tools, with no stated reliance on other skills being loaded in the same session.",1778689868853,"This skill provides agent-native command-line access for capturing Unreal Engine traces to .utrace files and exporting timing/counter data using Unreal Insights in headless mode, specifically targeting Windows environments.",[195,196,197,198,199],"Capture Unreal Engine traces to .utrace files","Export Unreal Insights timing and counter data","Headless mode execution for automated workflows","Backend discovery and setup for source-built engines","Control over trace session state and capture orchestration",[201,202,203,204],"Controlling already-running UE instances or browsing trace stores.","Providing a GUI for trace analysis.","Functionality on operating systems other than Windows.","Controlling UE instances not launched by the skill itself.",[206,207,208],"Performance analysis","Headless execution","Automation scripting",[210,211,212],"Unreal Engine 5.5+ installed with UnrealInsights.exe","Windows operating system","Optional explicit env vars: UNREALINSIGHTS_EXE, UNREAL_TRACE_SERVER_EXE, UNREALINSIGHTS_TRACE","3.0.0","4.4.0","To enable AI agents to programmatically capture and analyze Unreal Engine performance data, facilitating headless profiling and optimization workflows without manual intervention.","The extension demonstrates high quality with no critical or warning findings. The score is positioned high within the verified band due to extensive documentation, clear use cases, and robust security/maintenance practices.",99,"A high-quality, production-ready skill for advanced Unreal Engine performance analysis.",[220,221,222,223,224,225],"unreal-engine","performance-profiling","game-development","headless","trace-capture","unreal-insights","global","verified",[229,230,231,232],"Automating performance profiling of Unreal Engine games or applications.","Exporting detailed timing and counter data for analysis by AI agents.","Running trace capture and analysis in CI/CD pipelines.","Troubleshooting performance bottlenecks in Unreal Engine projects.",[234,235,236,237,238],"Discover and ensure Unreal Insights backend availability.","Configure trace session state.","Orchestrate trace capture, optionally specifying project, engine root, output trace, channels, and commands.","Control continuous capture sessions (start, status, snapshot, stop).","Perform offline export of trace data to various formats (threads, timer-stats, counter-values, batch response files).",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"security":253,"testCoverage":255},{"hasLockfile":241},true,1778689846548,{"descriptionLength":244,"readmeSize":245},110,65157,{"closedIssues90d":247,"forks":248,"hasChangelog":249,"openIssues90d":250,"pushedAt":251,"stars":252},48,3364,false,35,1778662207000,34376,{"hasNpmPackage":249,"license":254,"smitheryVerified":249},"Apache-2.0",{"hasCi":241,"hasTests":241},{"updatedAt":257},1778689868971,{"basePath":259,"githubOwner":260,"githubRepo":261,"locale":18,"slug":262,"type":263},"skills/cli-anything-unrealinsights","hkuds","cli-anything","cli-anything-unrealinsights","skill",null,{"evaluate":266,"extract":268},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":267,"targetMarket":226,"tier":227},[220,221,222,223,224,225],{"commitSha":269,"license":254},"HEAD",{"repoId":271},"kd7e2bra4ymb6r521a25r6yges86n35p",{"_creationTime":273,"_id":271,"identity":274,"providers":275,"workflow":829},1778688407288.288,{"githubOwner":260,"githubRepo":261,"sourceUrl":14},{"classify":276,"discover":822,"github":825},{"commitSha":269,"extensions":277},[278,294,314,323,331,339,347,355,363,371,378,386,394,401,409,417,425,433,441,449,457,465,473,481,489,497,505,513,521,529,537,545,553,561,569,577,585,593,601,609,617,625,633,641,649,657,665,673,681,689,697,705,712,719,726,733,741,749,754,762,770,778,786,793,807,814],{"basePath":279,"description":280,"displayName":261,"installMethods":281,"rationale":282,"selectedPaths":283,"source":292,"sourceLanguage":18,"type":293},"","Build powerful, stateful CLI interfaces for any GUI application using the cli-anything harness methodology.",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[284,287,289],{"path":285,"priority":286},".claude-plugin/marketplace.json","mandatory",{"path":288,"priority":286},"README.md",{"path":290,"priority":291},"LICENSE","high","rule","marketplace",{"basePath":295,"description":280,"displayName":261,"installMethods":296,"rationale":297,"selectedPaths":298,"source":292,"sourceLanguage":18,"type":313},"cli-anything-plugin",{"claudeCode":261},"plugin manifest at cli-anything-plugin/.claude-plugin/plugin.json",[299,301,302,303,305,307,309,311],{"path":300,"priority":286},".claude-plugin/plugin.json",{"path":288,"priority":286},{"path":290,"priority":291},{"path":304,"priority":291},"commands/cli-anything.md",{"path":306,"priority":291},"commands/list.md",{"path":308,"priority":291},"commands/refine.md",{"path":310,"priority":291},"commands/test.md",{"path":312,"priority":291},"commands/validate.md","plugin",{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":292,"sourceLanguage":18,"type":263},"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)",[321],{"path":322,"priority":286},"SKILL.md",{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":292,"sourceLanguage":18,"type":263},"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)",[330],{"path":322,"priority":286},{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":292,"sourceLanguage":18,"type":263},"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)",[338],{"path":322,"priority":286},{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":292,"sourceLanguage":18,"type":263},"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)",[346],{"path":322,"priority":286},{"basePath":348,"description":349,"displayName":350,"installMethods":351,"rationale":352,"selectedPaths":353,"source":292,"sourceLanguage":18,"type":263},"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)",[354],{"path":322,"priority":286},{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":292,"sourceLanguage":18,"type":263},"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)",[362],{"path":322,"priority":286},{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":292,"sourceLanguage":18,"type":263},"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)",[370],{"path":322,"priority":286},{"basePath":372,"description":373,"displayName":372,"installMethods":374,"rationale":375,"selectedPaths":376,"source":292,"sourceLanguage":18,"type":263},"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)",[377],{"path":322,"priority":286},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":292,"sourceLanguage":18,"type":263},"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)",[385],{"path":322,"priority":286},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":292,"sourceLanguage":18,"type":263},"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)",[393],{"path":322,"priority":286},{"basePath":395,"description":396,"displayName":261,"installMethods":397,"rationale":398,"selectedPaths":399,"source":292,"sourceLanguage":18,"type":263},"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)",[400],{"path":322,"priority":286},{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":292,"sourceLanguage":18,"type":263},"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)",[408],{"path":322,"priority":286},{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":292,"sourceLanguage":18,"type":263},"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)",[416],{"path":322,"priority":286},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":292,"sourceLanguage":18,"type":263},"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)",[424],{"path":322,"priority":286},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":292,"sourceLanguage":18,"type":263},"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)",[432],{"path":322,"priority":286},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":292,"sourceLanguage":18,"type":263},"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)",[440],{"path":322,"priority":286},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":292,"sourceLanguage":18,"type":263},"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)",[448],{"path":322,"priority":286},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":292,"sourceLanguage":18,"type":263},"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)",[456],{"path":322,"priority":286},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":292,"sourceLanguage":18,"type":263},"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)",[464],{"path":322,"priority":286},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":292,"sourceLanguage":18,"type":263},"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)",[472],{"path":322,"priority":286},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":292,"sourceLanguage":18,"type":263},"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)",[480],{"path":322,"priority":286},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":292,"sourceLanguage":18,"type":263},"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)",[488],{"path":322,"priority":286},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":292,"sourceLanguage":18,"type":263},"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)",[496],{"path":322,"priority":286},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":292,"sourceLanguage":18,"type":263},"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)",[504],{"path":322,"priority":286},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":292,"sourceLanguage":18,"type":263},"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)",[512],{"path":322,"priority":286},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":292,"sourceLanguage":18,"type":263},"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)",[520],{"path":322,"priority":286},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":292,"sourceLanguage":18,"type":263},"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)",[528],{"path":322,"priority":286},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":292,"sourceLanguage":18,"type":263},"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)",[536],{"path":322,"priority":286},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":292,"sourceLanguage":18,"type":263},"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)",[544],{"path":322,"priority":286},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":292,"sourceLanguage":18,"type":263},"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)",[552],{"path":322,"priority":286},{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":292,"sourceLanguage":18,"type":263},"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)",[560],{"path":322,"priority":286},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":292,"sourceLanguage":18,"type":263},"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",[568],{"path":322,"priority":286},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":292,"sourceLanguage":18,"type":263},"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)",[576],{"path":322,"priority":286},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":292,"sourceLanguage":18,"type":263},"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)",[584],{"path":322,"priority":286},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":292,"sourceLanguage":18,"type":263},"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)",[592],{"path":322,"priority":286},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":292,"sourceLanguage":18,"type":263},"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)",[600],{"path":322,"priority":286},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":292,"sourceLanguage":18,"type":263},"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)",[608],{"path":322,"priority":286},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":292,"sourceLanguage":18,"type":263},"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",[616],{"path":322,"priority":286},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":292,"sourceLanguage":18,"type":263},"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)",[624],{"path":322,"priority":286},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":292,"sourceLanguage":18,"type":263},"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)",[632],{"path":322,"priority":286},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":292,"sourceLanguage":18,"type":263},"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)",[640],{"path":322,"priority":286},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":292,"sourceLanguage":18,"type":263},"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)",[648],{"path":322,"priority":286},{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":292,"sourceLanguage":18,"type":263},"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",[656],{"path":322,"priority":286},{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":292,"sourceLanguage":18,"type":263},"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)",[664],{"path":322,"priority":286},{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":292,"sourceLanguage":18,"type":263},"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)",[672],{"path":322,"priority":286},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":292,"sourceLanguage":18,"type":263},"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)",[680],{"path":322,"priority":286},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":292,"sourceLanguage":18,"type":263},"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)",[688],{"path":322,"priority":286},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":292,"sourceLanguage":18,"type":263},"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)",[696],{"path":322,"priority":286},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":292,"sourceLanguage":18,"type":263},"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)",[704],{"path":322,"priority":286},{"basePath":706,"description":491,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":292,"sourceLanguage":18,"type":263},"skills/cli-anything-iterm2-ctl","cli-anything-iterm2-ctl",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-iterm2-ctl/SKILL.md",[711],{"path":322,"priority":286},{"basePath":713,"description":563,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":292,"sourceLanguage":18,"type":263},"skills/cli-anything-musescore","cli-anything-musescore",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-musescore/SKILL.md",[718],{"path":322,"priority":286},{"basePath":720,"description":611,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":292,"sourceLanguage":18,"type":263},"skills/cli-anything-obs-studio","cli-anything-obs-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-obs-studio/SKILL.md",[725],{"path":322,"priority":286},{"basePath":727,"description":651,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":292,"sourceLanguage":18,"type":263},"skills/cli-anything-quietshrink","cli-anything-quietshrink",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-quietshrink/SKILL.md",[732],{"path":322,"priority":286},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":292,"sourceLanguage":18,"type":263},"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",[740],{"path":322,"priority":286},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":292,"sourceLanguage":18,"type":263},"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)",[748],{"path":322,"priority":286},{"basePath":259,"description":10,"displayName":262,"installMethods":750,"rationale":751,"selectedPaths":752,"source":292,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at skills/cli-anything-unrealinsights/SKILL.md (coalesced with duplicate skill at unrealinsights/agent-harness/cli_anything/unrealinsights/skills)",[753],{"path":322,"priority":286},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":292,"sourceLanguage":18,"type":263},"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)",[761],{"path":322,"priority":286},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":292,"sourceLanguage":18,"type":263},"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)",[769],{"path":322,"priority":286},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":292,"sourceLanguage":18,"type":263},"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)",[777],{"path":322,"priority":286},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":292,"sourceLanguage":18,"type":263},"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)",[785],{"path":322,"priority":286},{"basePath":787,"description":735,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":292,"sourceLanguage":18,"type":263},"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",[792],{"path":322,"priority":286},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":292,"sourceLanguage":18,"type":806},"sketch/agent-harness","CLI tool to generate Sketch files from JSON design specs — CLI-Anything harness for Sketch","sketch-harness",{"npm":796},"cli ecosystem detected at sketch/agent-harness",[800,802,803],{"path":801,"priority":286},"package.json",{"path":288,"priority":286},{"path":804,"priority":805},"src/cli.js","medium","cli",{"basePath":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":292,"sourceLanguage":18,"type":806},"exa/agent-harness",{"pypi":436},"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)",[812],{"path":813,"priority":286},"setup.py",{"basePath":815,"installMethods":816,"rationale":818,"selectedPaths":819,"source":292,"sourceLanguage":18,"type":806},"cli-hub",{"pypi":817},"cli-anything-hub","cli ecosystem detected at cli-hub",[820,821],{"path":813,"priority":286},{"path":288,"priority":286},{"sources":823},[824],"manual",{"closedIssues90d":247,"description":826,"forks":248,"homepage":827,"license":254,"openIssues90d":250,"pushedAt":251,"readmeSize":245,"stars":252,"topics":828},"\"CLI-Anything: Making ALL Software Agent-Native\" -- CLI-Hub: https://clianything.cc/","https://clianything.cc/",[],{"classifiedAt":830,"discoverAt":831,"extractAt":832,"githubAt":832,"updatedAt":830},1778688417516,1778688407288,1778688414240,[222,223,221,224,220,225],{"evaluatedAt":257,"extractAt":835,"updatedAt":257},1778688417732,[],[838,871,897,926,956,986],{"_creationTime":839,"_id":840,"community":841,"display":842,"identity":848,"providers":852,"relations":865,"tags":867,"workflow":868},1778675202370.5737,"k178hvmr7cq4bmyqg7k2t5153186ntsn",{"reviewCount":8},{"description":843,"installMethods":844,"name":846,"sourceUrl":847},"Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: \"CI\", \"CD\", \"pipeline\", \"automated build\", \"deploy\", \"Steam deploy\", \"itch.io butler\", \"GitHub Actions game\", \"build automation\". Do NOT invoke for general code review (use game-code-review) or manual testing guidance (use game-qa-lead). Part of the AlterLab GameForge collection.\n",{"claudeCode":845},"AlterLab-IEU/AlterLab_GameForge","game-ci-pipeline","https://github.com/AlterLab-IEU/AlterLab_GameForge",{"basePath":849,"githubOwner":850,"githubRepo":851,"locale":18,"slug":846,"type":263},"skills/workflows/game-ci-pipeline","AlterLab-IEU","AlterLab_GameForge",{"evaluate":853,"extract":864},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":854,"targetMarket":226,"tier":227},[855,856,222,857,858,859,860,861,862,863,220],"ci","cd","automation","github-actions","steam","itch-io","deployment","godot","unity",{"commitSha":269},{"repoId":866},"kd762241529bgycvv1y5cv6a0x86nyha",[857,856,855,861,222,858,862,860,859,863,220],{"evaluatedAt":869,"extractAt":870,"updatedAt":869},1778675592104,1778675202370,{"_creationTime":872,"_id":873,"community":874,"display":875,"identity":879,"providers":882,"relations":893,"tags":894,"workflow":895},1778675202370.5728,"k17df55ae98wbszbf07bg81nm186mgkc",{"reviewCount":8},{"description":876,"installMethods":877,"name":878,"sourceUrl":847},"Invoke when the user works with Unreal Engine 5 or asks about C++/Blueprints, GAS, replication, Nanite, Lumen, CommonUI, Enhanced Input, or World Partition. Triggers on: \"Unreal\", \"UE5\", \"Blueprint\", \"GAS\", \"Nanite\", \"Lumen\", \"CommonUI\", \"Enhanced Input\", \"World Partition\", \".uproject\". Do NOT invoke for engine-agnostic architecture (use game-technical-director) or Godot/Unity questions. Part of the AlterLab GameForge collection.\n",{"claudeCode":845},"Unreal Engine 5 Specialist",{"basePath":880,"githubOwner":850,"githubRepo":851,"locale":18,"slug":881,"type":263},"skills/engine-specialists/game-unreal-specialist","game-unreal-specialist",{"evaluate":883,"extract":891},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":884,"targetMarket":226,"tier":227},[220,222,885,886,887,888,889,890],"c","blueprints","gameplay-ability-system","rendering","networking","ai",{"commitSha":269,"license":892},"MIT",{"repoId":866},[890,886,885,222,887,889,888,220],{"evaluatedAt":896,"extractAt":870,"updatedAt":896},1778675505011,{"_creationTime":898,"_id":899,"community":900,"display":901,"identity":907,"providers":911,"relations":919,"tags":922,"workflow":923},1778691344230.1309,"k176131sr380kr583f65rf77ws86mcpk",{"reviewCount":8},{"description":902,"installMethods":903,"name":905,"sourceUrl":906},"Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design patterns such as object pooling and state machines. Trigger keywords: Unity, Unreal Engine, game development, ECS architecture, game physics, multiplayer networking, game optimization, shader programming, game AI.",{"claudeCode":904},"jeffallan/claude-skills","game-developer","https://github.com/jeffallan/claude-skills",{"basePath":908,"githubOwner":909,"githubRepo":910,"locale":18,"slug":905,"type":263},"skills/game-developer","jeffallan","claude-skills",{"evaluate":912,"extract":918},{"promptVersionExtension":213,"promptVersionScoring":214,"score":913,"tags":914,"targetMarket":226,"tier":227},98,[222,863,220,915,916,889,917],"ecs","performance-optimization","shaders",{"commitSha":269},{"parentExtensionId":920,"repoId":921},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[915,222,889,916,917,863,220],{"evaluatedAt":924,"extractAt":925,"updatedAt":924},1778691862202,1778691344230,{"_creationTime":927,"_id":928,"community":929,"display":930,"identity":936,"providers":940,"relations":950,"tags":952,"workflow":953},1778685991755.7456,"k17djff3pz3wam5kpz7pkg92h586menn",{"reviewCount":8},{"description":931,"installMethods":932,"name":934,"sourceUrl":935},"Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.",{"claudeCode":933},"davila7/claude-code-templates","develop-web-game","https://github.com/davila7/claude-code-templates",{"basePath":937,"githubOwner":938,"githubRepo":939,"locale":18,"slug":934,"type":263},"cli-tool/components/skills/creative-design/develop-web-game","davila7","claude-code-templates",{"evaluate":941,"extract":949},{"promptVersionExtension":213,"promptVersionScoring":214,"score":942,"tags":943,"targetMarket":226,"tier":227},100,[944,222,945,946,947,948,857],"web-development","javascript","html","playwright","testing",{"commitSha":269},{"repoId":951},"kd71fzn4s7r0269fkw47wt670n86ndz0",[857,222,946,945,947,948,944],{"evaluatedAt":954,"extractAt":955,"updatedAt":954},1778690648090,1778685991755,{"_creationTime":957,"_id":958,"community":959,"display":960,"identity":966,"providers":972,"relations":978,"tags":981,"workflow":982},1778685689910.8123,"k17ag45ethftyqfx4gjk2sw1dd86m3xh",{"reviewCount":8},{"description":961,"installMethods":962,"name":964,"sourceUrl":965},"通过 MCP（模型上下文协议）工具和资源编排 Unity 编辑器。在通过 MCP for Unity 处理 Unity 项目时使用——创建/修改 GameObjects、编辑脚本、管理场景、运行测试或任何 Unity 编辑器自动化。提供最佳实践、工具模式和工作流模式，以实现有效的 Unity-MCP 集成。",{"claudeCode":963},"CoplayDev/unity-mcp","unity-mcp-orchestrator","https://github.com/CoplayDev/unity-mcp",{"basePath":967,"githubOwner":968,"githubRepo":969,"locale":970,"slug":971,"type":263},".claude/skills/unity-mcp-skill","CoplayDev","unity-mcp","zh-CN","unity-mcp-skill",{"evaluate":973,"extract":977},{"promptVersionExtension":213,"promptVersionScoring":214,"score":942,"tags":974,"targetMarket":226,"tier":227},[863,222,857,975,976],"editor-tool","mcp",{"commitSha":269},{"repoId":979,"translatedFrom":980},"kd7f7a61rr641b2hvb1av885xd86nt69","k17egzd4rbp1h46pyswtj49gas86n16q",[857,975,222,976,863],{"evaluatedAt":983,"extractAt":984,"updatedAt":985},1778685650756,1778685587115,1778685689910,{"_creationTime":987,"_id":988,"community":989,"display":990,"identity":994,"providers":996,"relations":1002,"tags":1004,"workflow":1005},1778685684889.415,"k175yqtfxf7x0xffst6pdz8j4h86n3wv",{"reviewCount":8},{"description":991,"installMethods":992,"name":993,"sourceUrl":965},"切换已连接 Unity 项目中的 MCP for Unity 包源。使用 /mcp-source [main|beta|branch|local] 在上游发行版、远程分支或本地开发检出之间进行切换。",{"claudeCode":963},"mcp-source",{"basePath":995,"githubOwner":968,"githubRepo":969,"locale":970,"slug":993,"type":263},".claude/skills/mcp-source",{"evaluate":997,"extract":1001},{"promptVersionExtension":213,"promptVersionScoring":214,"score":942,"tags":998,"targetMarket":226,"tier":227},[863,222,999,1000,857],"package-management","git",{"commitSha":269},{"repoId":979,"translatedFrom":1003},"k17cmb3q93q8fs8rnfadebvvgs86mkcw",[857,222,1000,999,863],{"evaluatedAt":1006,"extractAt":984,"updatedAt":1007},1778685613915,1778685684889]