webflow-designer-api

webflow-designer-api is a skill for Claude Code from 224-Industries/webflow-skills. It costs 90 tokens per session (1,015 once invoked), scanned A, original, MIT.

A guide to Webflow's Designer API, which lets code modify or inspect things inside the Webflow visual editor. It covers either full Designer Extensions or small scripts run in the Designer API Playground.

In plain words
What is it for?
Use it to build Designer Extensions or write Playground snippets that manipulate Webflow designs.
Why use it?
It helps choose the right workflow and provides guidance for elements, styles, pages, components, variables, assets, errors, and setup.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the webflow-agent-skills plugin — 5 skills shipped together

Good fit Use it to build Designer Extensions or write Playground snippets that manipulate Webflow designs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/224-industries/webflow-skills/webflow-designer-api
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.

Any agent
npx skills add 224-Industries/webflow-skills --skill webflow-designer-api
Clone the repo
git clone --depth 1 https://github.com/224-Industries/webflow-skills

Made for: Claude Code.

Or install webflow-agent-skills, the plugin that ships this one along with the rest of its 5 skills.

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-designer-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/224-industries/webflow-skills/webflow-designer-api/github.svg)](https://agentmods.dev/skills/224-industries/webflow-skills/webflow-designer-api)
Your own site
<a href="https://agentmods.dev/skills/224-industries/webflow-skills/webflow-designer-api"><img src="https://agentmods.dev/badge/skills/224-industries/webflow-skills/webflow-designer-api/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.

agentmods 80×15 button for webflow-designer-api

Your own site · 80×15
<a href="https://agentmods.dev/skills/224-industries/webflow-skills/webflow-designer-api"><img src="https://agentmods.dev/badge/skills/224-industries/webflow-skills/webflow-designer-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,015 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00090 $0.01015
Opus 5 $0.00045 $0.00508
Sonnet 5 $0.00018 $0.00203
Haiku 4.5 $0.00009 $0.00102

Measured 8d ago against content hash a98fec4c3fa6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

webflow-designer-api 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/search_references.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/webflow-designer-api/SKILL.md · 72 lines

How it starts

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

Webflow Designer API

This skill helps users work with the Webflow Designer API through two workflows. Start by asking the user which workflow they'd like to use, or infer from context if it's obvious.

Workflows

1. Designer Extensions

Build full extensions with a UI that run inside the Webflow Designer as iframes. Best for reusable tools, complex workflows, and apps you want to ship to a team or the Marketplace. → See references/designer-extension-workflow.md

2. Designer API Playground

Write and run standalone code snippets directly in the Playground app inside the Designer. Best for quick prototyping, testing API methods, learning the API, and one-off automations. → See references/playground-workflow.md

Reference Documentation

Each reference file includes YAML frontmatter with name, description, and tags for searchability. Use the search script available in scripts/search_references.py to quickly find relevant references by tag or keyword.

Designer API References

Both workflows use the same webflow.* Designer API. Once you know the workflow, use these references to write the actual code:

Read the full file on GitHub · 72 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. 8d ago First seen · 72 lines · 90 tokens per session scan A a98fec4c3fa6

Subscribe to this mod's changes

webflow-designer-api is a skill published in the GitHub repository 224-Industries/webflow-skills (9 stars, last pushed 27d ago), licensed MIT. It adds 90 tokens to every session and 1,015 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

playground

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

anthropics/claude-plugins-official · 53 tokens

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics/claude-plugins-official · 40 tokens

fixing-accessibility

Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.

ibelick/ui-skills · 45 tokens

baseline-ui

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

ibelick/ui-skills · 34 tokens

generative-ui

Design system and guidelines for Claude's built-in generative UI — the showwidget tool that renders interactive HTML/SVG widgets inline in claude.ai conversations. This skill provides the complete Anthropic "Imagine" design system so Claude produces high-quality widgets without needing to call readme first. Use this…

himself65/finance-skills · 205 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens