kilocode

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kilocode" with this command: npx skills add weinguyen1224-glitch/kilocode

Kilocode

Kilocode is an AI coding agent CLI tool that generates code from natural language, automates tasks, and runs terminal commands.

Basic Usage

Run in any project directory:

kilo

Non-interactive mode

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>'

Common Commands

CommandDescription
kiloStart 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 --helpShow help

Examples

Generate code

kilo run "Create a Python function to calculate fibonacci sequence with memoization"

Debug

kilo run "Fix the bug in index.js where the async function returns undefined"

Refactor

kilo run "Refactor the React component to use hooks instead of class"

Run terminal commands

kilo run "Run npm test and fix any failing tests"

CI/CD automation

kilo run --auto "Run linting, tests, and build the project"

Models

Kilocode supports 500+ AI models via the Kilo provider (configured in auth-profiles). Popular models:

  • Gemini 3.1 Pro (default, fast)
  • Claude 4.6 Sonnet & Opus (high quality)
  • GPT-5.2 (OpenAI)

Model selection is handled automatically based on provider configuration. No need to specify model unless required.

Tips

  • Use --auto flag only in trusted environments (CI/CD)
  • Provide clear, specific prompts for better results
  • Kilo can read and write files, run commands, and interact with browser
  • Check kilo.ai for documentation and updates

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Cloudflare Manager

Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating in...

Registry SourceRecently Updated
Coding

Node Red Manager

Manage Node-RED instances via Admin API or CLI. Automate flow deployment, install nodes, and troubleshoot issues. Use when user wants to "build automation", "connect devices", or "fix node-red".

Registry SourceRecently Updated
Coding

Yt Dlp

A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.

Registry SourceRecently Updated
Coding

Daily Dev Agentic

daily.dev Agentic Learning - continuous self-improvement through daily.dev feeds. Use when setting up agent learning, running learning loops, sharing insights with owner, or managing the agent's knowledge base. Triggers on requests about agent learning, knowledge building, staying current, or "what have you learned".

Registry SourceRecently Updated