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 skills add dnnyngyen/kimi-agent-internals --skill webapp-buildinggit clone --depth 1 https://github.com/dnnyngyen/kimi-agent-internalsWrote 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/skills/dnnyngyen/kimi-agent-internals/webapp-building)<a href="https://agentmods.dev/skills/dnnyngyen/kimi-agent-internals/webapp-building"><img src="https://agentmods.dev/badge/skills/dnnyngyen/kimi-agent-internals/webapp-building/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.
<a href="https://agentmods.dev/skills/dnnyngyen/kimi-agent-internals/webapp-building"><img src="https://agentmods.dev/badge/skills/dnnyngyen/kimi-agent-internals/webapp-building.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00585 |
| Opus 5 | $0.00000 | $0.00293 |
| Sonnet 5 | $0.00000 | $0.00117 |
| Haiku 4.5 | $0.00000 | $0.00059 |
Grade A, and why
webapp-building 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 10d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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.
- scripts/.prepare-template.sh 240 B runs code
- scripts/init-webapp.sh 4.7 KB runs code
- scripts/template/.gitignore 253 B
- scripts/template/components.json 461 B
- scripts/template/eslint.config.js 616 B runs code
- scripts/template/index.html 291 B
- scripts/template/package-lock.json 294 KB
- scripts/template/package.json 2.5 KB
- scripts/template/postcss.config.js 80 B runs code
- scripts/template/README.md 2.7 KB
- scripts/template/src/App.css 606 B
- scripts/template/src/App.tsx 428 B
- scripts/template/src/components/ui/accordion.tsx 2.0 KB
- scripts/template/src/components/ui/alert-dialog.tsx 3.8 KB
- scripts/template/src/components/ui/alert.tsx 1.6 KB
- scripts/template/src/components/ui/aspect-ratio.tsx 280 B
- scripts/template/src/components/ui/avatar.tsx 1.1 KB
- scripts/template/src/components/ui/badge.tsx 1.6 KB
- scripts/template/src/components/ui/breadcrumb.tsx 2.3 KB
- scripts/template/src/components/ui/button-group.tsx 2.2 KB
- scripts/template/src/components/ui/button.tsx 2.2 KB
- scripts/template/src/components/ui/calendar.tsx 7.6 KB
- scripts/template/src/components/ui/card.tsx 1.9 KB
- scripts/template/src/components/ui/carousel.tsx 5.4 KB
- scripts/template/src/components/ui/chart.tsx 9.8 KB
- scripts/template/src/components/ui/checkbox.tsx 1.2 KB
- scripts/template/src/components/ui/collapsible.tsx 786 B
- scripts/template/src/components/ui/command.tsx 4.7 KB
- scripts/template/src/components/ui/context-menu.tsx 8.1 KB
- scripts/template/src/components/ui/dialog.tsx 3.9 KB
- scripts/template/src/components/ui/drawer.tsx 4.2 KB
- scripts/template/src/components/ui/dropdown-menu.tsx 8.2 KB
- scripts/template/src/components/ui/empty.tsx 2.3 KB
- scripts/template/src/components/ui/field.tsx 6.0 KB
- scripts/template/src/components/ui/form.tsx 3.7 KB
- scripts/template/src/components/ui/hover-card.tsx 1.5 KB
- scripts/template/src/components/ui/input-group.tsx 4.9 KB
- scripts/template/src/components/ui/input-otp.tsx 2.2 KB
- scripts/template/src/components/ui/input.tsx 962 B
- scripts/template/src/components/ui/item.tsx 4.4 KB
- scripts/template/src/components/ui/kbd.tsx 862 B
- scripts/template/src/components/ui/label.tsx 611 B
- scripts/template/src/components/ui/menubar.tsx 8.2 KB
- scripts/template/src/components/ui/navigation-menu.tsx 6.5 KB
- scripts/template/src/components/ui/pagination.tsx 2.7 KB
- scripts/template/src/components/ui/popover.tsx 1.6 KB
- scripts/template/src/components/ui/progress.tsx 726 B
- scripts/template/src/components/ui/radio-group.tsx 1.4 KB
- scripts/template/src/components/ui/resizable.tsx 1.9 KB
- scripts/template/src/components/ui/scroll-area.tsx 1.6 KB
- scripts/template/src/components/ui/select.tsx 6.2 KB
- scripts/template/src/components/ui/separator.tsx 699 B
- scripts/template/src/components/ui/sheet.tsx 4.0 KB
- scripts/template/src/components/ui/sidebar.tsx 21 KB
- scripts/template/src/components/ui/skeleton.tsx 276 B
- scripts/template/src/components/ui/slider.tsx 1.9 KB
- scripts/template/src/components/ui/sonner.tsx 1020 B
- scripts/template/src/components/ui/spinner.tsx 331 B
- scripts/template/src/components/ui/switch.tsx 1.1 KB
- scripts/template/src/components/ui/table.tsx 2.4 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.
- 10d ago First seen · 78 lines · 0 tokens per session scan A dcde8fbc9d50
webapp-building is a skill published in the GitHub repository dnnyngyen/kimi-agent-internals (336 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 585 tokens. 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
moe-training
Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE…
writing-clearly-and-concisely
Apply whenever writing content a human will read — emails, documents, reports, documentation, messages, UI copy, commit messages, explanations, or any other prose. Applies Strunk's timeless rules for clearer, stronger, more professional writing.
powerapps-canvas-yaml-generator
Generates valid, importable Power Apps Source Code YAML for canvas app screens. Use when asked to create YAML, scaffold, or modify any Power Apps canvas app screen — including full screens, dialogs, forms, galleries, detail views, dashboards, or any layout container — or when asked to generate Power Fx formulas or…
moe-training
Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE…
journalistic-portrait-cn
A tool for creating Chinese magazine-style HTML pages inspired by Southern People Weekly, a Chinese human-interest and profile magazine. It supports layouts such as feature articles, red-framed covers, portrait-based contents pages, and two-column interior pages.
locale-guard
A workflow for adding and checking multiple-language support in frontend applications, including translation files, language switching, and localized metadata.