OpenCode
OpenCode Integration
Section titled “OpenCode Integration”OpenCode supports CLI-Anything through custom commands.
Installation
Section titled “Installation”# Clone the repositorygit clone https://github.com/HKUDS/CLI-Anything.git
# Copy commandscp CLI-Anything/opencode-commands/*.md ~/.config/opencode/commands/cp CLI-Anything/cli-anything-plugin/HARNESS.md ~/.config/opencode/commands/Available Commands
Section titled “Available Commands”| Command | Description |
|---|---|
/cli-anything | Build a complete CLI harness |
/cli-anything-refine | Refine an existing CLI harness |
/cli-anything-test | Run tests for a CLI harness |
Next Steps
Section titled “Next Steps”- Getting Started - Quick start
- Tutorials - Learn with examples