Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hkuds avatar

Cli Anything Hub

  • 1 installs
  • 46.6k repo stars
  • Updated August 3, 2026
  • hkuds/cli-anything

Browses and installs 21+ agent-native CLI tools that wrap GUI apps for image, 3D, video, audio, and office tasks.

About

Browses and installs 21+ agent-native CLI tools that wrap GUI software across image editing, 3D, video, audio, office, and diagrams. A developer or agent uses it to control desktop applications programmatically via stateful CLIs.

  • 21+ agent-native CLIs for GUI apps (image, 3D, video, audio, office)
  • All CLIs support --json output, REPL mode, and undo/redo

Cli Anything Hub by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-hub

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars46.6k
Last updatedAugust 3, 2026
Repositoryhkuds/cli-anything

What it does

Browses and installs 21+ agent-native CLI tools that wrap GUI apps for image, 3D, video, audio, and office tasks.

Files

SKILL.mdMarkdownGitHub ↗

CLI-Anything Hub

Agent-native stateful CLI interfaces for 21 applications. All CLIs support --json output, REPL mode, and undo/redo.

Quick Install

# Install any CLI
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=<name>/agent-harness

# Example: Install GIMP CLI
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness

Available CLIs

3D

NameDescriptionInstall
Blender3D modeling, animation, and rendering via blender --background --pythonpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness

Ai

NameDescriptionInstall
ComfyUIAI image generation workflow management via ComfyUI REST APIpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=comfyui/agent-harness
NotebookLMExperimental NotebookLM harness scaffold wrapping the installed notebooklm CLI for notebook, source, chat, artifact, download, and sharing workflowspip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=notebooklm/agent-harness
NovitaAccess AI models via Novita's OpenAI-compatible API (DeepSeek, GLM, MiniMax)pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=novita/agent-harness
OllamaLocal LLM inference and model management via Ollama REST APIpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=ollama/agent-harness

Audio

NameDescriptionInstall
AudacityAudio editing and processing via soxpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=audacity/agent-harness

Communication

NameDescriptionInstall
ZoomMeeting management via Zoom REST API (OAuth2)pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zoom/agent-harness

Design

NameDescriptionInstall
SketchGenerate Sketch design files (.sketch) from JSON design specifications via sketch-constructorcd sketch/agent-harness && npm install && npm link

Diagrams

NameDescriptionInstall
Draw.ioDiagram creation and export via draw.io CLIpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=drawio/agent-harness
MermaidMermaid Live Editor state files and renderer URLspip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mermaid/agent-harness

Generation

NameDescriptionInstall
AnyGenGenerate docs, slides, websites and more via AnyGen cloud APIpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=anygen/agent-harness

Image

NameDescriptionInstall
GIMPRaster image processing via gimp -i -b (batch mode)pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness
InkscapeSVG vector graphics with export via inkscape --export-filenamepip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=inkscape/agent-harness

Music

NameDescriptionInstall
MuseScoreCLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instrumentspip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=musescore/agent-harness

Network

NameDescriptionInstall
AdGuardHomeDNS ad-blocking and network infrastructure management via AdGuardHome REST APIpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=adguardhome/agent-harness

Office

NameDescriptionInstall
LibreOfficeCreate and manipulate ODF documents, export to PDF/DOCX/XLSX/PPTX via headless modepip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=libreoffice/agent-harness
MubuKnowledge management and outlining via local Mubu desktop datapip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mubu/agent-harness

Streaming

NameDescriptionInstall
OBS StudioCreate and manage streaming/recording scenes via command linepip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obs-studio/agent-harness

Video

NameDescriptionInstall
KdenliveVideo editing and rendering via meltpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=kdenlive/agent-harness
ShotcutVideo editing and rendering via melt/ffmpegpip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=shotcut/agent-harness

Web

NameDescriptionInstall
BrowserBrowser automation via DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=browser/agent-harness

Usage Pattern

All CLIs follow the same pattern:

# Interactive REPL
cli-anything-<name>

# One-shot command
cli-anything-<name> <group> <command> [options]

# JSON output for agents
cli-anything-<name> --json <group> <command>

For AI Agents

1. Install the CLI you need from the table above 2. Read its full SKILL.md at the repo path shown in registry.json 3. Always use --json flag for machine-readable output 4. Check exit codes (0=success, non-zero=error)

More Info

  • Repository: https://github.com/HKUDS/CLI-Anything
  • Web Hub: https://hkuds.github.io/CLI-Anything/
  • Last Updated: 2026-03-18

Related skills

CLI & Terminalintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.