Files
CLI-Anything/registry.json
2026-04-08 21:49:18 +08:00

584 lines
27 KiB
JSON

{
"meta": {
"repo": "https://github.com/HKUDS/CLI-Anything",
"description": "CLI-Hub — Agent-native stateful CLI interfaces for softwares, codebases, and Web Services",
"updated": "2026-03-31"
},
"clis": [
{
"name": "wiremock",
"display_name": "WireMock",
"version": "0.1.0",
"description": "HTTP mock server management — create stubs, inspect requests, record traffic, and manage scenarios via WireMock REST API",
"requires": "WireMock server running (java -jar wiremock-standalone.jar)",
"homepage": "https://wiremock.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wiremock/agent-harness",
"entry_point": "cli-anything-wiremock",
"skill_md": "wiremock/agent-harness/cli_anything/wiremock/skills/SKILL.md",
"category": "testing",
"contributor": "fabiomantel",
"contributor_url": "https://github.com/fabiomantel"
},
{
"name": "anygen",
"display_name": "AnyGen",
"version": "1.0.0",
"description": "Generate docs, slides, websites and more via AnyGen cloud API",
"requires": "ANYGEN_API_KEY",
"homepage": "https://anygen.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=anygen/agent-harness",
"entry_point": "cli-anything-anygen",
"skill_md": "anygen/agent-harness/cli_anything/anygen/skills/SKILL.md",
"category": "generation",
"contributor": "koltyu-anygen",
"contributor_url": "https://github.com/koltyu-anygen"
},
{
"name": "adguardhome",
"display_name": "AdGuardHome",
"version": "1.0.0",
"description": "DNS ad-blocking and network infrastructure management via AdGuardHome REST API",
"requires": "AdGuardHome instance running",
"homepage": "https://adguard.com/adguard-home/overview.html",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=adguardhome/agent-harness",
"entry_point": "cli-anything-adguardhome",
"skill_md": null,
"category": "network",
"contributor": "pyxl-dev",
"contributor_url": "https://github.com/pyxl-dev"
},
{
"name": "audacity",
"display_name": "Audacity",
"version": "1.0.0",
"description": "Audio editing and processing via sox",
"requires": "sox (apt install sox)",
"homepage": "https://www.audacityteam.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=audacity/agent-harness",
"entry_point": "cli-anything-audacity",
"skill_md": "audacity/agent-harness/cli_anything/audacity/skills/SKILL.md",
"category": "audio",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "blender",
"display_name": "Blender",
"version": "1.0.0",
"description": "3D modeling, animation, and rendering via blender --background --python",
"requires": "blender >= 4.2",
"homepage": "https://www.blender.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness",
"entry_point": "cli-anything-blender",
"skill_md": "blender/agent-harness/cli_anything/blender/skills/SKILL.md",
"category": "3d",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "browser",
"display_name": "Browser",
"version": "1.0.0",
"description": "Browser automation via DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.",
"requires": "Node.js, npx, Chrome + DOMShell extension",
"homepage": "https://github.com/apireno/DOMShell",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=browser/agent-harness",
"entry_point": "cli-anything-browser",
"skill_md": "browser/agent-harness/cli_anything/browser/skills/SKILL.md",
"category": "web",
"contributor": "furkankoykiran",
"contributor_url": "https://github.com/furkankoykiran"
},
{
"name": "comfyui",
"display_name": "ComfyUI",
"version": "1.0.0",
"description": "AI image generation workflow management via ComfyUI REST API",
"requires": "ComfyUI running at http://localhost:8188",
"homepage": "https://github.com/comfyanonymous/ComfyUI",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=comfyui/agent-harness",
"entry_point": "cli-anything-comfyui",
"skill_md": null,
"category": "ai",
"contributor": "Bortlesboat",
"contributor_url": "https://github.com/Bortlesboat"
},
{
"name": "drawio",
"display_name": "Draw.io",
"version": "1.0.0",
"description": "Diagram creation and export via draw.io CLI",
"requires": "draw.io desktop app",
"homepage": "https://www.drawio.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=drawio/agent-harness",
"entry_point": "cli-anything-drawio",
"skill_md": "drawio/agent-harness/cli_anything/drawio/skills/SKILL.md",
"category": "diagrams",
"contributor": "zhangxilong-43",
"contributor_url": "https://github.com/zhangxilong-43"
},
{
"name": "gimp",
"display_name": "GIMP",
"version": "1.0.0",
"description": "Raster image processing via gimp -i -b (batch mode)",
"requires": "gimp (apt install gimp)",
"homepage": "https://www.gimp.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness",
"entry_point": "cli-anything-gimp",
"skill_md": "gimp/agent-harness/cli_anything/gimp/skills/SKILL.md",
"category": "image",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "inkscape",
"display_name": "Inkscape",
"version": "1.0.0",
"description": "SVG vector graphics with export via inkscape --export-filename",
"requires": "inkscape (apt install inkscape)",
"homepage": "https://inkscape.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=inkscape/agent-harness",
"entry_point": "cli-anything-inkscape",
"skill_md": "inkscape/agent-harness/cli_anything/inkscape/skills/SKILL.md",
"category": "image",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "kdenlive",
"display_name": "Kdenlive",
"version": "1.0.0",
"description": "Video editing and rendering via melt",
"requires": "melt (apt install melt)",
"homepage": "https://kdenlive.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=kdenlive/agent-harness",
"entry_point": "cli-anything-kdenlive",
"skill_md": "kdenlive/agent-harness/cli_anything/kdenlive/skills/SKILL.md",
"category": "video",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "krita",
"display_name": "Krita",
"version": "1.0.0",
"description": "Digital painting and raster image editing via Krita CLI export pipeline",
"requires": "krita (krita.org)",
"homepage": "https://krita.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=krita/agent-harness",
"entry_point": "cli-anything-krita",
"skill_md": "krita/agent-harness/cli_anything/krita/skills/SKILL.md",
"category": "image",
"contributor": "AlexGabbia",
"contributor_url": "https://github.com/AlexGabbia"
},
{
"name": "libreoffice",
"display_name": "LibreOffice",
"version": "1.0.0",
"description": "Create and manipulate ODF documents, export to PDF/DOCX/XLSX/PPTX via headless mode",
"requires": "libreoffice",
"homepage": "https://www.libreoffice.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=libreoffice/agent-harness",
"entry_point": "cli-anything-libreoffice",
"skill_md": "libreoffice/agent-harness/cli_anything/libreoffice/skills/SKILL.md",
"category": "office",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "zotero",
"display_name": "Zotero",
"version": "0.1.0",
"description": "Reference management via local Zotero SQLite, connector, and Local API",
"requires": "Zotero desktop app",
"homepage": "https://www.zotero.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zotero/agent-harness",
"entry_point": "cli-anything-zotero",
"skill_md": "zotero/agent-harness/cli_anything/zotero/skills/SKILL.md",
"category": "office",
"contributor": "zhiwuyazhe_fjr",
"contributor_url": "https://github.com/zhiwuyazhe_fjr"
},
{
"name": "mubu",
"display_name": "Mubu",
"version": "0.1.1",
"description": "Knowledge management and outlining via local Mubu desktop data",
"requires": "Mubu desktop app",
"homepage": "https://mubu.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mubu/agent-harness",
"entry_point": "cli-anything-mubu",
"skill_md": "mubu/agent-harness/cli_anything/mubu/skills/SKILL.md",
"category": "office",
"contributor": "cnfjlhj",
"contributor_url": "https://github.com/cnfjlhj"
},
{
"name": "mermaid",
"display_name": "Mermaid",
"version": "1.0.0",
"description": "Mermaid Live Editor state files and renderer URLs",
"requires": null,
"homepage": "https://mermaid.js.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mermaid/agent-harness",
"entry_point": "cli-anything-mermaid",
"skill_md": null,
"category": "diagrams",
"contributor": "getmored-create",
"contributor_url": "https://github.com/getmored-create"
},
{
"name": "notebooklm",
"display_name": "NotebookLM",
"version": "0.1.0",
"description": "Experimental NotebookLM harness scaffold wrapping the installed notebooklm CLI for notebook, source, chat, artifact, download, and sharing workflows",
"requires": "notebooklm CLI from notebooklm-py + valid local NotebookLM login session",
"homepage": "https://notebooklm.google.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=notebooklm/agent-harness",
"entry_point": "cli-anything-notebooklm",
"skill_md": "notebooklm/agent-harness/cli_anything/notebooklm/skills/SKILL.md",
"category": "ai",
"contributor": "Haimbeau1o",
"contributor_url": "https://github.com/Haimbeau1o"
},
{
"name": "ollama",
"display_name": "Ollama",
"version": "1.0.1",
"description": "Local LLM inference and model management via Ollama REST API",
"requires": "Ollama running at http://localhost:11434",
"homepage": "https://ollama.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=ollama/agent-harness",
"entry_point": "cli-anything-ollama",
"skill_md": "ollama/agent-harness/cli_anything/ollama/skills/SKILL.md",
"category": "ai",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "obs-studio",
"display_name": "OBS Studio",
"version": "1.0.0",
"description": "Create and manage streaming/recording scenes via command line",
"requires": "obs-studio",
"homepage": "https://obsproject.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obs-studio/agent-harness",
"entry_point": "cli-anything-obs-studio",
"skill_md": "obs-studio/agent-harness/cli_anything/obs_studio/skills/SKILL.md",
"category": "streaming",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "shotcut",
"display_name": "Shotcut",
"version": "1.0.0",
"description": "Video editing and rendering via melt/ffmpeg",
"requires": "melt (apt install melt), ffmpeg (apt install ffmpeg)",
"homepage": "https://shotcut.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=shotcut/agent-harness",
"entry_point": "cli-anything-shotcut",
"skill_md": "shotcut/agent-harness/cli_anything/shotcut/skills/SKILL.md",
"category": "video",
"contributor": "CLI-Anything-Team",
"contributor_url": "https://github.com/HKUDS/CLI-Anything"
},
{
"name": "openscreen",
"display_name": "Openscreen",
"version": "1.0.0",
"description": "Screen recording editor — zoom, speed ramps, trim, crop, annotations, backgrounds, and polished exports via ffmpeg",
"requires": "ffmpeg (apt install ffmpeg)",
"homepage": "https://github.com/siddharthvaddem/openscreen",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openscreen/agent-harness",
"entry_point": "cli-anything-openscreen",
"skill_md": "openscreen/agent-harness/cli_anything/openscreen/skills/SKILL.md",
"category": "video",
"contributor": "ndpvt-web",
"contributor_url": "https://github.com/ndpvt-web"
},
{
"name": "zoom",
"display_name": "Zoom",
"version": "1.0.0",
"description": "Meeting management via Zoom REST API (OAuth2)",
"requires": "Zoom account + OAuth app credentials",
"homepage": "https://zoom.us",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zoom/agent-harness",
"entry_point": "cli-anything-zoom",
"skill_md": "zoom/agent-harness/cli_anything/zoom/skills/SKILL.md",
"category": "communication",
"contributor": "zhangxilong-43",
"contributor_url": "https://github.com/zhangxilong-43"
},
{
"name": "novita",
"display_name": "Novita",
"version": "1.0.0",
"description": "Access AI models via Novita's OpenAI-compatible API (DeepSeek, GLM, MiniMax)",
"requires": "NOVITA_API_KEY",
"homepage": "https://novita.ai",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=novita/agent-harness",
"entry_point": "cli-anything-novita",
"skill_md": "novita/agent-harness/cli_anything/novita/skills/SKILL.md",
"category": "ai",
"contributor": "Alex-wuhu",
"contributor_url": "https://github.com/Alex-wuhu"
},
{
"name": "seaclip",
"display_name": "SeaClip",
"version": "1.0.0",
"description": "Kanban board, 6-agent AI pipeline, and issue management via SeaClip-Lite FastAPI + SQLite",
"requires": "SeaClip-Lite running at localhost:5200",
"homepage": "https://github.com/t4tarzan/cli-anything-seaclip",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=seaclip/agent-harness",
"entry_point": "cli-anything-seaclip",
"skill_md": "seaclip/agent-harness/cli_anything/seaclip/skills/SKILL.md",
"category": "project-management",
"contributor": "t4tarzan",
"contributor_url": "https://github.com/t4tarzan"
},
{
"name": "pm2",
"display_name": "PM2",
"version": "1.0.0",
"description": "Node.js process management — list, start, stop, restart, logs, and metrics via PM2 CLI",
"requires": "PM2 (npm install -g pm2)",
"homepage": "https://pm2.keymetrics.io",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=pm2/agent-harness",
"entry_point": "cli-anything-pm2",
"skill_md": "pm2/agent-harness/cli_anything/pm2/skills/SKILL.md",
"category": "devops",
"contributor": "t4tarzan",
"contributor_url": "https://github.com/t4tarzan"
},
{
"name": "chromadb",
"display_name": "ChromaDB",
"version": "1.0.0",
"description": "Vector database operations — collections, documents, semantic search via ChromaDB HTTP API",
"requires": "ChromaDB server running at localhost:8000",
"homepage": "https://www.trychroma.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=chromadb/agent-harness",
"entry_point": "cli-anything-chromadb",
"skill_md": "chromadb/agent-harness/cli_anything/chromadb/skills/SKILL.md",
"category": "database",
"contributor": "t4tarzan",
"contributor_url": "https://github.com/t4tarzan"
},
{
"name": "musescore",
"display_name": "MuseScore",
"version": "1.0.0",
"description": "CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments",
"requires": "MuseScore 4 (musescore.org)",
"homepage": "https://musescore.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=musescore/agent-harness",
"entry_point": "cli-anything-musescore",
"skill_md": "musescore/agent-harness/cli_anything/musescore/skills/SKILL.md",
"category": "music",
"contributor": "tamvicky",
"contributor_url": "https://github.com/tamvicky"
},
{
"name": "sketch",
"display_name": "Sketch",
"version": "1.0.0",
"description": "Generate Sketch design files (.sketch) from JSON design specifications via sketch-constructor",
"requires": "Node.js >= 16.0.0",
"homepage": "https://www.sketch.com",
"install_cmd": "cd sketch/agent-harness && npm install && npm link",
"entry_point": "sketch-cli",
"skill_md": null,
"category": "design",
"contributor": "zhangxilong-43",
"contributor_url": "https://github.com/zhangxilong-43"
},
{
"name": "freecad",
"display_name": "FreeCAD",
"version": "1.1.0",
"description": "Parametric 3D CAD modeling via FreeCAD CLI (258 commands: Part, Sketcher, PartDesign, Assembly, Mesh, TechDraw, Draft, FEM, CAM, and more)",
"requires": "FreeCAD >= 1.1 (freecad.org)",
"homepage": "https://www.freecad.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=freecad/agent-harness",
"entry_point": "cli-anything-freecad",
"skill_md": "freecad/agent-harness/cli_anything/freecad/skills/SKILL.md",
"category": "3d",
"contributor": "AlexGabbia",
"contributor_url": "https://github.com/AlexGabbia"
},
{
"name": "iterm2",
"display_name": "iTerm2",
"version": "1.0.0",
"description": "Control a running iTerm2 instance — manage windows, tabs, split panes, send text, read output, run tmux -CC, broadcast keystrokes, and configure preferences.",
"requires": "iTerm2.app (macOS only)",
"homepage": "https://iterm2.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=iterm2/agent-harness",
"entry_point": "cli-anything-iterm2",
"skill_md": "iterm2/agent-harness/cli_anything/iterm2_ctl/skills/SKILL.md",
"category": "devops",
"contributor": "voidfreud",
"contributor_url": "https://github.com/voidfreud"
},
{
"name": "slay_the_spire_ii",
"display_name": "Slay the Spire 2",
"version": "1.0.0",
"description": "Control the real Slay the Spire 2 game via local STS2_Bridge HTTP API",
"requires": "Slay the Spire 2 (Steam) with STS2_Bridge mod enabled",
"homepage": "https://github.com/HKUDS/CLI-Anything/tree/main/slay_the_spire_ii",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=slay_the_spire_ii/agent-harness",
"entry_point": "cli-anything-sts2",
"skill_md": "slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills/SKILL.md",
"category": "game",
"contributor": "TianyuFan0504",
"contributor_url": "https://github.com/TianyuFan0504"
},
{
"name": "rms",
"display_name": "Teltonika RMS",
"version": "1.0.0",
"description": "Device management and monitoring via Teltonika RMS REST API",
"requires": "RMS_API_TOKEN",
"homepage": "https://rms.teltonika-networks.com",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=rms/agent-harness",
"entry_point": "cli-anything-rms",
"skill_md": "rms/agent-harness/cli_anything/rms/skills/SKILL.md",
"category": "network",
"contributor": "galke",
"contributor_url": "https://github.com/galke7"
},
{
"name": "renderdoc",
"display_name": "RenderDoc",
"version": "0.1.0",
"description": "GPU frame capture analysis: pipeline state, shader export, texture inspection, draw call browsing",
"requires": "renderdoc (Python bindings from RenderDoc installation)",
"homepage": "https://renderdoc.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=renderdoc/agent-harness",
"entry_point": "cli-anything-renderdoc",
"skill_md": "renderdoc/agent-harness/cli_anything/renderdoc/skills/SKILL.md",
"category": "graphics",
"contributor": "levishilf",
"contributor_url": "https://github.com/levishilf"
},
{
"name": "videocaptioner",
"display_name": "VideoCaptioner",
"version": "1.0.0",
"description": "AI-powered video captioning — transcribe speech, optimize/translate subtitles, burn styled subtitles into video",
"requires": "videocaptioner (pip install videocaptioner), ffmpeg",
"homepage": "https://github.com/WEIFENG2333/VideoCaptioner",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=videocaptioner/agent-harness",
"entry_point": "cli-anything-videocaptioner",
"skill_md": "videocaptioner/agent-harness/cli_anything/videocaptioner/skills/SKILL.md",
"category": "video",
"contributor": "WEIFENG2333",
"contributor_url": "https://github.com/WEIFENG2333"
},
{
"name": "intelwatch",
"display_name": "Intelwatch",
"version": "1.0.0",
"description": "Competitive intelligence, M&A due diligence, and OSINT directly from your terminal.",
"requires": "Node.js >=18",
"homepage": "https://github.com/ashroth/intelwatch",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=intelwatch/agent-harness",
"entry_point": "cli-anything-intelwatch",
"skill_md": "intelwatch/agent-harness/cli_anything/intelwatch/skills/SKILL.md",
"category": "osint",
"contributor": "ashroth",
"contributor_url": "https://github.com/ashroth"
},
{
"name": "clibrowser",
"display_name": "clibrowser",
"version": "0.1.0",
"description": "Zero-dependency CLI browser for AI agents with search, extraction, forms, RSS, crawling, auth, and WebMCP support",
"requires": "Rust toolchain (cargo) for source install, or manual binary download from GitHub Releases",
"homepage": "https://github.com/allthingssecurity/clibrowser",
"install_cmd": "cargo install --git https://github.com/allthingssecurity/clibrowser.git --tag v0.1.0 --locked",
"entry_point": "clibrowser",
"skill_md": null,
"category": "web",
"contributor": "allthingssecurity",
"contributor_url": "https://github.com/allthingssecurity"
},
{
"name": "cloudcompare",
"display_name": "CloudCompare",
"version": "1.0.0",
"description": "3D point cloud and mesh processing: load/save, color ops, normal estimation, Delaunay meshing, noise filtering, ICP registration, connected component segmentation",
"requires": "cloudcompare (CloudCompare application installed, e.g. via Flatpak or package manager)",
"homepage": "https://cloudcompare.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudcompare/agent-harness",
"entry_point": "cli-anything-cloudcompare",
"skill_md": "cloudcompare/agent-harness/cli_anything/cloudcompare/skills/SKILL.md",
"category": "graphics",
"contributor": "Taeyoung96",
"contributor_url": "https://github.com/Taeyoung96"
},
{
"name": "exa",
"display_name": "Exa",
"version": "1.0.0",
"description": "AI-powered web search and content extraction via the Exa API",
"requires": "EXA_API_KEY (free tier at exa.ai)",
"homepage": "https://exa.ai",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness",
"entry_point": "cli-anything-exa",
"skill_md": "exa/agent-harness/cli_anything/exa/skills/SKILL.md",
"category": "search",
"contributor": "tgonzalezc5",
"contributor_url": "https://github.com/tgonzalezc5"
},
{
"name": "godot",
"display_name": "Godot Engine",
"version": "1.0.0",
"description": "Game engine project management, scene editing, export and GDScript execution via Godot 4 headless mode",
"requires": "Godot 4.x (godotengine.org)",
"homepage": "https://godotengine.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=godot/agent-harness",
"entry_point": "cli-anything-godot",
"skill_md": "godot/agent-harness/cli_anything/godot/skills/SKILL.md",
"category": "gamedev",
"contributor": "omerarslan0",
"contributor_url": "https://github.com/omerarslan0"
},
{
"name": "dify-workflow",
"display_name": "Dify Workflow",
"version": "0.1.0",
"description": "CLI-Anything wrapper for the Dify workflow DSL editor covering create, inspect, validate, edit, export, and layout operations",
"requires": "Upstream dify-workflow CLI installed from https://github.com/Akabane71/dify-workflow-cli",
"homepage": "https://github.com/Akabane71/dify-workflow-cli",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=dify-workflow/agent-harness",
"entry_point": "cli-anything-dify-workflow",
"skill_md": "dify-workflow/agent-harness/cli_anything/dify_workflow/skills/SKILL.md",
"category": "ai",
"contributor": "Akabane71",
"contributor_url": "https://github.com/Akabane71"
},
{
"name": "cloudanalyzer",
"display_name": "CloudAnalyzer",
"version": "1.0.0",
"description": "Point cloud and trajectory QA: Chamfer/AUC/F1, ATE/RPE/drift, ground segmentation metrics, config-driven quality gates, baseline evolution — harness wraps the CloudAnalyzer Python API",
"requires": "Python 3.10+; cloudanalyzer (`pip install cloudanalyzer`), Open3D for full IO/viewer paths",
"homepage": "https://github.com/rsasaki0109/CloudAnalyzer",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudanalyzer/agent-harness",
"entry_point": "cli-anything-cloudanalyzer",
"skill_md": "cloudanalyzer/agent-harness/cli_anything/cloudanalyzer/skills/SKILL.md",
"category": "graphics",
"contributor": "rsasaki0109",
"contributor_url": "https://github.com/rsasaki0109"
}
]
}