Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsnpx agentmods add skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbinWrote 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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbin)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbin"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbin/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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbin"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-mobbin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 8 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 4 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium Data Exfiltration · line 288 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 374 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 388 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium MCP Rug Pull · line 288 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 388 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium Excessive Agency · line 299 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium MCP Rug Pull · line 376 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00041 | $0.09176 |
| Opus 5 | $0.00020 | $0.04588 |
| Sonnet 5 | $0.00008 | $0.01835 |
| Haiku 4.5 | $0.00004 | $0.00918 |
Grade A, and why
mcp-mobbin 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 — 417 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mobbin (mcp-mobbin)
Search Mobbin's library of real app UI screenshots ("the world's largest library of real app UI screenshots" per the official repo) from an agent through the Mobbin MCP via Code Mode: one documented tool, search_screens, answering app, screen, flow, and element research as query intents. This packet is a read-only TRANSPORT (packetKind: transport, mutatesWorkspace: false): every call goes against the external hosted Mobbin service, never this repo, and it produces no design tokens or Style Reference of its own. When a measured Style Reference of real, extracted design tokens is also wanted, pair with sk-design-md-generator. Deep operational detail lives in references/tool-surface.md and references/mcp-wiring.md.
Discovery status (read first). The
mobbinCode Mode manual IS REGISTERED in this repo's.utcp_config.json(registered 2026-07-16 by an operator; this packet never edits the config), and live discovery RAN 2026-07-16, pre-auth (fixture:references/discovery-fixture-2026-07-16.json):list_toolsreturned THREE read tools — registry namesmobbin.mobbin.{search_screens,search_flows,search_sections}(dot-separated), TS callablesmobbin.mobbin_search_screens(...)etc. per the fixture'sAccess as:lines — superseding the research's one-public-tool baseline. Operator browser OAuth is still pending for CALLS. Per-sessiontool_infore-confirmation stays MANDATORY before relying on any name: confirm, then call, and fail closed on drift.Access trap. Mobbin MCP access is documented for Pro, Team, and Enterprise — not Free. Authentication is browser OAuth only (DCR + PKCE S256,
openidscope): no static API key or auth env var exists for MCP — that question is answered in the negative, not open. Unauthenticated calls return HTTP 401. The service is rate-limited to 60 requests per 60 seconds per user.
What ships with it
41 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.
- assets/utcp-mobbin-manual.md 7.9 KB
- changelog/v1.0.0.0.md 7.5 KB
- changelog/v1.1.0.0.md 1.4 KB
- examples/element-intent-query.md 3.6 KB
- examples/platform-flow-research.md 3.8 KB
- examples/README.md 4.3 KB
- examples/smoke-search-limit-1.md 3.7 KB
- feature-catalog/apps/apps.md 3.9 KB
- feature-catalog/elements/elements.md 3.9 KB
- feature-catalog/feature-catalog.md 8.9 KB
- feature-catalog/flows/flows.md 4.3 KB
- feature-catalog/screens/screens.md 4.2 KB
- INSTALL-GUIDE.md 18 KB
- manual-testing-playbook/discovery-setup/discovery-first.md 6.5 KB
- manual-testing-playbook/discovery-setup/manual-registered-expected.md 6.4 KB
- manual-testing-playbook/intra-routing-recall/apps.md 4.7 KB
- manual-testing-playbook/intra-routing-recall/elements.md 4.8 KB
- manual-testing-playbook/intra-routing-recall/flows.md 4.6 KB
- manual-testing-playbook/intra-routing-recall/holdout-flows.md 5.7 KB
- manual-testing-playbook/intra-routing-recall/holdout-screens.md 5.7 KB
- manual-testing-playbook/intra-routing-recall/negative.md 5.8 KB
- manual-testing-playbook/intra-routing-recall/screens.md 4.7 KB
- manual-testing-playbook/intra-routing-recall/troubleshoot.md 5.0 KB
- manual-testing-playbook/intra-routing-recall/wiring.md 5.1 KB
- manual-testing-playbook/limits-access/paid-gate-taxonomy.md 7.1 KB
- manual-testing-playbook/limits-access/rate-limit-backoff.md 6.4 KB
- manual-testing-playbook/manual-testing-playbook.md 40 KB
- manual-testing-playbook/pairing/design-pairing.md 6.4 KB
- manual-testing-playbook/read-only/flow-intent.md 5.8 KB
- manual-testing-playbook/read-only/platform-filter.md 6.3 KB
- manual-testing-playbook/read-only/screens-search.md 6.1 KB
- manual-testing-playbook/safety-gate/config-mutation-refused.md 6.6 KB
- mcp-servers/mobbin-mcp/README.md 5.5 KB
- README.md 18 KB
- references/discovery-fixture-2026-07-16.json 28 KB
- references/mcp-wiring.md 11 KB
- references/tool-surface.md 14 KB
- references/troubleshooting.md 6.2 KB
- scripts/doctor.sh 5.0 KB runs code
- scripts/install.sh 3.8 KB runs code
- scripts/README.md 3.6 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 Changed d1dea40d6af6
- 9d ago First seen · 417 lines · 41 tokens per session scan A 40ef07958ebc
mcp-mobbin is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 9,176 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.