How to install HKUDS/CLI-Anything. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HKUDS/CLI-Anything Installation Guide
How to install HKUDS/CLI-Anything. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HKUDS/CLI-Anything. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HKUDS/CLI-Anythingor
Install via npx
npx @hexmos/ipm i HKUDS/CLI-AnythingPrerequisites
Python
languageVersion: >=3.10
Target software
applicationVersion: Installed (e.g., GIMP, Blender, LibreOffice)
AI coding agent
platformVersion: Supported (e.g., Claude Code, Pi Coding Agent, OpenClaw)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Pip (Recommended)
pip install cli-anything-hubInstall for Claude Code
/plugin marketplace add HKUDS/CLI-Anything
/plugin install cli-anythingInstall for Pi Coding Agent
git clone https://github.com/HKUDS/CLI-Anything.git
cd CLI-Anything
bash .pi-extension/cli-anything/install.shInstall for OpenCode (Experimental)
git clone https://github.com/HKUDS/CLI-Anything.git
cp CLI-Anything/opencode-commands/*.md ~/.config/opencode/commands/
cp CLI-Anything/cli-anything-plugin/HARNESS.md ~/.config/opencode/commands/Install for Qodercli (Community)
git clone https://github.com/HKUDS/CLI-Anything.git
bash CLI-Anything/qoder-plugin/setup-qodercli.shInstall for OpenClaw (Community)
git clone https://github.com/HKUDS/CLI-Anything.git
mkdir -p ~/.openclaw/skills/cli-anything
cp CLI-Anything/openclaw-skill/SKILL.md ~/.openclaw/skills/cli-anything/SKILL.mdInstall for Codex (Experimental, Community)
git clone https://github.com/HKUDS/CLI-Anything.git
bash CLI-Anything/codex-skill/scripts/install.shInstall for GitHub Copilot CLI (Community)
git clone https://github.com/HKUDS/CLI-Anything.git
cd CLI-Anything
copilot plugin install ./cli-anything-pluginManual Installation (for Plugin Users)
git clone https://github.com/HKUDS/CLI-Anything.git
cp -r CLI-Anything/cli-anything-plugin ~/.claude/plugins/cli-anything
/reload-pluginsPost Installation Steps
- After installation, you can typically use the CLI-Anything commands directly in your respective agent environment (e.g., `/cli-anything <software>` in Claude Code, or `cli-anything-<software>` after `pip install -e .` in a generated harness).
- Refer to the specific platform's integration guide within the README for detailed usage examples.
