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 ssssota/chapplin --skill chapplin-mcp-app-buildergit clone --depth 1 https://github.com/ssssota/chapplinWrote 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/ssssota/chapplin/chapplin-mcp-app-builder)<a href="https://agentmods.dev/skills/ssssota/chapplin/chapplin-mcp-app-builder"><img src="https://agentmods.dev/badge/skills/ssssota/chapplin/chapplin-mcp-app-builder/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/ssssota/chapplin/chapplin-mcp-app-builder"><img src="https://agentmods.dev/badge/skills/ssssota/chapplin/chapplin-mcp-app-builder.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.00077 | $0.00531 |
| Opus 5 | $0.00039 | $0.00266 |
| Sonnet 5 | $0.00015 | $0.00106 |
| Haiku 4.5 | $0.00008 | $0.00053 |
Grade A, and why
chapplin-mcp-app-builder 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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Chapplin MCP App Builder
Overview
Use this skill to extend an existing create-chapplin project with new MCP App-enabled tools while preserving template conventions and minimal diffs.
Quick Workflow
- Confirm the project matches the baseline in
references/project-baseline.md. - Detect the framework target from
vite.config.tsandchapplin({ target }). - Implement
defineToolfirst, then implementdefineApp<typeof tool>. - Import
useAppfromchapplin/<target>only when host actions are needed. - Put machine-facing data in
structuredContentand UI-only payload in_meta. - Validate with dev preview and tool-call/UI rendering checks.
Framework/Runtime Selection Rule
- Read
vite.config.ts. - Resolve
targetfromchapplin({ target: "..." }). - Follow
references/framework-deltas.mdfor plugin, JSX runtime, anduseAppimport mapping. - Keep existing style patterns in the same target template.
Implementation Guardrails
- Do not edit generated artifacts such as
dist/,.chapplin/types, or other build outputs. - Do not change HTTP/STDIO transport structure in
src/index.tsunless explicitly requested. - Keep diffs focused on the requested tool/app behavior.
- Match existing naming, schema style, and JSX conventions in the current project.
Validation Checklist
- Run
npm run devand open the chapplin preview UI. - Execute the target tool once and confirm UI renders expected state.
- Confirm initial empty state is handled (
props.outputmay be undefined before first result). - Run project checks (typically
npm run buildand any local test/check scripts). - Re-check framework-specific assumptions against
references/framework-deltas.md.
Reference File Map
- Baseline project shape and registration flow:
references/project-baseline.md - Target-specific runtime differences:
references/framework-deltas.md - Reusable implementation patterns:
references/implementation-recipes.md - Common failures and fixes:
references/troubleshooting.md
What ships with it
4 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.
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 · 49 lines · 77 tokens per session scan A a4f19bf0b419
chapplin-mcp-app-builder is a skill published in the GitHub repository ssssota/chapplin (16 stars, last pushed today), licensed MIT. It adds 77 tokens to every session and 531 once invoked, about $0.0004 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
inspecting-hermes-desktop-dom
Read the live Hermes desktop DOM/CSS over CDP.
a11y-debugging
Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
migrate-oxlint
Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
remotion-animation
Generates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".