MoonshotAIMoonshotAIOfficialยท2 Agent Skills Included

kimi-agent-rs

Rust runtime for coding agents, skills, and MCP

Runs a fast Rust-based coding agent server that executes shell commands, edits files, searches the web, and manages subagents over a standard wire protocol. Loads reusable skills and MCP servers to extend what the agent can do without extra setup. Includes built-in guides for answering Kimi CLI questions and creating new skills correctly.
npx skills add MoonshotAI/kimi-agent-rs --all -g -y
Available:

Tells the AI agent how this Rust workspace is structured, which build and test commands to run, and which compatibility rules with the Python version it must follow when making changes.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install kimi-agent-rs?โ–ผ

Run `npx skills add MoonshotAI/kimi-agent-rs --all -g -y` in your terminal to install all skills in this repository globally.

What is kimi-agent-rs used for?โ–ผ

It is a Rust rewrite of the Kimi Code CLI runtime, providing a fast wire-only agent server with built-in tools for shell commands, file editing, web search, and subagents.

How do I create a new skill for Kimi?โ–ผ

Use the included skill-creator skill, which walks you through naming, writing SKILL.md frontmatter, adding scripts or references, and packaging the result as a .skill file.

Where can I find Kimi CLI configuration help?โ–ผ

The kimi-cli-help skill answers setup, configuration, slash command, and MCP questions by pulling directly from the official Kimi CLI documentation.

Does kimi-agent-rs support MCP servers?โ–ผ

Yes. It loads MCP servers from ~/.kimi/mcp.json over stdio or HTTP and includes CLI commands to add, list, and authenticate them.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’