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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/webflow-skills:custom-code-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Webflow custom code: **register** (store script) → **apply** (attach to site). Inline scripts only via MCP (max 10,000 chars).
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.
npx claudepluginhub webflow/webflow-skills --plugin webflow-skillsExecutes Webflow Data API v2 for sites management, pages metadata, forms submissions, ecommerce products/orders/inventory, and custom code.
Guides deployment of existing Power Pages code sites to environments using PAC CLI. Verifies tooling, authenticates, confirms targets, builds, and uploads.
Edit Elementor pages on WordPress sites: WP-CLI for text/image updates, browser automation for styling, layouts, sections, and templates.