site-audit by webflow/webflow-skills
npx skills add https://github.com/webflow/webflow-skills --skill site-audit对 Webflow 站点的结构、内容健康状况和质量进行全面审计,提供详细分析和多种导出格式。
所有操作必须始终使用 Webflow MCP 工具:
data_sites_tool 工具,配合 list_sites 操作来列出可用站点data_sites_tool 工具,配合 get_site 操作来获取详细的站点信息data_pages_tool 工具,配合 list_pages 操作来检索所有页面data_cms_tool 工具,配合 get_collection_list 操作来列出 CMS 集合广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
data_cms_tool 工具,配合 get_collection_details 操作来获取详细的集合模式data_cms_tool 工具,配合 list_collection_items 操作来统计项目数量webflow_guide_tool 工具获取最佳实践context 参数(15-25 个单词,第三人称视角)data_sites_tool 工具,配合 get_site 操作来检索:
data_pages_tool 工具,配合 list_pages 操作来获取所有页面data_cms_tool 工具,配合 get_collection_list 操作collections_get 工具获取详细模式collections_items_list_items 工具统计项目数量用户提示:
Give me a complete inventory of my site.
步骤 1:初始报告(标准清单)
📊 站点审计:MCP Demo#1
**站点详情:**
- 站点 ID:6924868ede9d3fbbc3195eb0
- 最后发布:January 9, 2026
- 最后更新:January 9, 2026
- 时区:Asia/Calcutta
- 主要语言环境:English (en)
---
**页面(共 2 个):**
静态页面(1):
├── 主页 (/)
CMS 模板页面(1):
└── 博客文章模板 (/post)
- 集合:Blog Posts
---
**CMS 集合(1):**
Blog Posts (9 个项目)
├── Slug:post
├── 字段(8):
│ ├── 名称 (PlainText, 必填)
│ ├── Slug (PlainText, 必填)
│ ├── 文章正文 (RichText)
│ ├── 文章摘要 (PlainText)
│ ├── 主图片 (Image)
│ ├── 缩略图 (Image)
│ ├── 精选?(Switch)
│ └── 颜色 (Color)
---
**摘要:**
- ✅ 2 个页面(1 个静态,1 个 CMS 模板)
- ✅ 1 个 CMS 集合,包含 9 个已发布项目
- ✅ 站点已完全发布且为最新状态
您是否需要详细分析或特定格式的导出?
步骤 2:详细分析(当用户请求时)
🔍 详细分析:MCP Demo#1
**内容健康度评分:85/100**
✅ 优势:
- 所有集合都有项目(无空集合)
- 所有页面都已发布(无草稿)
- 站点最近已发布(Jan 9, 2026)
- Blog Posts 中的字段结构一致
⚠️ 待改进之处:
- 模板页面上缺少 SEO 元数据(缺少 meta description)
- 页面数量有限(考虑添加关于、联系页面)
- 无引用字段(可以将分类/作者链接到文章)
💡 建议:
1. 为所有页面添加 meta description 以优化 SEO
2. 考虑创建一个 Categories 集合来组织文章
3. 添加一个 Authors 集合以支持多作者博客
4. 创建导航页面(关于、联系、隐私政策)
**集合细分:**
Blog Posts:
- 9 个已发布项目(0 个草稿,0 个已归档)
- 5 篇精选文章(56%)
- 所有必填字段均已填充 ✓
- 字段使用情况:
- 名称:100% (9/9)
- Slug:100% (9/9)
- 文章正文:100% (9/9)
- 文章摘要:100% (9/9)
- 主图片:100% (9/9)
- 缩略图:100% (9/9)
- 精选:100% (9/9)
- 颜色:100% (9/9)
**项目样本:**
1. "Why Webflow is the Best Choice for 2026" (精选)
2. "Top Webflow Features to Look Forward to in 2026"
3. "Webflow vs. Competitors: Who Will Win in 2026?" (精选)
---
导出此清单吗?(markdown/json/csv/no)
步骤 3:导出选项
📥 导出格式选项:
1. **Markdown** - 人类可读的文档
- 非常适合 README 文件、维基、文档
- 保留结构和格式
2. **JSON** - 机器可读的结构化数据
- 非常适合迁移、集成
- 包含所有原始 API 数据
3. **CSV** - 兼容电子表格
- 易于在 Excel/Google Sheets 中分析
- 页面和集合有单独的文件
您想要哪种格式?(1/2/3)
站点信息:
sites_get 获取完整的站点详情用户选项: 提供多种详细级别:
页面分类:
页面健康检查:
集合详情: 对于每个集合,显示:
字段分析: 按类型分类:
字段验证:
内容健康度评分(0-100): 基于以下因素计算:
问题检测:
建议: 基于以下情况提出改进建议:
Markdown 导出:
# 站点审计:[站点名称]
## 站点信息
- ID:[site-id]
- 最后发布:[date]
## 页面
### 静态页面
- 主页 (/)
- 关于 (/about)
### CMS 模板
- 博客文章 (/post/[slug])
## 集合
### Blog Posts (47 个项目)
**字段:**
- 标题 (PlainText, 必填)
- Slug (PlainText, 必填)
- 内容 (RichText)
...
JSON 导出:
{
"site": {
"id": "...",
"name": "...",
"lastPublished": "..."
},
"pages": [...],
"collections": [...]
}
CSV 导出: 生成单独的文件:
pages.csv:包含元数据的所有页面collections.csv:集合元数据fields.csv:所有集合中的所有字段items.csv:每个集合的项目数量批量处理:
错误处理:
pages_list 失败,继续处理集合collections_get 失败,显示基本的集合信息数据效率:
只读操作:
清晰组织:
可操作的输出:
版本跟踪: 如果用户多次运行清单:
每周安装量
101
代码仓库
GitHub 星标数
36
首次出现
Jan 21, 2026
安全审计
安装于
cursor91
opencode87
gemini-cli86
codex85
github-copilot80
amp78
Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats.
ALWAYS use Webflow MCP tools for all operations:
data_sites_tool with action list_sites for listing available sitesdata_sites_tool with action get_site for detailed site informationdata_pages_tool with action list_pages for retrieving all pagesdata_cms_tool with action get_collection_list for listing CMS collectionsdata_cms_tool with action get_collection_details for detailed collection schemasdata_cms_tool with action list_collection_items for counting itemswebflow_guide_tool to get best practices before startingcontext parameter (15-25 words, third-person perspective)data_sites_tool with action get_site to retrieve:
data_pages_tool with action list_pages to fetch all pagesdata_cms_tool with action get_collection_listcollections_getcollections_items_list_itemsUser prompt:
Give me a complete inventory of my site.
Step 1: Initial Report (Standard Inventory)
📊 Site Audit: MCP Demo#1
**Site Details:**
- Site ID: 6924868ede9d3fbbc3195eb0
- Last published: January 9, 2026
- Last updated: January 9, 2026
- Timezone: Asia/Calcutta
- Primary locale: English (en)
---
**Pages (2 total):**
Static Pages (1):
├── Home (/)
CMS Template Pages (1):
└── Blog Posts Template (/post)
- Collection: Blog Posts
---
**CMS Collections (1):**
Blog Posts (9 items)
├── Slug: post
├── Fields (8):
│ ├── Name (PlainText, required)
│ ├── Slug (PlainText, required)
│ ├── Post Body (RichText)
│ ├── Post Summary (PlainText)
│ ├── Main Image (Image)
│ ├── Thumbnail image (Image)
│ ├── Featured? (Switch)
│ └── Color (Color)
---
**Summary:**
- ✅ 2 pages (1 static, 1 CMS template)
- ✅ 1 CMS collection with 9 published items
- ✅ Site fully published and up-to-date
Would you like a detailed analysis or export in a specific format?
Step 2: Detailed Analysis (when user requests)
🔍 Detailed Analysis: MCP Demo#1
**Content Health Score: 85/100**
✅ Strengths:
- All collections have items (no empty collections)
- All pages are published (no drafts)
- Site recently published (Jan 9, 2026)
- Consistent field structure in Blog Posts
⚠️ Areas for Improvement:
- No SEO metadata on template page (missing meta description)
- Limited page count (consider adding About, Contact pages)
- No reference fields (could link categories/authors to posts)
💡 Recommendations:
1. Add meta descriptions to all pages for better SEO
2. Consider creating a Categories collection for post organization
3. Add an Authors collection for multi-author blog support
4. Create navigation pages (About, Contact, Privacy Policy)
**Collection Breakdown:**
Blog Posts:
- 9 published items (0 drafts, 0 archived)
- 5 featured posts (56%)
- All required fields populated ✓
- Field usage:
- Name: 100% (9/9)
- Slug: 100% (9/9)
- Post Body: 100% (9/9)
- Post Summary: 100% (9/9)
- Main Image: 100% (9/9)
- Thumbnail: 100% (9/9)
- Featured: 100% (9/9)
- Color: 100% (9/9)
**Sample Items:**
1. "Why Webflow is the Best Choice for 2026" (featured)
2. "Top Webflow Features to Look Forward to in 2026"
3. "Webflow vs. Competitors: Who Will Win in 2026?" (featured)
---
Export this inventory? (markdown/json/csv/no)
Step 3: Export Options
📥 Export Format Options:
1. **Markdown** - Human-readable documentation
- Great for README files, wikis, documentation
- Preserves structure and formatting
2. **JSON** - Machine-readable structured data
- Perfect for migrations, integrations
- Includes all raw API data
3. **CSV** - Spreadsheet-friendly
- Easy to analyze in Excel/Google Sheets
- Separate files for pages and collections
Which format would you like? (1/2/3)
Site Information:
sites_getUser Options: Offer multiple detail levels:
Page Categorization:
Page Health Checks:
Collection Details: For each collection, show:
Field Analysis: Categorize by type:
Field Validation:
Content Health Score (0-100): Calculate based on:
Issue Detection:
Recommendations: Suggest improvements based on:
Markdown Export:
# Site Audit: [Site Name]
## Site Information
- ID: [site-id]
- Last Published: [date]
## Pages
### Static Pages
- Home (/)
- About (/about)
### CMS Templates
- Blog Post (/post/[slug])
## Collections
### Blog Posts (47 items)
**Fields:**
- Title (PlainText, required)
- Slug (PlainText, required)
- Content (RichText)
...
JSON Export:
{
"site": {
"id": "...",
"name": "...",
"lastPublished": "..."
},
"pages": [...],
"collections": [...]
}
CSV Export: Generate separate files:
pages.csv: All pages with metadatacollections.csv: Collection metadatafields.csv: All fields across collectionsitems.csv: Item counts per collectionBatch Processing:
Error Handling:
pages_list fails, continue with collectionscollections_get fails, show basic collection infoData Efficiency:
Read-Only Operation:
Clear Organization:
Actionable Output:
Version Tracking: If user runs inventory multiple times:
Weekly Installs
101
Repository
GitHub Stars
36
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
cursor91
opencode87
gemini-cli86
codex85
github-copilot80
amp78
Schema标记专家指南:结构化数据实现与SEO优化,提升富媒体搜索结果
32,700 周安装