← スキル一覧に戻る

custom-code-management
by webflow
Official Claude Code skills for Webflow site management
⭐ 8🍴 0📅 2026年1月21日
SKILL.md
name: custom-code-management description: Add, review, or remove inline custom scripts on a Webflow site (up to 10,000 chars). Use for analytics, tracking pixels, chat widgets, or any custom JavaScript.
Custom Code Management
Concepts
Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars).
Important note
ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations:
data_scripts_toolwith actionslist_registered_scripts/list_applied_scripts- List scriptsdata_scripts_toolwith actionadd_inline_site_script- Register inline script (no<script>tags)data_scripts_toolwith actiondelete_all_site_scripts- Remove ALL scripts (no selective delete)data_sites_toolwith actionlist_sites- List available sites
Instructions
View Scripts
- Call
data_sites_toolwith actionlist_sitesif needed, then call both list tools in parallel - Display registration and application status
Add Script
- Gather: name, code, location (header/footer)
- Validate: under 10,000 chars, no
<script>tags - Preview with character count, require "add" to confirm
- Call
data_scripts_toolwith actionadd_inline_site_scriptwith displayName, sourceCode, version, location, canCopy - Remind user to publish
Remove Scripts
- List current scripts
- Warn: removes ALL scripts (no selective delete)
- Require "delete all" to confirm
- Remind user to publish
Constraints
- Max 10,000 characters per script
- Do NOT include
<script>tags (Webflow adds them) - displayName + version must be unique
- Site-level only (no page-specific via MCP)
- Hosted scripts not available via MCP
Response Format
After adding a script, respond with the script name, location, and version. Suggest using the safe-publish skill to publish changes.
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です