Agent skill · Backend & API

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill moonshot-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-llm/moonshot-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 --- ##

What's inside
Steps it walks through
  1. When to Use This Skill
  2. When NOT to Use This Skill
  3. Core Concepts
  4. Architecture Overview
  5. Model Specifications
  6. Kimi K2 Technical Details
  7. Quick Start
  8. Get API Key
  9. Environment Setup
  10. Basic Chat Completion
  11. API Reference
  12. Base URLs
  13. Authentication
  14. Chat Completions
Ships with 1 file
  • metadata.json
Commands it runs
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 \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going