moonshot-ai
Moonshot AI Kimi API - Trillion-parameter MoE model with 256K context, tool calling, and agentic capabilities for chat, coding, and autonomous task execution
npx skills add majiayu000/claude-skill-registry --skill moonshot-ai --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Moonshot AI Skill **Moonshot AI** provides the Kimi large language model series, featuring the flagship **Kimi K2** - a state-of-the-art mixture-of-experts (MoE) model with 1 trillion total parameters. The API offers OpenAI-compatible endpoints with 256K context length, strong tool calling capabilities, and competitive pricing. **Key Value Proposition**: Access a trillion-parameter model optimized for agentic tasks, tool use, and coding at significantly lower costs than competitors (up to 100x cheaper than GPT-4 for some tasks), with excellent multilingual support for Chinese and English. ## When to Use This Skill - Integrating Moonshot AI/Kimi models into applications - Building agentic AI systems with autonomous tool calling - Processing long documents with 128K-256K context windows - Developing cost-effective LLM solutions - Creating multilingual applications (Chinese/English) - Implementing function calling and tool use patterns ## When NOT to Use This Skill - For OpenAI API specifically (use openai skill) - For Claude/Anthropic API (use anthropic skill) - For image generation or multimodal tasks (Kimi is text-focused) - For models requiring real-time voice interaction --- ##
- When to Use This Skill
- When NOT to Use This Skill
- Core Concepts
- Architecture Overview
- Model Specifications
- Kimi K2 Technical Details
- Quick Start
- Get API Key
- Environment Setup
- Basic Chat Completion
- API Reference
- Base URLs
- Authentication
- Chat Completions
export MOONSHOT_API_KEY="your-api-key-here" export MOONSHOT_API_BASE="https://api.moonshot.cn/v1" curl https://api.moonshot.ai/v1/chat/completions \
What does the moonshot-ai skill do?
Moonshot AI Kimi API - Trillion-parameter MoE model with 256K context, tool calling, and agentic capabilities for chat, coding, and autonomous task execution
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moonshot-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
