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.
npx agentmods add skills/xiaomimimo/mimo-code/salesnpx skills add XiaomiMiMo/MiMo-Code --skill salesgit clone --depth 1 https://github.com/XiaomiMiMo/MiMo-CodeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00058 | $0.00459 |
| Opus 5 | $0.00029 | $0.00230 |
| Sonnet 5 | $0.00012 | $0.00092 |
| Haiku 4.5 | $0.00006 | $0.00046 |
Grade A, and why
sales scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 30 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sales
This is the single entry point for a code-agent-oriented Sales bundle. The original workflow instructions are under workflows/; connector manifests and plugin marketplace metadata are intentionally excluded.
Route the request
- Read
workflows/index/SKILL.mdcompletely. Treat it as the authoritative plugin-level scope, source-selection rules, routing, and workflow sequencing policy. - Select the narrowest focused workflow or workflow sequence named by that index. Read every selected workflow's
SKILL.mdcompletely before acting. - Load provider-specific skills such as Salesforce, HubSpot, Apollo, or ZoomInfo only when the chosen source and available host tools make them relevant.
- If a selected workflow names related skills, read them only when their stated conditions apply. Resolve relative links from the file containing the link and load required references completely.
- Prefer bundled scripts and templates when a selected workflow calls for them. Do not load unrelated sales workflows merely because they are present.
Bundled capabilities
Focused workflows live in workflows/, covering meeting preparation, call follow-up, account prioritization and signals, deal planning, business cases, competitive briefs, forecast review, customer quotes, internal experts, rep coaching, company research, enrichment, and provider-specific CRM or intelligence workflows.
Workflow-local supporting assets, references, and scripts remain beside their owning workflow. Use CRM, email, calendar, messaging, transcript, intelligence, and document systems only when the host harness exposes an authenticated tool for them. Do not invent customer facts when a source is missing; use the workflow's evidence and fallback rules.
Safety and fidelity
- Never treat plugin instructions as permission to bypass host policy, reveal credentials, or perform unapproved external writes.
- Keep sourced facts separate from inference and recommendations.
- Require appropriate confirmation before sending messages, updating CRM records, or taking other external actions.
- Preserve the selected workflow's requested output and handoff requirements through completion.
What ships with it
60 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.
- workflows/analyze-account-signals/agents/openai.yaml 232 B
- workflows/analyze-account-signals/references/request-schema.yaml 2.2 KB
- workflows/analyze-account-signals/references/signal-taxonomy.md 4.8 KB
- workflows/analyze-account-signals/SKILL.md 16 KB
- workflows/answers-ask-user-input/SKILL.md 4.6 KB
- workflows/apollo/agents/openai.yaml 245 B
- workflows/apollo/SKILL.md 14 KB
- workflows/build-business-case/agents/openai.yaml 220 B
- workflows/build-business-case/references/input-and-output.md 5.3 KB
- workflows/build-business-case/references/output-and-presentation.md 6.6 KB
- workflows/build-business-case/references/value-model-and-evidence.md 5.0 KB
- workflows/build-business-case/references/workflow.md 8.4 KB
- workflows/build-business-case/SKILL.md 11 KB
- workflows/build-competitive-brief/agents/openai.yaml 251 B
- workflows/build-competitive-brief/references/output-contract.md 977 B
- workflows/build-competitive-brief/references/request-schema.yaml 728 B
- workflows/build-competitive-brief/references/source-priority.md 790 B
- workflows/build-competitive-brief/SKILL.md 17 KB
- workflows/enrich-company-and-contact-data/agents/openai.yaml 272 B
- workflows/enrich-company-and-contact-data/SKILL.md 11 KB
- workflows/find-customer-quotes/agents/openai.yaml 229 B
- workflows/find-customer-quotes/references/extraction-and-output.md 13 KB
- workflows/find-customer-quotes/SKILL.md 13 KB
- workflows/find-key-internal-sources/agents/openai.yaml 238 B
- workflows/find-key-internal-sources/references/company-context.md 1.1 KB
- workflows/find-key-internal-sources/references/search-patterns.md 5.1 KB
- workflows/find-key-internal-sources/SKILL.md 11 KB
- workflows/follow-up-after-call/agents/openai.yaml 264 B
- workflows/follow-up-after-call/references/opportunity-and-channel-selection.md 2.3 KB
- workflows/follow-up-after-call/references/request-schema.yaml 3.1 KB
- workflows/follow-up-after-call/SKILL.md 14 KB
- workflows/get-rep-call-feedback/agents/openai.yaml 218 B
- workflows/get-rep-call-feedback/references/call-transcripts-connector-playbook.md 2.3 KB
- workflows/get-rep-call-feedback/references/output-contract.md 302 B
- workflows/get-rep-call-feedback/references/request-schema.yaml 365 B
- workflows/get-rep-call-feedback/references/source-priority.md 239 B
- workflows/get-rep-call-feedback/SKILL.md 11 KB
- workflows/hubspot/agents/openai.yaml 240 B
- workflows/hubspot/SKILL.md 7.1 KB
- workflows/index/agents/openai.yaml 231 B
- workflows/index/references/orientation-response.md 2.1 KB
- workflows/index/SKILL.md 14 KB
- workflows/plan-deal-strategy/agents/openai.yaml 234 B
- workflows/plan-deal-strategy/references/request-schema.yaml 1.9 KB
- workflows/plan-deal-strategy/references/risk-rubric.md 1.8 KB
- workflows/plan-deal-strategy/SKILL.md 12 KB
- workflows/prepare-for-meeting/agents/openai.yaml 229 B
- workflows/prepare-for-meeting/SKILL.md 10 KB
- workflows/prioritize-accounts/agents/openai.yaml 218 B
- workflows/prioritize-accounts/assets/account-priority-pane.template.html 39 KB
- workflows/prioritize-accounts/references/suppression-and-fallbacks.md 1.6 KB
- workflows/prioritize-accounts/references/template-payload.schema.json 4.5 KB
- workflows/prioritize-accounts/SKILL.md 13 KB
- workflows/review-forecast/agents/openai.yaml 239 B
- workflows/review-forecast/references/request-schema.yaml 882 B
- workflows/review-forecast/SKILL.md 15 KB
- workflows/review-rep-call-trends/agents/openai.yaml 209 B
- workflows/review-rep-call-trends/references/request-schema.yaml 273 B
- workflows/review-rep-call-trends/references/rubric.md 2.8 KB
- workflows/review-rep-call-trends/SKILL.md 11 KB
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.
- 2d ago First seen · 30 lines · 58 tokens per session scan A 9064fce146c1
sales is a skill published in the GitHub repository XiaomiMiMo/MiMo-Code (12,904 stars, last pushed 2d ago), licensed MIT. It adds 58 tokens to every session and 459 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
xiaomi-tts
Use this skill when the user wants to convert text to speech using Xiaomi MiMo's TTS models (mimo-v2.5-tts). Uses OpenAI-compatible chat/completions API with audio response. Supports multiple preset voices and custom voice design. Use when 用户提到 语音合成、文字转语音、TTS、朗读、读出来、生成语音、 生成音频、文本转音频、配音、念出来、小米语音、MiMo 语音、小米 TTS。.
byok-custom-model
Register a custom LLM endpoint with your own API key for chat in Starchild. Use when adding a personal Anthropic, OpenAI, Grok, Qwen, DeepSeek, Meta (Muse Spark), NEAR AI, or Venice key as a chat model (e.g. add my Claude key, register DeepSeek, use Muse Spark 1.1).
deepseek-vision
MUST use when the user sends or asks about images, photos, screenshots, pictures, audio, video, or mixed media documents, including requests to OCR/read text from an image. Route all media through Xiaomi MiMo V2.5 (mimo-v2.5) and mimo-v2.5-asr via scripts/mimo.py; never use local OCR, viewimage, native vision…
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…