Install
openclaw skills install openclaw-kilo-agentHigh-performance coding agent and browser automation orchestrator using the Kilo CLI. Use when you need to: (1) Offload heavy-duty coding tasks (refactoring, multi-file edits, complex implementations), (2) Execute browser automation workflows (scraping, form-filling, navigating websites), (3) Manage sessions and context across different Kilo runs, (4) Use MCP servers for extended capabilities (Puppeteer, GitHub, FileSystem). This skill is the 'hands' for OpenClaw's 'brain'.
openclaw skills install openclaw-kilo-agentThis skill coordinates the Kilo CLI to perform complex execution tasks, from deep codebase refactoring to automated browser interactions.
--auto for hands-free automation in OpenClaw.If Kilo is not yet configured, follow the instructions in setup-guide.md.
Key Config Location: ~/.config/kilo/kilo.json
For a detailed breakdown of the "Brain and Hands" execution strategy, see workflow.md.
To run a one-shot task with Kilo:
kilo run --model <model> --auto "<prompt>"
To run a browser-based task using the Puppeteer MCP:
kilo run --model <model> --auto "Use your puppeteer MCP tool to navigate to <URL>, <actions>, and report back <results>."
To list, continue, or fork sessions:
# List all sessions
kilo session list
# Continue the last session
kilo run --continue --model <model> --auto "<next task>"
# Fork a specific session
kilo run --session <sessionID> --fork --model <model> --auto "<experimental task>"
If a task takes a long time, use the process tool to poll the Kilo run.
--model <provider/model> to ensure consistency (e.g., kilo/minimax/minimax-m2.5:free).--auto flag when running Kilo from OpenClaw to avoid hanging on permission prompts.kilo stats to monitor token usage and costs.