webflow

webflow is a skill for Claude Code from Yesterday-AI/skills. It costs 108 tokens per session (1,379 once invoked), scanned A, original, MIT.

An integration for managing Webflow websites through Webflow’s official tools. Webflow is a visual website builder with pages, reusable content, files and publishing controls.

In plain words
What is it for?
Use it to manage pages, CMS content, assets, components, styles, variables, custom code, comments, translations and publishing.
Why use it?
It lets an agent inspect and update website content and design settings without switching between separate management tasks. It also makes clear that some design operations require the Webflow Designer to be open.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the webflow plugin — 1 skill, 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/yesterday-ai/skills/webflow
Any agent
npx skills add Yesterday-AI/skills --skill webflow
Clone the repo
git clone --depth 1 https://github.com/Yesterday-AI/skills

Made for: Claude Code.

Or install webflow, the plugin that ships this one along with the rest of its 1 skill, 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 webflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/yesterday-ai/skills/webflow.svg)](https://agentmods.dev/skills/yesterday-ai/skills/webflow)
Your own site
<a href="https://agentmods.dev/skills/yesterday-ai/skills/webflow"><img src="https://agentmods.dev/badge/skills/yesterday-ai/skills/webflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,379 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.1 $0.00108 $0.01379
Opus 5 $0.00054 $0.00690
Sonnet 5 $0.00022 $0.00276
Haiku 4.5 $0.00011 $0.00138

Measured 6d ago against content hash 052d0ab405d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

webflow 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 6d 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/webflow/skills/webflow/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Webflow 🪂

Read and edit Webflow sites through the official Webflow MCP server: pages, CMS, assets, components, styles, variables, custom code, comments, localization, and publishing.

Setup

This plugin ships the Webflow MCP server (.mcp.jsonwebflow, remote HTTP at https://mcp.webflow.com/mcp). It registers automatically when the plugin is enabled — no claude mcp add, no API key.

You only need to authenticate (OAuth) once:

  1. Call the authenticate tool, open the returned URL, authorize.
  2. The real tools load automatically once the flow completes. If the localhost/callback page errors, pass the full address-bar URL to complete_authentication.

Verify with a real call before claiming success — e.g. data_sites_toollist_sites. "Connected" in /mcp is not proof; run a tool.

Standalone (no plugin)? Add the server by hand: claude mcp add webflow --transport http https://mcp.webflow.com/mcp.

Two tool tiers — read this first

Tier Tools Needs Designer open?
Data API (REST) data_sites_tool, data_pages_tool, data_cms_tool, data_assets_tool, data_scripts_tool, data_comments_tool, data_localization_tool No — works headless
Designer API (live canvas) de_page_tool, de_component_tool, element_tool, element_builder, whtml_builder, style_tool, variable_tool, asset_tool, element_snapshot_tool Yes

Designer tools require the Webflow Designer open in a browser tab, in the foreground, with the MCP Bridge app running. When the tab goes to the background or idle, calls time out / "Unable to connect" — the server returns a Bridge-app link; share it as a markdown link and ask the user to reopen the Designer and keep it foreground, then retry.

Always call webflow_guide_tool once at the start of a Designer session (the server requires it before other tools). ask_webflow_ai answers Webflow how-to questions.

Core workflows

Inventory / audit (headless)

Read the full file on GitHub · 118 lines

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. 6d ago First seen · 118 lines · 108 tokens per session scan A 052d0ab405d0

Subscribe to this mod's changes

webflow is a skill published in the GitHub repository Yesterday-AI/skills (2 stars, last pushed 3d ago), licensed MIT. It adds 108 tokens to every session and 1,379 once invoked, about $0.0005 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

gsap-scrolltrigger

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

calesthio/OpenMontage · 68 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

calesthio/OpenMontage · 46 tokens

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

calesthio/OpenMontage · 67 tokens

gsap-timeline

Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).

calesthio/OpenMontage · 61 tokens

hyperframes-registry

Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet…

calesthio/OpenMontage · 86 tokens