This 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 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.共 1 个版本