mirror of
https://fastgit.cc/github.com/HKUDS/CLI-Anything
synced 2026-04-21 05:10:42 +08:00
- Resolve merge conflict in README.md test badge (1,684 → 1,720) - Update all app/demo counts from 14 → 16 to reflect all CLIs in registry - Update test counts: 1,247 unit + 473 e2e = 1,720 total - Add AdGuardHome entry to registry.json with contributor info (pyxl-dev) - Add contributor/contributor_url fields to all registry entries Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
234 lines
10 KiB
JSON
234 lines
10 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-18"
|
|
},
|
|
"clis": [
|
|
{
|
|
"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",
|
|
"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": "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": "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": "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": "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": "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"
|
|
}
|
|
]
|
|
}
|