forked from Selig/openclaw-skill
Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"title": "Moonshot AI (Kimi)",
|
||||
"content": "Moonshot provides the Kimi API with OpenAI-compatible endpoints. Configure the\nprovider and set the default model to `moonshot/kimi-k2.5`, or use\nKimi Coding with `kimi-coding/k2p5`.\n\nCurrent Kimi K2 model IDs:\n\n* `kimi-k2.5`\n* `kimi-k2-0905-preview`\n* `kimi-k2-turbo-preview`\n* `kimi-k2-thinking`\n* `kimi-k2-thinking-turbo`\n\nNote: Moonshot and Kimi Coding are separate providers. Keys are not interchangeable, endpoints differ, and model refs differ (Moonshot uses `moonshot/...`, Kimi Coding uses `kimi-coding/...`).\n\n## Config snippet (Moonshot API)\n\n* Moonshot model refs use `moonshot/<modelId>`. Kimi Coding model refs use `kimi-coding/<modelId>`.\n* Override pricing and context metadata in `models.providers` if needed.\n* If Moonshot publishes different context limits for a model, adjust\n `contextWindow` accordingly.\n* Use `https://api.moonshot.ai/v1` for the international endpoint, and `https://api.moonshot.cn/v1` for the China endpoint.",
|
||||
"code_samples": [
|
||||
{
|
||||
"code": "Kimi Coding:",
|
||||
"language": "unknown"
|
||||
},
|
||||
{
|
||||
"code": "Note: Moonshot and Kimi Coding are separate providers. Keys are not interchangeable, endpoints differ, and model refs differ (Moonshot uses `moonshot/...`, Kimi Coding uses `kimi-coding/...`).\n\n## Config snippet (Moonshot API)",
|
||||
"language": "unknown"
|
||||
},
|
||||
{
|
||||
"code": "## Kimi Coding",
|
||||
"language": "unknown"
|
||||
}
|
||||
],
|
||||
"headings": [
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Config snippet (Moonshot API)",
|
||||
"id": "config-snippet-(moonshot-api)"
|
||||
},
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Kimi Coding",
|
||||
"id": "kimi-coding"
|
||||
},
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Notes",
|
||||
"id": "notes"
|
||||
}
|
||||
],
|
||||
"url": "llms-txt#moonshot-ai-(kimi)",
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user