kimi-help-center

kimi-help-center is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 189 tokens per session (1,732 once invoked), scanned A, original, MIT.

A help assistant that finds and explains official articles about Kimi products and services, including subscriptions, agent features, documents, slides, and APIs.

In plain words
What is it for?
Use it to answer how-to and account questions about Kimi features, billing, memberships, and related services.
Why use it?
It saves time searching a product help center and routes questions to the relevant article.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to answer how-to and account questions about Kimi features, billing, memberships, and related services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/kimi-help-center
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add serejaris/kimi-skills --skill kimi-help-center
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kimi-help-center

README.md
[![agentmods](https://agentmods.dev/badge/skills/serejaris/kimi-skills/kimi-help-center/github.svg)](https://agentmods.dev/skills/serejaris/kimi-skills/kimi-help-center)
Your own site
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/kimi-help-center"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/kimi-help-center/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kimi-help-center

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/kimi-help-center"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/kimi-help-center.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,732 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00189 $0.01732
Opus 5 $0.00095 $0.00866
Sonnet 5 $0.00038 $0.00346
Haiku 4.5 $0.00019 $0.00173

Measured 9d ago against content hash 452d7852b678, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

kimi-help-center scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

bash <(curl -fsSL https://cdn.kimi.com/kimi-claw/uninstall.sh)
skills/kimi-help-center/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kimi Tutorial & Help

Usage

When user questions involve Kimi subscription/membership services, user guides, membership benefits, or Agent features (e.g. Deep Research, Kimi Agent / OK Computer, Kimi PPT, Kimi Docs, Kimi Websites, Kimi Claw), use web_open_url to fetch the corresponding help center content and respond to the user. Include images in your response when available.

Help center version is determined by account type, not language:

  • Mainland China (+86 phone) → https://www.kimi.com/zh-cn/help/*
  • Global/Overseas (non-+86, Google account, etc.) → https://www.kimi.com/help/*

Workflow

  1. Determine account type: +86 or mentions China → zh-cn; non-+86 / Google / overseas → help. When unclear, default to zh-cn for Chinese questions, help for English.
  2. Check corrections: Read references/corrections-memory.md before answering to avoid known mistakes.
  3. Route: Read references/routing-tables.md to find the relevant article.
  4. Fetch: Use web_open_url to read the article in the appropriate language version.
  5. Answer: Summarize in the user's language. Include the source URL.
  6. Call out regional differences when relevant (platforms, payments, emails, URLs).

<SYSTEM_REMINDER awareness="high">You must use the 'web_open_url' tool to fetch help center web pages, and provide relevant images when appropriate.</SYSTEM_REMINDER>

Example

User asks: "What is Kimi Claw and how do I install it?"

  1. Check references/routing-tables.md → route to kimi-claw/overview.
  2. Use web_open_url tool to read the help center content:
{
  "urls": ["https://www.kimi.com/help/kimi-claw/overview"]
}
  1. Summarize the content and respond to the user in a friendly, helpful tone.

Reference Resources

Choose the most relevant document(s) based on the user's question:

Topic When to use File
Overview User asks "what is Kimi", product positioning, general feature introduction references/product-overview.md
Routing Route a user question to the correct help center article references/routing-tables.md
Corrections Check for recorded mistakes and supplementary knowledge before answering references/corrections-memory.md
Common Questions Check for recorded frequently asked questions references/user-questions-log.md
Getting Started User asks about basic usage, chat modes, search, memory help/getting-started/*
Agent Mode User asks about Agent mode, OK Computer, Agent Swarm help/agent/*
Deep Research User asks about Deep Research feature and usage help/deep-research/*
PPT / Slides User asks about Kimi Slides generation help/slides/*
Docs & Sheets User asks about document and spreadsheet features help/docs-and-sheets/*
Websites User asks about Kimi Websites help/websites/*
Kimi Claw User asks about Kimi Claw, deployment, platforms help/kimi-claw/*
Membership User asks about subscription, pricing, benefits, billing, invoices, usage, rate limits help/membership/*
Kimi Code User asks about the developer coding assistant, terminal agent, IDE integration, or coding workflow help/kimi-code/*
Kimi API User asks about the API service help/kimi-api/*
FAQ / Others Account issues, chat problems, no match above help/others/*

Read the full file on GitHub · 142 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 142 lines · 189 tokens per session scan A 452d7852b678

Subscribe to this mod's changes

kimi-help-center is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 189 tokens to every session and 1,732 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

explain-this

Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does…

tobihagemann/turbo · 102 tokens

understand-change

Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…

tobihagemann/turbo · 96 tokens

ape-visualize

Builds interactive, browser-based 3D Three.js visualizations of any mathematics or science concept as a single, self-contained HTML file. Takes a concept and a depth level (Simple, Intermediate, Advanced). Trigger on "ape visualize", "ape visualize math", "ape visualize science", "visualize math", "visualize science"…

arpitbbhayani/ape-skills · 89 tokens

ape-quiz-me

Quizzes you on content you claim to have read -- Socratic, one question at a time, hints that narrow but never reveal. Ends with a verdict on what you understood versus merely recited. Trigger on "ape quiz me", "quiz me on this", "test my understanding", "did I actually get this", or any request to be tested on shared…

arpitbbhayani/ape-skills · 81 tokens

ape-write-pseudocode

Guidelines for writing pseudocode for functions and algorithms. Use this skill whenever the user asks to write pseudocode, sketch out an algorithm, or describe the logic of a function at a high level. Trigger on phrases like "write pseudocode", "sketch this algorithm", "pseudocode for this function", or "describe the…

arpitbbhayani/ape-skills · 75 tokens