Borrowing it
Nothing to install: this file belongs to chaohong-ai/ai-auto-work. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/chaohong-ai/ai-auto-work/main/.claude/commands/start-platform.mdgit clone --depth 1 https://github.com/chaohong-ai/ai-auto-workWrote 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.
[](https://agentmods.dev/commands/chaohong-ai/ai-auto-work/start-platform)<a href="https://agentmods.dev/commands/chaohong-ai/ai-auto-work/start-platform"><img src="https://agentmods.dev/badge/commands/chaohong-ai/ai-auto-work/start-platform.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.00417 |
| Opus 5 | $0.00007 | $0.00209 |
| Sonnet 5 | $0.00003 | $0.00083 |
| Haiku 4.5 | $0.00001 | $0.00042 |
Grade A, and why
start-platform 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 6d 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.
sleep 3 && curl -sf --noproxy localhost http://localhost:22333/leaderboard && echo " - GameServer OK" || echo "GameServer health check failed" The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 6d ago First seen · 66 lines · 14 tokens per session scan A 68dcf8ab6ce7
start-platform is a command published in the GitHub repository chaohong-ai/ai-auto-work (132 stars, last pushed 1mo ago), with no licence file. It adds 14 tokens to every session and 417 once invoked, about $0.0001 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-08-30.
Other commands, from other repositories
oss-docs
(user-owned) oss-docs harness — README 4-locale + docs-site publishing for the moai-adk-go OSS project (adk.mo.ai.kr, Vercel auto-deploy).
release-update
(dev-only) release-update maintainer harness — Claude Code upstream change tracker (release-notes version-delta sweep + docs sync). NOT distributed to user projects.
clean
Identify and safely remove dead code with test verification.
fix
Auto-detect and fix LSP errors, linting issues, and type errors.
project
Generate project documentation (product.md, structure.md, tech.md, codemaps/).
gate
Run lint+format+type-check+test in parallel (pre-commit quality gate).