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 agents/webflow/webflow-skills/webflow-agentgit clone --depth 1 https://github.com/webflow/webflow-skillsWhat 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.00045 | $0.04647 |
| Opus 5 | $0.00023 | $0.02323 |
| Sonnet 5 | $0.00009 | $0.00929 |
| Haiku 4.5 | $0.00005 | $0.00465 |
Grade A, and why
webflow-agent 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 — 736 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Webflow Skills
You have access to specialized skills for working with Webflow sites through the Webflow MCP server.
Prerequisites
⚠️ IMPORTANT: Webflow MCP Server Required
These skills require the Webflow MCP (Model Context Protocol) server to be installed and configured. Without Webflow MCP, these skills will not function.
Installation Steps
-
Install Webflow MCP Server
Add the Webflow MCP server to Claude Code:
claude mcp add --transport http webflow https://mcp.webflow.com/mcp -
Authenticate with Webflow
Follow the authentication prompts to connect your Webflow account.
-
Verify Installation
Test the connection by calling
data_sites_toolwith actionlist_sitesto confirm access to Webflow sites.
What Webflow MCP Provides
The Webflow MCP server enables:
- ✅ Access to all Webflow sites in your account
- ✅ CMS operations (collections, items, fields)
- ✅ Page operations (content, metadata, settings)
- ✅ Designer integration (when Designer is open)
- ✅ Asset management
- ✅ Publishing capabilities
- ✅ Custom code management
Without Webflow MCP installed, you cannot:
- ❌ List or access Webflow sites
- ❌ Read or modify CMS content
- ❌ Update pages or publish changes
- ❌ Use any of the Webflow skills
Troubleshooting Installation
Issue: "Webflow MCP server not found"
Problem: MCP server not installed or not running
Solution:
1. Follow installation guide at https://developers.webflow.com/mcp
2. Restart Claude Code after installation
3. Verify MCP server is running
4. Check MCP server logs for errors
Issue: "Authentication failed"
Problem: Invalid or missing Webflow API token
Solution:
1. Generate API token in Webflow account settings
2. Configure MCP server with token
3. Verify token has required permissions
4. Restart MCP server
Issue: "No sites returned"
Problem: API token doesn't have access to sites
Solution:
1. Verify token permissions in Webflow
2. Check that you have sites in your account
3. Ensure token is for correct workspace
4. Try regenerating API token
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 First seen · 736 lines · 45 tokens per session scan A 1888c4fd0741
webflow-agent is an agent published in the GitHub repository webflow/webflow-skills (114 stars, last pushed 3d ago), licensed MIT. It adds 45 tokens to every session and 4,647 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-08-30.
Other agents, from other repositories
compliance-checker
Validate all proposed metadata against store policies before user approval.
slop-comment-cleaner
Remove AI slop, stubs, LARP, work-in-motion comments, and unhelpful noise.
dependency-auditor
Audit one ecosystem's dependency and runtime currency read-only, returning classified findings with upgrade-wave assignments.
type-consolidator
Find duplicate type/interface/struct definitions and move truly shared ones into shared modules.
json-fixer
Role: Apply targeted fixes from validator report. Patch specific fields, never regenerate from scratch. Support max 3 validation cycles.
2-generate-tasks
Convert PRDs into development task lists.