mcp-modernize

mcp-modernize is a skill for Claude Code, Codex from unbounce/agent-plugins. It costs 118 tokens per session (2,031 once invoked), scanned A, original, MIT.

A workflow for converting an Unbounce page variant into responsive HTML using the Unbounce service. Responsive HTML rearranges content to fit different screen sizes.

In plain words
What is it for?
Cloning an existing Unbounce variant, extracting its exact content, and rewriting its layout with CSS flexbox or grid.
Why use it?
It replaces fixed, absolute positioning with layouts that can reflow on phones and desktops while preserving the original page’s content and appearance.

Skill for Claude CodeCodex

Part of the unbounce-mcp plugin — 3 skills, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/unbounce/agent-plugins/mcp-modernize
Any agent
npx skills add unbounce/agent-plugins --skill mcp-modernize
Clone the repo
git clone --depth 1 https://github.com/unbounce/agent-plugins

Made for: Claude Code, Codex.

Or install unbounce-mcp, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

Wrote 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.

agentmods badge for mcp-modernize

README.md
[![agentmods](https://agentmods.dev/badge/skills/unbounce/agent-plugins/mcp-modernize.svg)](https://agentmods.dev/skills/unbounce/agent-plugins/mcp-modernize)
Your own site
<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>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 158add4b4cd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/unbounce-mcp/skills/mcp-modernize/SKILL.md · 143 lines

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:

  1. Importcreate_variant_from_existing_variant clones 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).
  2. 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.

Read the full file on GitHub · 143 lines

Files

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.

Changes

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.

  1. 4d ago First seen · 143 lines · 118 tokens per session scan A 158add4b4cd3

Subscribe to this mod's changes

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.

Related

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…

Affitor/affiliate-skills · 115 tokens

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…

Affitor/affiliate-skills · 107 tokens

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…

Affitor/affiliate-skills · 110 tokens

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…

Affitor/affiliate-skills · 114 tokens

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…

Affitor/affiliate-skills · 87 tokens

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…

Affitor/affiliate-skills · 100 tokens