Install
openclaw skills install kilocodeAI coding agent CLI tool for generating code from natural language, automating tasks, and running terminal commands. Use when user wants to perform coding tasks, generate code, refactor, debug, or automate development workflows via CLI. Supports 500+ AI models via Kilo provider.
openclaw skills install kilocodeKilocode is an AI coding agent CLI tool that generates code from natural language, automates tasks, and runs terminal commands.
Run in any project directory:
kilo
Execute a single prompt without entering interactive REPL:
kilo run '<prompt>'
Continue previous conversation:
kilo run --continue '<prompt>'
Fully autonomous mode (CI/CD, no prompts):
kilo run --auto '<prompt>'
| Command | Description |
|---|---|
kilo | Start interactive REPL |
kilo run "prompt" | Execute single prompt |
kilo run --continue "prompt" | Continue with previous context |
kilo run --auto "prompt" | Autonomous mode (no permission prompts) |
kilo --help | Show help |
kilo run "Create a Python function to calculate fibonacci sequence with memoization"
kilo run "Fix the bug in index.js where the async function returns undefined"
kilo run "Refactor the React component to use hooks instead of class"
kilo run "Run npm test and fix any failing tests"
kilo run --auto "Run linting, tests, and build the project"
Kilocode supports 500+ AI models via the Kilo provider (configured in auth-profiles). Popular models:
Model selection is handled automatically based on provider configuration. No need to specify model unless required.
--auto flag only in trusted environments (CI/CD)