From webflow-skills
Manages inline custom JavaScript on Webflow sites: add scripts (up to 10k chars, no <script> tags), list registered/applied, delete all. For analytics, pixels, chat widgets.
npx claudepluginhub webflow/webflow-skills --plugin webflow-skillsThis skill uses the workspace's default tool permissions.
Webflow custom code: **register** (store script) → **apply** (attach to site). Inline scripts only via MCP (max 10,000 chars).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars).
ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations:
data_scripts_tool with actions list_registered_scripts / list_applied_scripts - List scriptsdata_scripts_tool with action add_inline_site_script - Register inline script (no <script> tags)data_scripts_tool with action delete_all_site_scripts - Remove ALL scripts (no selective delete)data_sites_tool with action list_sites - List available sitesdata_sites_tool with action list_sites if needed, then call both list tools in parallel<script> tagsdata_scripts_tool with action add_inline_site_script with displayName, sourceCode, version, location, canCopy<script> tags (Webflow adds them)After adding a script, respond with the script name, location, and version. Suggest using the safe-publish skill to publish changes.