Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

designer-tools设计工具

Agent Skill

designer-tools 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,072

周安装

128

GitHub Stars

62

下载量

1,024
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:designer-tools(设计工具)
来源仓库:https://github.com/webflow/webflow-skills
仓库路径:skills/designer-tools
安装命令:
npx skills add https://github.com/webflow/webflow-skills --skill designer-tools
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/webflow/webflow-skills --skill designer-tools

简介

管理 Webflow Designer 内的页面结构与元素组件。

  • 必须通过 Webflow MCP 工具进行操作,禁止越权调用。
  • 支持页面创建、元素获取与属性修改等常规设计任务。
  • 需先获取站点 ID 与页面上下文,否则无法执行具体操作。
  • designer-tools 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Page Structure

Build, inspect, and manage page elements and components in the Webflow Designer.

Important Note

ALWAYS use Webflow MCP tools for all operations:

  • Use Webflow MCP's webflow_guide_tool to get best practices before any other tool call
  • Use Webflow MCP's data_sites_tool with action list_sites to identify the target site
  • Use Webflow MCP's de_page_tool to get current page, switch pages, or create pages/folders
  • Use Webflow MCP's element_tool with action get_all_elements to retrieve page elements
  • Use Webflow MCP's element_tool with action select_element to select a specific element
  • Use Webflow MCP's element_tool with action add_or_update_attribute to update element attributes
  • Use Webflow MCP's element_builder to create new elements
  • Use Webflow MCP's element_snapshot_tool to get visual previews of elements before and after changes
  • Use Webflow MCP's style_tool to create and update styles on elements
  • Use Webflow MCP's de_learn_more_about_styles to check supported style properties
  • Use Webflow MCP's data_components_tool with action list_components to list all site components
  • Use Webflow MCP's data_components_tool with action get_component_content to inspect a component
  • Use Webflow MCP's data_components_tool with action update_component_content to update component content
  • Use Webflow MCP's data_components_tool with action get_component_properties to get component properties
  • Use Webflow MCP's data_components_tool with action update_component_properties to update component properties
  • Use Webflow MCP's de_component_tool to manage component instances in the Designer
  • DO NOT use any other tools or methods for Webflow operations
  • All tool calls must include the required context parameter (15-25 words, third-person perspective)
  • Designer connection required — user must have Webflow Designer open and connected

Instructions

Phase 1: Discovery

  1. Call webflow_guide_tool first — always the first MCP tool call in any workflow
  2. Get the site: Use data_sites_tool with action list_sites to identify the target site. If only one site exists, use it automatically.
  3. Get current page: Use de_page_tool to identify which page is active in the Designer
  4. If user specifies a different page: Use de_page_tool to switch to it before proceeding
  5. Identify the task type:

- Inspect: List elements, view structure, preview → go to Phase 2 - Build/Modify/Delete: Add, update, restructure, remove → go to Phase 3 - Components: List, inspect, update → go to Phase 2 or Phase 3 depending on read vs write

Phase 2: Inspection (read-only operations)

  1. List page elements: Use de_page_tool then element_tool with get_all_elements to retrieve page structure. Present a summary of sections, elements, and nesting.
  2. Preview elements: Use element_snapshot_tool to get visual previews of specific sections
  3. List components: Use data_components_tool with action list_components to list all site components
  4. Inspect a component: Use data_components_tool with action get_component_content or de_component_tool for Designer instances

Phase 3: Planning (before any mutation)

Before creating, updating, or deleting anything: 9. Snapshot current state: Use element_snapshot_tool to capture the area being changed 10. Present the plan: Describe exactly what will be created, modified, or deleted 11. Request explicit confirmation: Ask the user before proceeding: - "Would you like me to proceed with these changes?" - "Shall I go ahead and create this?" - "Do you want me to apply these changes?" - "Before I make changes, here's what I'll do: [plan]. Confirm to proceed." 12. For destructive operations (delete, restructure): Require "confirm" or "delete", warn about child elements that will also be affected

Phase 4: Execution (after confirmation only)

  1. Build elements: Use element_builder to create new elements (max 3 levels deep). For deeper structures, build in multiple passes.
  2. Style elements: Use style_tool to apply or update styles on created or existing elements
  3. Modify elements: Use element_tool with add_or_update_attribute to update attributes, text, or links
  4. Update components: Use data_components_tool with update_component_content or update_component_properties. Use de_component_tool for Designer-level instance changes.
  5. Create pages: Use de_page_tool to create new pages or folders

Phase 5: Verification

  1. Snapshot the result: Use element_snapshot_tool to capture the new state
  2. Report what changed: Summarize the changes made

Examples

Example 1: List page elements

User: "Show me all elements on the homepage"

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to confirm current page is homepage (switch if needed)
  4. Call element_tool with get_all_elements to retrieve page structure
  5. Present organized summary of sections, elements, and nesting

Example 2: Build a hero section

User: "Add a hero section with a heading and CTA button"

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current state
  5. Present plan: "I'll create a Section with a Heading and Button. Would you like me to proceed?"
  6. After confirmation: call element_builder with nested structure
  7. Call style_tool to apply styles (padding, background, typography)
  8. Call element_snapshot_tool to show the result

Example 3: Update a component

User: "Update the footer copyright text to 2026"

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call data_components_tool with list_components to find the footer
  4. Call data_components_tool with get_component_content to inspect it
  5. Present: "I'll update the copyright text from '2025' to '2026'. Would you like me to proceed?"
  6. After confirmation: call data_components_tool with update_component_content
  7. Report the change

Example 4: Restructure a section

User: "Restructure the hero section layout"

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current hero section
  5. Call element_tool to inspect current structure
  6. Present restructuring plan with before/after description
  7. After confirmation: apply changes using element_tool and/or element_builder
  8. Call element_snapshot_tool to show the result

Example 5: Create a two-column layout

User: "Create a two-column layout with text on left and image on right"

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current state
  5. Present plan: "I'll create a Grid with two columns — text block on left, image on right. Would you like me to proceed?"
  6. After confirmation: call element_builder with grid structure
  7. Call style_tool to set grid layout properties
  8. Call element_snapshot_tool to show the result

Guidelines

  • webflow_guide_tool always first — before any other MCP tool in every workflow
  • Snapshot before and after — use element_snapshot_tool before mutations and after to show results
  • Never silently mutate — every write operation requires explicit user confirmation
  • de_page_tool before element_tool — always confirm/switch page before inspecting elements
  • Batch changes need itemized preview — if modifying multiple elements, list each change
  • Prefer Webflow's native layout tools (Grid, Flexbox) over manual positioning
  • Components shared across pages should be updated via data_components_tool (changes propagate)
  • Component instances on a specific page use de_component_tool
  • element_builder supports max 3 levels per call — build deeper structures in stages
  • Check de_learn_more_about_styles for supported style properties when unsure

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.09%
按下载量换算339

Claude

28.29%
按下载量换算290

Cursor

18.24%
按下载量换算187

Gemini CLI

10.57%
按下载量换算108

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills