webflow-designer-api
Webflow Designer APIを活用し、デザイナー拡張機能の構築やコード生成を通じて、要素操作、スタイル設定、コンポーネント管理などを効率的に行うSkill。
📜 元の英語説明(参考)
Work with the Webflow Designer API — either by building Designer Extensions (iframes inside the Webflow Designer) or by generating code snippets for the Designer API Playground. Covers element manipulation, styles, components, pages, variables, assets, error handling, CLI usage, and UI design patterns. Use when creating, debugging, or modifying Designer Extensions, OR when the user wants to run Designer API code in the Playground app.
🇯🇵 日本人クリエイター向け解説
Webflow Designer APIを活用し、デザイナー拡張機能の構築やコード生成を通じて、要素操作、スタイル設定、コンポーネント管理などを効率的に行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o webflow-designer-api.zip https://jpskill.com/download/6545.zip && unzip -o webflow-designer-api.zip && rm webflow-designer-api.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/6545.zip -OutFile "$d\webflow-designer-api.zip"; Expand-Archive "$d\webflow-designer-api.zip" -DestinationPath $d -Force; ri "$d\webflow-designer-api.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
webflow-designer-api.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
webflow-designer-apiフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Webflow Designer API
このスキルは、2つのワークフローを通じてユーザーがWebflow Designer APIを操作するのに役立ちます。まず、ユーザーにどちらのワークフローを使用したいか尋ねるか、文脈から明らかであれば推測してください。
ワークフロー
1. Designer Extensions
Webflow Designer内でiframeとして動作するUIを備えた完全な拡張機能を構築します。再利用可能なツール、複雑なワークフロー、チームやマーケットプレイスに出荷したいアプリに最適です。 → references/designer-extension-workflow.md を参照してください。
2. Designer API Playground
Designer内のPlaygroundアプリで、スタンドアロンのコードスニペットを直接記述して実行します。迅速なプロトタイピング、APIメソッドのテスト、APIの学習、および一度限りの自動化に最適です。 → references/playground-workflow.md を参照してください。
リファレンスドキュメント
各リファレンスファイルには、検索性を高めるための name、description、tags を含むYAMLフロントマターが含まれています。scripts/search_references.py で利用可能な検索スクリプトを使用して、タグまたはキーワードで関連するリファレンスをすばやく見つけることができます。
Designer APIリファレンス
どちらのワークフローも同じ webflow.* Designer APIを使用します。ワークフローがわかったら、これらのリファレンスを使用して実際のコードを記述してください。
- references/designer-apis-reference.md — すべての
webflow.*メソッドを1つの表にまとめたもの(ここから始めてください) - references/elements-api.md — 要素の選択、挿入、プリセット、および要素ビルダー
- references/styles-api.md — スタイルの作成、CSSプロパティの設定、ブレークポイント、および擬似状態
- references/components-api.md — コンポーネントの定義、インスタンス、および編集コンテキスト
- references/pages-api.md — ページとフォルダーの管理
- references/variables-api.md — デザイントークン変数とコレクション
- references/assets-api.md — アセットのアップロードと管理
- references/extension-utilities.md — サイト情報、イベント、通知、アプリ検出、認証
- references/error-handling.md — エラー構造、原因タグ、および回復パターン
- references/code-examples.md — 複数のAPIを組み合わせたクロスAPIワークフローの例
デザインとマーケットプレイスのリファレンス
- references/design-guidelines.md — ネイティブWebflowの外観のためのUIデザイン
- references/register-app.md — Webflow Appの登録と機能の構成
- references/marketplace-guidelines.md — マーケットプレイスのレビュー基準
- references/app-submission-and-listing.md — アプリの提出とリスティングの作成
- references/faq.md — FAQとトラブルシューティング
リファレンスの検索
# メタデータ付きのすべてのリファレンスをリスト表示
python scripts/search_references.py --list
# タグで検索(完全一致)
python scripts/search_references.py --tag <tag>
# キーワードで検索(名前、説明、タグ、コンテンツ全体)
python scripts/search_references.py --search <query>
スクリプトとアセット
scripts/search_references.py: タグ、キーワードでリファレンスファイルを検索したり、メタデータ付きのすべてをリスト表示したりします。assets/webflow-variables.css— Webflowのデザインシステム用のCSS変数assets/install-playground-prompt.md— Claude CoworkまたはClaude Chrome Extension経由でDesigner API Playgroundをインストールするためのコピー可能なプロンプト
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Webflow Designer API
This skill helps users work with the Webflow Designer API through two workflows. Start by asking the user which workflow they'd like to use, or infer from context if it's obvious.
Workflows
1. Designer Extensions
Build full extensions with a UI that run inside the Webflow Designer as iframes. Best for reusable tools, complex workflows, and apps you want to ship to a team or the Marketplace. → See references/designer-extension-workflow.md
2. Designer API Playground
Write and run standalone code snippets directly in the Playground app inside the Designer. Best for quick prototyping, testing API methods, learning the API, and one-off automations. → See references/playground-workflow.md
Reference Documentation
Each reference file includes YAML frontmatter with name, description, and tags for searchability. Use the search script available in scripts/search_references.py to quickly find relevant references by tag or keyword.
Designer API References
Both workflows use the same webflow.* Designer API. Once you know the workflow, use these references to write the actual code:
- references/designer-apis-reference.md — All
webflow.*methods in one table (start here) - references/elements-api.md — Element selection, insertion, presets, and the element builder
- references/styles-api.md — Creating styles, setting CSS properties, breakpoints, and pseudo-states
- references/components-api.md — Component definitions, instances, and editing context
- references/pages-api.md — Page and folder management
- references/variables-api.md — Design token variables and collections
- references/assets-api.md — Asset upload and management
- references/extension-utilities.md — Site info, events, notifications, app discovery, authentication
- references/error-handling.md — Error structure, cause tags, and recovery patterns
- references/code-examples.md — Cross-API workflow examples combining multiple APIs
Design & Marketplace References
- references/design-guidelines.md — UI design for native Webflow look
- references/register-app.md — Registering a Webflow App and configuring capabilities
- references/marketplace-guidelines.md — Marketplace review criteria
- references/app-submission-and-listing.md — Submitting your app and creating a listing
- references/faq.md — FAQ and troubleshooting
Searching References
# List all references with metadata
python scripts/search_references.py --list
# Search by tag (exact match)
python scripts/search_references.py --tag <tag>
# Search by keyword (across name, description, tags, and content)
python scripts/search_references.py --search <query>
Scripts and Assets
scripts/search_references.py: Search reference files by tag, keyword, or list all with metadataassets/webflow-variables.css— CSS variables for Webflow's design systemassets/install-playground-prompt.md— Copyable prompt for installing the Designer API Playground via Claude Cowork or the Claude Chrome Extension