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/unbounce/agent-plugins/mcp-modernizenpx skills add unbounce/agent-plugins --skill mcp-modernizegit clone --depth 1 https://github.com/unbounce/agent-pluginsWrote 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/unbounce/agent-plugins/mcp-modernize)<a href="https://agentmods.dev/skills/unbounce/agent-plugins/mcp-modernize"><img src="https://agentmods.dev/badge/skills/unbounce/agent-plugins/mcp-modernize.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 | $0.00118 | $0.02031 |
| Opus 5 | $0.00059 | $0.01015 |
| Sonnet 5 | $0.00024 | $0.00406 |
| Haiku 4.5 | $0.00012 | $0.00203 |
Grade A, and why
mcp-modernize 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 4d 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 — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Modernizing an Unbounce page (responsive rewrite)
Turn a page built in the Unbounce builder into clean, responsive flexbox/grid HTML — pixel-faithful to the original on desktop, reflowing sensibly on mobile. This is a REPLICATION task with zero creative latitude: same copy, same images, same fonts, same colors, same element counts. The only thing that changes is the layout model (absolute positioning → flex/grid).
The pipeline is two deliberate stages:
- Import —
create_variant_from_existing_variantclones the builder-built source into an MCP-managed variant that renders identically (deterministic; every string, image URL, font, and form field lands in the copy verbatim). - Rewrite (this skill) — read that copy, restructure its layout to
responsive flex/grid, and write it back in place with
update_variant_from_html.
Extraction fidelity is stage 1's job and it is deterministic — never work from the original builder page directly, and never re-derive content from screenshots or memory. Your job is only the layout transformation.
Language with the user
Never say "modernize", "modernization", "replica", or platform-internal terms to the user. Their page is fine; say "make your page responsive" and "an editable copy of your page". The result cannot be edited in the Unbounce builder — all future edits go through MCP tools; say so at handover, and never suggest the builder.
Workflow
Step 1 — Resolve the target. Identify the page (list_client_pages) and
variant (list_page_variants). If the target variant is builder-built (not
MCP-managed), tell the user in one line what is about to happen — e.g. "I'll
create an editable copy of your page, then make that copy responsive — your
original stays untouched" — then run create_variant_from_existing_variant
(no target_page ⇒ new page). No further permission ceremony is needed; the
copy is additive and safe. Relay any conversion warnings honestly. A
fixed-width "autoscale" source converts fine — the conversion report notes that
runtime viewport scaling isn't preserved; that is expected and harmless here,
because you rewrite the page responsive from scratch (Step 4), discarding the
scaling entirely. If the target is already an MCP-managed imported copy, skip
straight to Step 2.
What ships with it
5 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.
- 4d ago First seen · 143 lines · 118 tokens per session scan A 158add4b4cd3
mcp-modernize is a skill published in the GitHub repository unbounce/agent-plugins (1 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 2,031 once invoked, about $0.0006 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-31.
Other skills, from other repositories
webinar-registration-page
Build a webinar or live event registration page as a self-contained HTML file with countdown timer, speaker bio, agenda, and registration form. Triggers on: "build a webinar registration page", "create a webinar sign-up page", "event registration landing page", "live training registration page", "workshop sign-up…
landing-page-creator
Build high-converting affiliate landing pages as single self-contained HTML files. Triggers on: "create a landing page for", "build a landing page", "product landing page", "affiliate landing page", "comparison page for", "vs page", "single product page", "conversion page", "sales page for affiliate", "landing page…
product-showcase-page
Build a single-product deep-dive showcase page as a self-contained HTML file. Triggers on: "build a product showcase page", "deep dive landing page for [product]", "create a product spotlight page", "product feature page", "single product page", "detailed page about [product]", "build a page showing everything about…
squeeze-page-builder
Build email capture landing pages (squeeze pages) as single self-contained HTML files. Triggers on: "build a squeeze page", "email capture page", "lead magnet page", "create an opt-in page", "build an email list page", "lead capture landing page", "create a freebie page", "build a page to collect emails", "opt-in…
bonus-stack-builder
Design exclusive bonus packages that make YOUR affiliate link the obvious choice. Triggers on: "create bonuses for", "bonus stack", "what bonuses should I offer", "bonus ideas for", "exclusive bonuses", "differentiate my affiliate link", "why buy through my link", "affiliate bonuses", "bonus package", "what can I…
grand-slam-offer
Design irresistible affiliate offers using the Hormozi Grand Slam framework. Triggers on: "create an offer for", "design my offer", "grand slam offer", "make an irresistible offer", "why should someone buy through my link", "offer framework", "value proposition for", "Hormozi offer", "offer stack", "make my offer…