logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-Anything
or

Install via npx

npx @hexmos/ipm i HKUDS/CLI-Anything

Prerequisites

Python

language

Version: >=3.10

Target software

application

Version: Installed (e.g., GIMP, Blender, LibreOffice)

AI coding agent

platform

Version: 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-hub

Install for Claude Code

/plugin marketplace add HKUDS/CLI-Anything

/plugin install cli-anything

Install for Pi Coding Agent

git clone https://github.com/HKUDS/CLI-Anything.git

cd CLI-Anything

bash .pi-extension/cli-anything/install.sh

Install 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.sh

Install 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.md

Install for Codex (Experimental, Community)

git clone https://github.com/HKUDS/CLI-Anything.git

bash CLI-Anything/codex-skill/scripts/install.sh

Install for GitHub Copilot CLI (Community)

git clone https://github.com/HKUDS/CLI-Anything.git

cd CLI-Anything

copilot plugin install ./cli-anything-plugin

Manual 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-plugins

Post 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.