{ "meta": { "repo": "https://github.com/HKUDS/CLI-Anything", "description": "CLI-Hub — Agent-native stateful CLI interfaces for softwares, codebases, and Web Services", "updated": "2026-04-16" }, "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wiremock/agent-harness", "entry_point": "cli-anything-wiremock", "skill_md": "skills/cli-anything-wiremock/SKILL.md", "category": "testing", "contributors": [ { "name": "fabiomantel", "url": "https://github.com/fabiomantel" } ] }, { "name": "nslogger", "display_name": "NSLogger", "version": "0.1.0", "description": "Capture, parse, filter, export, and mirror NSLogger iOS/macOS logs from the CLI", "requires": "macOS for native Bonjour live capture; Python 3.10+", "homepage": "https://github.com/fpillet/NSLogger", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nslogger/agent-harness", "entry_point": "cli-anything-nslogger", "skill_md": "skills/cli-anything-nslogger/SKILL.md", "category": "devops", "contributors": [ { "name": "bazinga8023", "url": "https://github.com/bazinga8023" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=anygen/agent-harness", "entry_point": "cli-anything-anygen", "skill_md": "skills/cli-anything-anygen/SKILL.md", "category": "generation", "contributors": [ { "name": "koltyu-anygen", "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", "source_url": null, "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", "contributors": [ { "name": "pyxl-dev", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=audacity/agent-harness", "entry_point": "cli-anything-audacity", "skill_md": "skills/cli-anything-audacity/SKILL.md", "category": "audio", "contributors": [ { "name": "CLI-Anything-Team", "url": "https://github.com/HKUDS/CLI-Anything" } ] }, { "name": "wavetone", "display_name": "WaveTone", "version": "1.0.0", "description": "Prepare WaveTone 2.61 audio transcription manifests, probe audio files, and launch the real Windows WaveTone executable", "requires": "WaveTone 2.61 extracted on Windows; set WAVETONE_EXE or WAVETONE_HOME", "homepage": "http://ackiesound.ifdef.jp/", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wavetone/agent-harness", "entry_point": "cli-anything-wavetone", "skill_md": "skills/cli-anything-wavetone/SKILL.md", "category": "audio", "contributors": [ { "name": "Shuhan Zhang", "url": "https://github.com/Manifold68575" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness", "entry_point": "cli-anything-blender", "skill_md": "skills/cli-anything-blender/SKILL.md", "category": "3d", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=browser/agent-harness", "entry_point": "cli-anything-browser", "skill_md": "skills/cli-anything-browser/SKILL.md", "category": "web", "contributors": [ { "name": "furkankoykiran", "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", "source_url": null, "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", "contributors": [ { "name": "Bortlesboat", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=drawio/agent-harness", "entry_point": "cli-anything-drawio", "skill_md": "skills/cli-anything-drawio/SKILL.md", "category": "diagrams", "contributors": [ { "name": "zhangxilong-43", "url": "https://github.com/zhangxilong-43" } ] }, { "name": "eth2-quickstart", "display_name": "ETH2 QuickStart", "version": "1.0.0", "description": "Hardened Ethereum node deployment and operations via the eth2-quickstart automation scripts", "requires": "local eth2-quickstart checkout with scripts/eth2qs.sh; Linux host required for real install workflows", "homepage": "https://github.com/chimera-defi/eth2-quickstart", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=eth2-quickstart/agent-harness", "entry_point": "cli-anything-eth2-quickstart", "skill_md": "skills/cli-anything-eth2-quickstart/SKILL.md", "category": "devops", "contributors": [ { "name": "chimera-defi", "url": "https://github.com/chimera-defi" } ] }, { "name": "firefly-iii", "display_name": "Firefly III", "version": "1.0.0", "description": "Personal finance management via the Firefly III REST API", "requires": "Firefly III instance and personal access token", "homepage": "https://www.firefly-iii.org", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=firefly-iii/agent-harness", "entry_point": "cli-anything-firefly-iii", "skill_md": "skills/cli-anything-firefly-iii/SKILL.md", "category": "finance", "contributors": [ { "name": "joyous-coder", "url": "https://github.com/joyous-coder" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness", "entry_point": "cli-anything-gimp", "skill_md": "skills/cli-anything-gimp/SKILL.md", "category": "image", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=inkscape/agent-harness", "entry_point": "cli-anything-inkscape", "skill_md": "skills/cli-anything-inkscape/SKILL.md", "category": "image", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=kdenlive/agent-harness", "entry_point": "cli-anything-kdenlive", "skill_md": "skills/cli-anything-kdenlive/SKILL.md", "category": "video", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=krita/agent-harness", "entry_point": "cli-anything-krita", "skill_md": "skills/cli-anything-krita/SKILL.md", "category": "image", "contributors": [ { "name": "AlexGabbia", "url": "https://github.com/AlexGabbia" } ] }, { "name": "calibre", "display_name": "Calibre", "version": "1.0.0", "description": "E-book library management — list, search, metadata editing, format conversion via calibredb, ebook-convert, ebook-meta", "requires": "Calibre (apt install calibre, brew install --cask calibre)", "homepage": "https://calibre-ebook.com", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=calibre/agent-harness", "entry_point": "cli-anything-calibre", "skill_md": "calibre/agent-harness/cli_anything/calibre/skills/SKILL.md", "category": "office", "contributors": [ { "name": "OGRLEAF", "url": "https://github.com/OGRLEAF" } ] }, { "name": "libreoffice", "display_name": "LibreOffice", "version": "1.0.1", "description": "Create and manipulate ODF documents, export to PDF/DOCX/XLSX/PPTX via headless mode", "requires": "libreoffice", "homepage": "https://www.libreoffice.org", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=libreoffice/agent-harness", "entry_point": "cli-anything-libreoffice", "skill_md": "skills/cli-anything-libreoffice/SKILL.md", "category": "office", "contributors": [ { "name": "CLI-Anything-Team", "url": "https://github.com/HKUDS/CLI-Anything" }, { "name": "Mubashirrrr", "url": "https://github.com/Mubashirrrr" } ] }, { "name": "lldb", "display_name": "LLDB", "version": "1.0.0", "description": "Stateful native debugging via LLDB with JSON CLI workflows and a stdio Debug Adapter Protocol server", "requires": "LLDB installation with Python bindings available (for example LLVM.LLVM on Windows)", "homepage": "https://lldb.llvm.org", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=lldb/agent-harness", "entry_point": "cli-anything-lldb", "skill_md": "lldb/agent-harness/cli_anything/lldb/skills/SKILL.md", "category": "debugging", "contributors": [ { "name": "AiMiDi", "url": "https://github.com/AiMiDi" } ] }, { "name": "zotero", "display_name": "Zotero", "version": "0.4.1", "description": "CLI & MCP server for Zotero 7/8 — 52 MCP tools + 70+ CLI commands for search, import, PDF, BibTeX, notes, and more", "requires": "Zotero 7/8 desktop app (running), Python 3.10+", "homepage": "https://www.zotero.org", "source_url": "https://github.com/PiaoyangGuohai1/cli-anything-zotero", "install_cmd": "pip install cli-anything-zotero", "entry_point": "cli-anything-zotero", "skill_md": "https://github.com/PiaoyangGuohai1/cli-anything-zotero/blob/main/cli_anything/zotero/skills/SKILL.md", "category": "office", "contributors": [ { "name": "zhiwuyazhe_fjr", "url": "https://github.com/zhiwuyazhe-fjr" }, { "name": "PiaoyangGuohai1", "url": "https://github.com/PiaoyangGuohai1" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mubu/agent-harness", "entry_point": "cli-anything-mubu", "skill_md": "skills/cli-anything-mubu/SKILL.md", "category": "office", "contributors": [ { "name": "cnfjlhj", "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", "source_url": null, "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", "contributors": [ { "name": "getmored-create", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=notebooklm/agent-harness", "entry_point": "cli-anything-notebooklm", "skill_md": "skills/cli-anything-notebooklm/SKILL.md", "category": "ai", "contributors": [ { "name": "Haimbeau1o", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=ollama/agent-harness", "entry_point": "cli-anything-ollama", "skill_md": "skills/cli-anything-ollama/SKILL.md", "category": "ai", "contributors": [ { "name": "CLI-Anything-Team", "url": "https://github.com/HKUDS/CLI-Anything" } ] }, { "name": "openwebui", "display_name": "OpenWebUI", "version": "1.0.0", "description": "Operate a running OpenWebUI backend through an agent-friendly CLI", "requires": "OpenWebUI instance running", "homepage": "https://openwebui.com", "source_url": "https://github.com/ashaiful/cli-anything-openwebui", "install_cmd": "pip install git+https://github.com/ashaiful/cli-anything-openwebui.git", "entry_point": "cli-anything-openwebui", "skill_md": "https://github.com/ashaiful/cli-anything-openwebui/blob/main/cli_anything/openwebui/skills/SKILL.md", "category": "ai", "contributors": [ { "name": "ashaiful", "url": "https://github.com/ashaiful" } ] }, { "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", "source_url": null, "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": "skills/cli-anything-obs-studio/SKILL.md", "category": "streaming", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=shotcut/agent-harness", "entry_point": "cli-anything-shotcut", "skill_md": "skills/cli-anything-shotcut/SKILL.md", "category": "video", "contributors": [ { "name": "CLI-Anything-Team", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openscreen/agent-harness", "entry_point": "cli-anything-openscreen", "skill_md": "skills/cli-anything-openscreen/SKILL.md", "category": "video", "contributors": [ { "name": "ndpvt-web", "url": "https://github.com/ndpvt-web" } ] }, { "name": "zoom", "display_name": "Zoom", "version": "1.0.1", "description": "Meeting management via Zoom REST API (OAuth2)", "requires": "Zoom account + OAuth app credentials", "homepage": "https://zoom.us", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zoom/agent-harness", "entry_point": "cli-anything-zoom", "skill_md": "skills/cli-anything-zoom/SKILL.md", "category": "communication", "contributors": [ { "name": "zhangxilong-43", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=novita/agent-harness", "entry_point": "cli-anything-novita", "skill_md": "skills/cli-anything-novita/SKILL.md", "category": "ai", "contributors": [ { "name": "Alex-wuhu", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=seaclip/agent-harness", "entry_point": "cli-anything-seaclip", "skill_md": "skills/cli-anything-seaclip/SKILL.md", "category": "project-management", "contributors": [ { "name": "t4tarzan", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=pm2/agent-harness", "entry_point": "cli-anything-pm2", "skill_md": "skills/cli-anything-pm2/SKILL.md", "category": "devops", "contributors": [ { "name": "t4tarzan", "url": "https://github.com/t4tarzan" } ] }, { "name": "qgis", "display_name": "QGIS", "version": "1.0.0", "description": "Geospatial project authoring, layout export, and processing via PyQGIS and qgis_process", "requires": "QGIS with qgis_process on PATH, PyQGIS importable", "homepage": "https://qgis.org", "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=QGIS/agent-harness", "entry_point": "cli-anything-qgis", "skill_md": "QGIS/agent-harness/cli_anything/qgis/skills/SKILL.md", "category": "scientific", "contributor": "scially", "contributor_url": "https://github.com/scially" }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=chromadb/agent-harness", "entry_point": "cli-anything-chromadb", "skill_md": "skills/cli-anything-chromadb/SKILL.md", "category": "database", "contributors": [ { "name": "t4tarzan", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=musescore/agent-harness", "entry_point": "cli-anything-musescore", "skill_md": "skills/cli-anything-musescore/SKILL.md", "category": "music", "contributors": [ { "name": "tamvicky", "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", "source_url": null, "install_cmd": "cd sketch/agent-harness && npm install && npm link", "entry_point": "sketch-cli", "skill_md": null, "category": "design", "contributors": [ { "name": "zhangxilong-43", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=freecad/agent-harness", "entry_point": "cli-anything-freecad", "skill_md": "skills/cli-anything-freecad/SKILL.md", "category": "3d", "contributors": [ { "name": "AlexGabbia", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=iterm2/agent-harness", "entry_point": "cli-anything-iterm2", "skill_md": "skills/cli-anything-iterm2/SKILL.md", "category": "devops", "contributors": [ { "name": "voidfreud", "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", "source_url": null, "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": "skills/cli-anything-slay-the-spire-ii/SKILL.md", "category": "game", "contributors": [ { "name": "TianyuFan0504", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=rms/agent-harness", "entry_point": "cli-anything-rms", "skill_md": "skills/cli-anything-rms/SKILL.md", "category": "network", "contributors": [ { "name": "galke", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=renderdoc/agent-harness", "entry_point": "cli-anything-renderdoc", "skill_md": "skills/cli-anything-renderdoc/SKILL.md", "category": "graphics", "contributors": [ { "name": "levishilf", "url": "https://github.com/levishilf" } ] }, { "name": "unrealinsights", "display_name": "Unreal Insights", "version": "0.1.0", "description": "Windows-first Unreal trace capture, background session control, engine-matched UnrealInsights builds, and headless Timing Insights export workflows", "requires": "Windows + Unreal Engine source or installed build with UnrealEditor and Unreal trace support", "homepage": "https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-insights-in-unreal-engine", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unrealinsights/agent-harness", "entry_point": "cli-anything-unrealinsights", "skill_md": "unrealinsights/agent-harness/cli_anything/unrealinsights/skills/SKILL.md", "category": "debugging", "contributors": [ { "name": "AiMiDi", "url": "https://github.com/AiMiDi" } ] }, { "name": "ueatelier", "display_name": "UEAtelier", "version": "0.23.1", "description": "Unreal Editor 5.6/5.7 MCP self-extension workbench - editor automation, build diagnostics, Task Atlas workflows, PIE smoke verification, scaffold pipeline", "requires": "Unreal Engine 5.6 or 5.7 with the UEAtelier plugin extracted into /", "homepage": "https://github.com/edwinmeng163-oss/UEAtelier", "source_url": "https://github.com/edwinmeng163-oss/UEAtelier", "install_cmd": "pip install git+https://github.com/edwinmeng163-oss/UEAtelier.git#subdirectory=Tools/UEAtelierCli", "entry_point": "cli-anything-ueatelier", "skill_md": "https://github.com/edwinmeng163-oss/UEAtelier/blob/main/Tools/UEAtelierCli/SKILL.md", "category": "gamedev", "contributors": [ { "name": "edwinmeng163-oss", "url": "https://github.com/edwinmeng163-oss" } ] }, { "name": "nsight-graphics", "display_name": "Nsight Graphics CLI", "version": "0.2.0", "description": "Windows-first Nsight Graphics CLI for Graphics/OpenGL capture, GPU Trace summary, Generate C++ Capture, and ngfx-replay analysis", "requires": "NVIDIA Nsight Graphics installation with ngfx.exe plus optional split capture/replay tools", "homepage": "https://developer.nvidia.com/nsight-graphics", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nsight-graphics/agent-harness", "entry_point": "cli-anything-nsight-graphics", "skill_md": "skills/cli-anything-nsight-graphics/SKILL.md", "category": "graphics", "contributors": [ { "name": "AiMiDi", "url": "https://github.com/AiMiDi" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=videocaptioner/agent-harness", "entry_point": "cli-anything-videocaptioner", "skill_md": "skills/cli-anything-videocaptioner/SKILL.md", "category": "video", "contributors": [ { "name": "WEIFENG2333", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=intelwatch/agent-harness", "entry_point": "cli-anything-intelwatch", "skill_md": "skills/cli-anything-intelwatch/SKILL.md", "category": "osint", "contributors": [ { "name": "ashroth", "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", "source_url": null, "install_cmd": "cargo install --git https://github.com/allthingssecurity/clibrowser.git --tag v0.1.0 --locked", "entry_point": "clibrowser", "skill_md": null, "category": "web", "contributors": [ { "name": "allthingssecurity", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudcompare/agent-harness", "entry_point": "cli-anything-cloudcompare", "skill_md": "skills/cli-anything-cloudcompare/SKILL.md", "category": "graphics", "contributors": [ { "name": "Taeyoung96", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness", "entry_point": "cli-anything-exa", "skill_md": "skills/cli-anything-exa/SKILL.md", "category": "search", "contributors": [ { "name": "tgonzalezc5", "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=godot/agent-harness", "entry_point": "cli-anything-godot", "skill_md": "skills/cli-anything-godot/SKILL.md", "category": "gamedev", "contributors": [ { "name": "omerarslan0", "url": "https://github.com/omerarslan0" } ] }, { "name": "sbox", "display_name": "s&box", "version": "1.0.0", "description": "Game engine project management for s&box (Source 2): scenes, prefabs, materials, sounds, codegen, asset graph, project validation", "requires": "s&box installed via Steam (sbox.game)", "homepage": "https://sbox.game", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=sbox/agent-harness", "entry_point": "cli-anything-sbox", "skill_md": "skills/cli-anything-sbox/SKILL.md", "category": "gamedev", "contributors": [ { "name": "KarandeepSWranch", "url": "https://github.com/KarandeepSWranch" } ] }, { "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", "source_url": null, "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": "skills/cli-anything-dify-workflow/SKILL.md", "category": "ai", "contributors": [ { "name": "Akabane71", "url": "https://github.com/Akabane71" } ] }, { "name": "n8n", "display_name": "n8n", "version": "2.4.7", "description": "Workflow automation via n8n REST API — 55+ commands", "requires": "n8n >= 1.0.0", "homepage": "https://n8n.io", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=n8n/agent-harness", "entry_point": "cli-anything-n8n", "skill_md": "skills/cli-anything-n8n/SKILL.md", "category": "automation", "contributors": [ { "name": "webcomunicasolutions", "url": "https://github.com/webcomunicasolutions" } ] }, { "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", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudanalyzer/agent-harness", "entry_point": "cli-anything-cloudanalyzer", "skill_md": "skills/cli-anything-cloudanalyzer/SKILL.md", "category": "graphics", "contributors": [ { "name": "rsasaki0109", "url": "https://github.com/rsasaki0109" } ] }, { "name": "obsidian", "display_name": "Obsidian", "version": "1.1.0", "description": "Knowledge management and note-taking — manage notes, search vault, execute commands via Obsidian Local REST API", "requires": "Obsidian desktop app with Local REST API plugin enabled", "homepage": "https://obsidian.md", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obsidian/agent-harness", "entry_point": "cli-anything-obsidian", "skill_md": "skills/cli-anything-obsidian/SKILL.md", "category": "knowledge", "contributors": [ { "name": "dorukozgen", "url": "https://github.com/dorukozgen" }, { "name": "Mubashirrrr", "url": "https://github.com/Mubashirrrr" } ] }, { "name": "joplin", "display_name": "Joplin", "version": "1.0.0", "description": "Note-taking and to-do automation — manage notebooks, notes, to-dos, tags, attachments, search, sync, and import/export via the Joplin terminal CLI", "requires": "Joplin terminal CLI installed and available in PATH as `joplin` (npm install -g joplin)", "homepage": "https://joplinapp.org", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=joplin/agent-harness", "entry_point": "cli-anything-joplin", "skill_md": "skills/cli-anything-joplin/SKILL.md", "category": "knowledge", "contributors": [ { "name": "27494539a-hub", "url": "https://github.com/27494539a-hub" } ] }, { "name": "unimol_tools", "display_name": "Uni-Mol Tools", "version": "1.0.0", "description": "Molecular property prediction — train and predict with 5 task types (classification, regression, multiclass, multilabel) for drug discovery", "requires": "PyTorch 1.12+, Uni-Mol Tools backend", "homepage": "https://github.com/dptech-corp/Uni-Mol/tree/main/unimol_tools", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unimol_tools/agent-harness", "entry_point": "cli-anything-unimol-tools", "skill_md": "skills/cli-anything-unimol-tools/SKILL.md", "category": "science", "contributors": [ { "name": "545487677", "url": "https://github.com/545487677" } ] }, { "name": "safari", "display_name": "Safari", "version": "1.0.0", "description": "Native macOS Safari browser automation via safari-mcp — 84 tools for navigation, DOM, forms, network capture, and screenshots", "requires": "macOS, Safari, safari-mcp (npm install -g safari-mcp)", "homepage": "https://github.com/achiya-automation/safari-mcp", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=safari/agent-harness", "entry_point": "cli-anything-safari", "skill_md": "skills/cli-anything-safari/SKILL.md", "category": "web", "contributors": [ { "name": "achiya-automation", "url": "https://github.com/achiya-automation" } ] }, { "name": "macrocli", "display_name": "MacroCLI", "version": "1.0.0", "description": "Layered macro runtime that converts GUI workflows into parameterized, agent-callable macros — record once, run anywhere via CLI with backend routing across native APIs, file transforms, accessibility controls, and visual template matching", "requires": null, "homepage": "https://github.com/HKUDS/CLI-Anything/tree/main/macrocli", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=macrocli/agent-harness", "entry_point": "cli-anything-macrocli", "skill_md": "macrocli/agent-harness/cli_anything/macrocli/skills/SKILL.md", "category": "automation", "contributors": [ { "name": "haorui-harry", "url": "https://github.com/haorui-harry" } ] }, { "name": "ve-twini", "display_name": "VE Twini", "version": "1.0.0", "description": "Unified Twitter/X CLI bridging bird (GraphQL API) and opencli (browser automation)", "requires": "Python 3.10+, bird (Twitter API), opencli", "homepage": "https://x.com", "source_url": "https://github.com/collectivewinca/ve-twini", "install_cmd": "pip install git+https://github.com/collectivewinca/ve-twini.git#subdirectory=agent-harness", "entry_point": "cli-anything-ve-twini", "skill_md": "https://github.com/collectivewinca/ve-twini/blob/master/agent-harness/cli_anything/ve_twini/skills/SKILL.md", "category": "communication", "contributors": [ { "name": "collectivewinca", "url": "https://github.com/collectivewinca" } ] }, { "name": "quietshrink", "display_name": "QuietShrink", "version": "1.0.0", "description": "Compress macOS screen recordings on Apple Silicon — 70-90% smaller files at visually lossless quality, hardware-encoded, computer stays silent", "requires": "ffmpeg with hevc_videotoolbox + the quietshrink bash CLI (curl -fsSL https://raw.githubusercontent.com/achiya-automation/quietshrink/main/install.sh | bash)", "homepage": "https://github.com/achiya-automation/quietshrink", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=quietshrink/agent-harness", "entry_point": "cli-anything-quietshrink", "skill_md": "skills/cli-anything-quietshrink/SKILL.md", "category": "video", "contributors": [ { "name": "achiya-automation", "url": "https://github.com/achiya-automation" } ] }, { "name": "stata", "display_name": "Stata", "version": "0.1.0", "description": "Run Stata do-files, batch jobs, and reproducible econometric projects from the terminal with JSON output, log parsing, project scaffolding, and security guard", "requires": "Licensed Stata installation (StataMP/SE/BE 15+), Python 3.10+", "homepage": "https://www.stata.com", "source_url": "https://github.com/LI-Meng420/stata-cli", "install_cmd": "pip install git+https://github.com/LI-Meng420/stata-cli.git", "entry_point": "cli-anything-stata", "skill_md": "https://raw.githubusercontent.com/LI-Meng420/stata-cli/main/cli_anything/stata/skills/SKILL.md", "category": "science", "contributors": [ { "name": "LI-Meng420", "url": "https://github.com/LI-Meng420" } ] }, { "name": "inkstitch", "display_name": "Ink/Stitch", "version": "0.1.1", "description": "Machine-embroidery digitization — set stitch params, validate, preview, and export to DST/PES/JEF/VP3 via Ink/Stitch", "requires": "Ink/Stitch extension installed (https://inkstitch.org/docs/install/)", "homepage": "https://inkstitch.org", "source_url": "https://github.com/bobbymarko/cli-anything-inkstitch", "install_cmd": "pip install cli-anything-inkstitch", "entry_point": "cli-anything-inkstitch", "skill_md": "https://github.com/bobbymarko/cli-anything-inkstitch/blob/main/skills/cli-anything-inkstitch/SKILL.md", "category": "design", "contributors": [ { "name": "bobbymarko", "url": "https://github.com/bobbymarko" } ] }, { "name": "hacker-feeds-cli", "display_name": "Hacker Feeds CLI", "version": "1.0.0", "description": "CLI for GitHub Trending, Hacker News, Reddit, Product Hunt, DEV.to, Lobsters, EchoJS, and V2EX feeds", "requires": "Python 3.10+, Node.js (hf CLI)", "homepage": "https://github.com/collectivewinca/hacker-feeds-cli", "source_url": "https://github.com/collectivewinca/hacker-feeds-cli", "install_cmd": "pip install git+https://github.com/collectivewinca/hacker-feeds-cli.git", "entry_point": "cli-anything-hacker-feeds-cli", "skill_md": "https://github.com/collectivewinca/hacker-feeds-cli/blob/main/cli_anything/hacker_feeds_cli/skills/SKILL.md", "category": "search", "contributors": [ { "name": "collectivewinca", "url": "https://github.com/collectivewinca" } ] }, { "name": "mailchimp", "display_name": "Mailchimp", "version": "0.1.0", "description": "Mailchimp Marketing API v3.0 — manage audiences, campaigns, reports, automations, ecommerce, templates, and more from an agent-native CLI", "requires": "MAILCHIMP_API_KEY", "homepage": "https://mailchimp.com/developer/marketing/", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mailchimp/agent-harness", "entry_point": "cli-anything-mailchimp", "skill_md": "skills/cli-anything-mailchimp/SKILL.md", "category": "web", "contributors": [ { "name": "iGodly", "url": "https://github.com/iGodly" } ] }, { "name": "3mf", "display_name": "3MF", "version": "1.0.0", "description": "Mesh geometry editor for 3D printing files — detect and resize cylindrical holes, repair meshes, compare 3MF files", "requires": "Python 3.10+; numpy, scipy, trimesh", "homepage": "https://3mf.io", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=3MF/agent-harness", "entry_point": "cli-anything-3mf", "skill_md": "3MF/agent-harness/cli_anything/threemf/skills/SKILL.md", "category": "graphics", "contributors": [ { "name": "Gituheart", "url": "https://github.com/Gituheart" } ] }, { "name": "minimax", "display_name": "MiniMax", "version": "1.1.0", "description": "Chat and TTS via MiniMax AI API — MiniMax-M3 chat models and speech-2.8-hd TTS", "requires": "MINIMAX_API_KEY", "homepage": "https://platform.minimax.io", "source_url": null, "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=minimax/agent-harness", "entry_point": "cli-anything-minimax", "skill_md": "minimax/agent-harness/cli_anything/minimax/skills/SKILL.md", "category": "ai", "contributors": [ { "name": "octo-patch", "url": "https://github.com/octo-patch" } ] } ] }