返回顶部
k

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
80
下载量
0
收藏
概述
安装方式
版本历史

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: ```bash kilo ``` ### Non-interactive mode Execute a single prompt without entering interactive REPL: ```bash kilo run '<prompt>' ``` Continue previous conversation: ```bash kilo run --continue '<prompt>' ``` Fully autonomous mode (CI/CD, no prompts): ```bash kilo run --auto '<prompt>' ``` ## Common Commands | 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 | ## Examples ### Generate code ```bash kilo run "Create a Python function to calculate fibonacci sequence with memoization" ``` ### Debug ```bash kilo run "Fix the bug in index.js where the async function returns undefined" ``` ### Refactor ```bash kilo run "Refactor the React component to use hooks instead of class" ``` ### Run terminal commands ```bash kilo run "Run npm test and fix any failing tests" ``` ### CI/CD automation ```bash 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](https://kilo.ai) for documentation and updates

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 kilocode-1775969222 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 kilocode-1775969222 技能

通过命令行安装

skillhub install kilocode-1775969222

下载 Zip 包

⬇ 下载 kilocode v1.0.0

文件大小: 1.62 KB | 发布时间: 2026-4-13 10:45

v1.0.0 最新 2026-4-13 10:45
Initial release of the kilocode skill.

- Introduces an AI coding agent CLI tool for code generation, automation, and terminal commands using natural language prompts.
- Supports over 500 AI models via the Kilo provider, including Gemini, Claude, and GPT models.
- Offers interactive, non-interactive, and fully autonomous (CI/CD) execution modes.
- Enables code generation, refactoring, debugging, and task automation from the command line.
- Includes clear usage instructions, command references, and examples for common workflows.
- Secure and flexible: supports file operations and terminal automation with user guidance for safe use.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部