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 instructions/webflow/webflow-skills/claude-mdgit 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.00735 | $0.00735 |
| Opus 5 | $0.00367 | $0.00367 |
| Sonnet 5 | $0.00147 | $0.00147 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
webflow-skills CLAUDE.md 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 3d 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Overview
Webflow Skills is a marketplace-ready collection of agent skills for Claude Code, Cursor, and compatible agents. Skills extend agents with specialized Webflow capabilities: CMS management, site auditing, safe publishing, Designer tools, code components, and CLI integration. This is a pure documentation project — no compiled code, just SKILL.md files that guide agent behavior.
Repository Structure
One plugin family lives under plugins/:
- webflow-skills/ — CMS operations, site/asset/link audits, Designer page/component tools, safe publish, FlowKit naming, React code component workflows, CLI wrappers for Cloud, DevLink, and designer extensions, and Webflow University guided onboarding skills
Skills are grouped in the README under Webflow MCP, Webflow CLI, Webflow Code Component, and Webflow University sections. Webflow University skills (e.g. webflow-university:mcp-getting-started) are educational, guided-activity skills.
Key config files:
.mcp.json— MCP server config (Webflow MCP at https://mcp.webflow.com/mcp).claude-plugin/marketplace.json— Claude marketplace entry listing the Webflow Skills plugin.agents/plugins/marketplace.json— Codex marketplace entry listing the Webflow Skills pluginplugins/webflow-skills/.codex-plugin/plugin.json— Codex plugin manifestplugins/webflow-skills/.mcp.json— Symlink to the root.mcp.jsonfor Codex plugin MCP configplugins/webflow-skills/assets/logo.svg— Symlink to the rootassets/logo.svgfor Codex plugin branding.cursor-plugin/plugin.json+marketplace.json— Cursor plugin configagents/webflow-agent.md— Agent setup documentation
CI Validation
CI runs on push/PR to main (.github/workflows/ci.yml):
# What CI checks:
# 1. Required root files: README.md, LICENSE, AGENTS.md, CLAUDE.md (must be symlink)
# 2. Marketplace and plugin configs exist
# 3. Every skill dir under plugins/webflow-skills/skills/ has SKILL.md with name: and description: frontmatter
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.
- 3d ago First seen · 66 lines · 735 tokens per session scan A d410d4252456
webflow-skills CLAUDE.md is an instructions file published in the GitHub repository webflow/webflow-skills (114 stars, last pushed 4d ago), licensed MIT. It adds 735 tokens to every session, about $0.0037 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 instructions, from other repositories
openyida AGENTS.md
Instructions for openyida/openyida, covering openyida — ai agent 开发指引, 项目简介, 项目结构, skill 测评 harness(scripts/eval/) and 关键约定.
lime AGENTS.md
AGENTS.md instructions for limecloud/lime, covering lime 源码仓库指南, 事实源, 工程约束, 协议与质量 and 执行方式.
clean-code-skills clean-code.instructions.md
Instructions for btseee/clean-code-skills, covering clean-code instructions, clean code rules (clean-code-skills), work loop, dependency direction and file and code placement.
claude-skills-management CLAUDE.md
Instructions for hardness1020/claude-skills-management, covering claude.md, plugin release, plugin update and python.
scoop-skills AGENTS.md
AGENTS.md instructions for entr0pia/scoop-skills, covering scoop skills 项目概述, 仓库概述, 项目结构, 技能说明 and scoop-skills.
scoop-skills GEMINI.md
Gemini CLI instructions for entr0pia/scoop-skills, covering scoop skills 项目概述, 仓库概述, 项目结构, 技能说明 and scoop-skills.