An advanced AI coding executor that enables agents to generate, refactor, and debug complex multi-file projects using the Kimi Code CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kimi-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kimi-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Kimi CLI skill transforms an AI agent into a sophisticated coding architect. Instead of just writing code snippets in a chat, this skill allows the agent to command the Kimi Code CLI to produce or modify actual files within a local environment. It leverages the OpenClaw exec PTY mode to handle interactive terminal sessions, ensuring stable output and the ability to perform long-running development tasks such as project scaffolding and legacy code modernization.
By integrating this skill, users of Openclaw Skills can offload high-complexity implementation details to a specialized execution engine while the main session model focuses on planning, requirement clarification, and final acceptance testing. It is designed for scenarios where task complexity exceeds the limits of a single model response.
To get started with this skill in Openclaw Skills, follow these installation steps:
# Install the Kimi CLI via pip
pip install kimi-cli
# Authenticate your account
kimi /login
# Ensure your target directory exists before calling the skill
mkdir -p ~/my-project-dir
# Example: Running a one-shot project generation task
bash pty:true workdir:~/my-project-dir timeout:300 command:"kimi --print -p 'Create a React + TypeScript Todo application'"
The skill organizes its output and metadata to ensure compatibility with various Openclaw Skills workflows:
| Component | Description |
|---|---|
| Workdir | The isolated directory where Kimi CLI creates and modifies project files. |
| Session ID | A unique identifier (e.g., abc123) used to manage background interactive processes. |
| payload.acp | An ACP-compliant output file containing versioning, signatures, and task data for validation. |
| summary.json | A machine-readable JSON file detailing metrics and execution status (e.g., SUCCESS). |
| Session Logs | Real-time terminal output captured via the PTY session for debugging and monitoring. |
Loading
Ralph is a specialized command generator that creates robust automation loops for running AI CLI tools like Claude Code and Gemini through local terminal environments.

A specialized blockchain monitoring skill that uses Web3 RPC to track large-scale liquidity movements from whale wallets.

A powerful multi-model synthesis tool that queries Claude, GPT, and Gemini simultaneously to provide comprehensive, expert-vetted answers.

A transparent bridge that spawns and relays Cursor Agent's CLI sessions directly to the user, making it one of the most essential Openclaw Skills for terminal-based AI development.

A security enforcement layer that scans and scores every skill before installation to prevent malicious code execution.

A powerful CLI tool to transform YouTube video transcripts into structured lecture notes, evidence-backed claims, and actionable checklists.








































