dnnyngyendnnyngyenCommunityยท4 Agent Skills Included

kimi-agent-internals

Reverse-engineered Kimi agent prompts, skills, and runtime source

Documents the internal architecture of Moonshot's Kimi agent, including system prompts, tool schemas, and extracted runtime source code. Reveals how document, spreadsheet, PDF, and webapp generation skills work behind the scenes. Helps researchers and builders study real production agent design without reverse-engineering it themselves.
npx skills add dnnyngyen/kimi-agent-internals --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

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

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

What is inside the Kimi agent internals repository?โ–ผ

It contains extracted system prompts for six Kimi agent types, 38 tool schemas, skill definitions for DOCX, XLSX, PDF, and webapp output, plus runtime source code and architecture analysis.

How does Kimi generate Excel and Word files?โ–ผ

The repository shows Kimi uses OpenXML-based skills with mandatory validation steps, formula error checking, and pivot table tooling to produce reliable spreadsheet and document files.

Is this repository official Moonshot AI code?โ–ผ

No. It is an independent research analysis of Kimi's production system, published under mixed CC0 and CC BY 4.0 licensing, and Kimi publicly confirmed the extracted code was genuine.

Who should read this Kimi architecture analysis?โ–ผ

Engineers building agent systems, prompt designers, and researchers who want to study how a production-grade agent handles skills, tools, and sandboxed execution.

Related Repositories in Education & Research

View All in Education & Researchโ†’