[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-webflow-webflow-mcpsite-audit":3,"mdc--mnyt6y-key":37,"related-repo-webflow-webflow-mcpsite-audit":2064,"related-org-webflow-webflow-mcpsite-audit":2185},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":32,"sourceUrl":35,"mdContent":36},"webflow-mcpsite-audit","webflow-mcp:site-audit","audit Webflow site structure and health","Comprehensive audit of a Webflow site including pages, CMS collections, health scoring, and actionable insights. Use for site analysis, migration planning, or understanding site structure.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},"webflow","Webflow","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwebflow.png",[13,17,20,23],{"name":14,"slug":15,"type":16},"SEO","seo","tag",{"name":18,"slug":19,"type":16},"Audit","audit",{"name":21,"slug":22,"type":16},"Migration","migration",{"name":10,"slug":9,"type":16},107,"https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills","2026-04-06T18:57:04.9641",null,17,[30,31],"agent","skills",{"repoUrl":25,"stars":24,"forks":28,"topics":33,"description":34},[30,31],"Official Webflow Agent Skills","https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fwebflow-skills\u002Fskills\u002Fsite-audit","---\nname: webflow-mcp:site-audit\ndescription: Comprehensive audit of a Webflow site including pages, CMS collections, health scoring, and actionable insights. Use for site analysis, migration planning, or understanding site structure.\n---\n\n# Site Audit\n\nComprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats.\n\n## Important Note\n\n**ALWAYS use Webflow MCP tools for all operations:**\n- Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites\n- Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information\n- Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages\n- Use Webflow MCP's `data_cms_tool` with action `get_collection_list` for listing CMS collections\n- Use Webflow MCP's `data_cms_tool` with action `get_collection_details` for detailed collection schemas\n- Use Webflow MCP's `data_cms_tool` with action `list_collection_items` for counting items\n- Use Webflow MCP's `webflow_guide_tool` to get best practices before starting\n- DO NOT use any other tools or methods for Webflow operations\n- All tool calls must include the required `context` parameter (15-25 words, third-person perspective)\n\n## Instructions\n\n### Phase 1: Site Selection & Discovery\n1. **Get site**: Identify the target site. If user does not provide site ID, ask for it.\n2. **Fetch site details**: Use Webflow MCP's `data_sites_tool` with action `get_site` to retrieve:\n   - Site name and ID\n   - Last published date\n   - Last updated date\n   - Timezone\n   - Locales (primary and secondary)\n   - Custom domains\n3. **Ask user preferences**: Ask what level of detail they want:\n   - Quick summary (counts only)\n   - Standard inventory (pages + collections + counts)\n   - Detailed inventory (includes all field schemas, item samples, SEO data)\n   - Full export (everything + export to file format)\n\n### Phase 2: Pages Inventory\n4. **List all pages**: Use Webflow MCP's `data_pages_tool` with action `list_pages` to fetch all pages\n5. **Categorize pages**:\n   - Static pages (no collectionId)\n   - CMS template pages (has collectionId)\n   - Archived pages\n   - Draft pages\n6. **Analyze page structure**:\n   - Count pages by type\n   - Identify pages missing SEO metadata\n   - Detect orphaned pages (no navigation links)\n   - Check for duplicate slugs\n\n### Phase 3: CMS Collections Inventory\n7. **List all collections**: Use Webflow MCP's `data_cms_tool` with action `get_collection_list`\n8. **For each collection**:\n   - Get detailed schema using Webflow MCP's `data_cms_tool` with action `get_collection_details`\n   - Count items using Webflow MCP's `data_cms_tool` with action `list_collection_items`\n   - Analyze field types and requirements\n   - Identify required vs optional fields\n   - Detect reference fields and relationships\n9. **Collection analysis**:\n   - Empty collections (0 items)\n   - Unused collections (no template page)\n   - Large collections (100+ items)\n   - Collections with missing required fields\n\n### Phase 4: Analysis & Insights\n10. **Generate insights**:\n    - Total content count (pages + items)\n    - Content health score\n    - SEO readiness\n    - Recommended improvements\n11. **Identify issues**:\n    - Missing SEO metadata\n    - Empty collections\n    - Orphaned pages\n    - Draft content ratio\n12. **Show relationships**:\n    - Which pages use which collections\n    - Reference field connections\n    - Content dependencies\n\n### Phase 5: Export & Formatting\n13. **Ask export format** (if user wants full export):\n    - Markdown (readable, great for documentation)\n    - JSON (machine-readable, for migrations)\n    - CSV (spreadsheet-friendly, for analysis)\n    - Text summary (console output only)\n14. **Generate report** in requested format\n15. **Provide actionable insights**: Suggest next steps based on findings\n\n## Examples\n\n**User prompt:**\n```\nGive me a complete inventory of my site.\n```\n\n**Step 1: Initial Report (Standard Inventory)**\n```\n📊 Site Audit: MCP Demo#1\n\n**Site Details:**\n- Site ID: 6924868ede9d3fbbc3195eb0\n- Last published: January 9, 2026\n- Last updated: January 9, 2026\n- Timezone: Asia\u002FCalcutta\n- Primary locale: English (en)\n\n---\n\n**Pages (2 total):**\n\nStatic Pages (1):\n├── Home (\u002F)\n\nCMS Template Pages (1):\n└── Blog Posts Template (\u002Fpost)\n    - Collection: Blog Posts\n\n---\n\n**CMS Collections (1):**\n\nBlog Posts (9 items)\n├── Slug: post\n├── Fields (8):\n│   ├── Name (PlainText, required)\n│   ├── Slug (PlainText, required)\n│   ├── Post Body (RichText)\n│   ├── Post Summary (PlainText)\n│   ├── Main Image (Image)\n│   ├── Thumbnail image (Image)\n│   ├── Featured? (Switch)\n│   └── Color (Color)\n\n---\n\n**Summary:**\n- ✅ 2 pages (1 static, 1 CMS template)\n- ✅ 1 CMS collection with 9 published items\n- ✅ Site fully published and up-to-date\n\nWould you like a detailed analysis or export in a specific format?\n```\n\n**Step 2: Detailed Analysis (when user requests)**\n```\n🔍 Detailed Analysis: MCP Demo#1\n\n**Content Health Score: 85\u002F100**\n\n✅ Strengths:\n- All collections have items (no empty collections)\n- All pages are published (no drafts)\n- Site recently published (Jan 9, 2026)\n- Consistent field structure in Blog Posts\n\n⚠️ Areas for Improvement:\n- No SEO metadata on template page (missing meta description)\n- Limited page count (consider adding About, Contact pages)\n- No reference fields (could link categories\u002Fauthors to posts)\n\n💡 Recommendations:\n1. Add meta descriptions to all pages for better SEO\n2. Consider creating a Categories collection for post organization\n3. Add an Authors collection for multi-author blog support\n4. Create navigation pages (About, Contact, Privacy Policy)\n\n**Collection Breakdown:**\n\nBlog Posts:\n- 9 published items (0 drafts, 0 archived)\n- 5 featured posts (56%)\n- All required fields populated ✓\n- Field usage:\n  - Name: 100% (9\u002F9)\n  - Slug: 100% (9\u002F9)\n  - Post Body: 100% (9\u002F9)\n  - Post Summary: 100% (9\u002F9)\n  - Main Image: 100% (9\u002F9)\n  - Thumbnail: 100% (9\u002F9)\n  - Featured: 100% (9\u002F9)\n  - Color: 100% (9\u002F9)\n\n**Sample Items:**\n1. \"Why Webflow is the Best Choice for 2026\" (featured)\n2. \"Top Webflow Features to Look Forward to in 2026\"\n3. \"Webflow vs. Competitors: Who Will Win in 2026?\" (featured)\n\n---\n\nExport this inventory? (markdown\u002Fjson\u002Fcsv\u002Fno)\n```\n\n**Step 3: Export Options**\n```\n📥 Export Format Options:\n\n1. **Markdown** - Human-readable documentation\n   - Great for README files, wikis, documentation\n   - Preserves structure and formatting\n\n2. **JSON** - Machine-readable structured data\n   - Perfect for migrations, integrations\n   - Includes all raw API data\n\n3. **CSV** - Spreadsheet-friendly\n   - Easy to analyze in Excel\u002FGoogle Sheets\n   - Separate files for pages and collections\n\nWhich format would you like? (1\u002F2\u002F3)\n```\n\n## Guidelines\n\n### Phase 1: Critical Requirements\n\n**Site Information:**\n- Always fetch complete site details using `data_sites_tool` with action `get_site`\n- Include last published and last updated dates\n- Show timezone and locale information\n- Display custom domains if configured\n\n**User Options:**\nOffer multiple detail levels:\n- Quick: Just counts\n- Standard: Pages + collections + basic info\n- Detailed: Full schema + analysis + insights\n- Export: Everything + file output\n\n### Phase 2: Pages Analysis\n\n**Page Categorization:**\n- Separate static pages from CMS template pages\n- Flag archived and draft pages separately\n- Show page slugs\u002FURLs for reference\n- Identify pages with missing SEO metadata\n\n**Page Health Checks:**\n- Missing meta descriptions\n- Missing OG tags\n- Duplicate slugs (error condition)\n- Orphaned pages (not linked in nav)\n\n### Phase 3: Collections Analysis\n\n**Collection Details:**\nFor each collection, show:\n- Display name and singular name\n- Slug (URL structure)\n- Total field count\n- Required vs optional fields breakdown\n- Item count (published\u002Fdraft\u002Farchived)\n- Last updated date\n\n**Field Analysis:**\nCategorize by type:\n- Text fields (PlainText, RichText)\n- Media fields (Image, Video, File)\n- Relationship fields (Reference, MultiReference)\n- Data fields (DateTime, Number, Color)\n- Boolean fields (Switch)\n- Selection fields (Option)\n\n**Field Validation:**\n- Show max length constraints\n- Show validation patterns\n- Flag required fields\n- Identify reference field targets\n\n### Phase 4: Analysis & Insights\n\n**Content Health Score (0-100):**\nCalculate based on:\n- SEO metadata completeness (25 points)\n- Content-to-page ratio (20 points)\n- Field utilization (20 points)\n- Recent updates (15 points)\n- Structure quality (20 points)\n\n**Issue Detection:**\n- 🔴 Critical: Missing required fields, duplicate slugs\n- ⚠️ Warning: Empty collections, missing SEO, drafts\n- 💡 Suggestion: Add pages, create relationships, organize\n\n**Recommendations:**\nSuggest improvements based on:\n- Missing page types (About, Contact, etc.)\n- Underutilized collections\n- Missing relationships between collections\n- SEO optimization opportunities\n\n### Phase 5: Export Formats\n\n**Markdown Export:**\n```markdown\n# Site Audit: [Site Name]\n\n## Site Information\n- ID: [site-id]\n- Last Published: [date]\n\n## Pages\n### Static Pages\n- Home (\u002F)\n- About (\u002Fabout)\n\n### CMS Templates\n- Blog Post (\u002Fpost\u002F[slug])\n\n## Collections\n### Blog Posts (47 items)\n**Fields:**\n- Title (PlainText, required)\n- Slug (PlainText, required)\n- Content (RichText)\n...\n```\n\n**JSON Export:**\n```json\n{\n  \"site\": {\n    \"id\": \"...\",\n    \"name\": \"...\",\n    \"lastPublished\": \"...\"\n  },\n  \"pages\": [...],\n  \"collections\": [...]\n}\n```\n\n**CSV Export:**\nGenerate separate files:\n- `pages.csv`: All pages with metadata\n- `collections.csv`: Collection metadata\n- `fields.csv`: All fields across collections\n- `items.csv`: Item counts per collection\n\n### Performance Optimization\n\n**Batch Processing:**\n- For sites with 20+ collections, show progress\n- For collections with 100+ items, paginate counts\n- Provide estimated time for large sites\n\n**Error Handling:**\n- If `data_pages_tool` with action `list_pages` fails, continue with collections\n- If `data_cms_tool` with action `get_collection_details` fails, show basic collection info\n- Report partial successes separately\n- Offer to retry failed operations\n\n**Data Efficiency:**\n- Use pagination for large result sets\n- Only fetch detailed schemas when needed\n- Limit item samples to 3-5 per collection\n- Cache site info for repeat operations\n\n### Best Practices\n\n**Read-Only Operation:**\n- No confirmation needed (read-only)\n- Safe to run multiple times\n- No side effects or modifications\n\n**Clear Organization:**\n- Group by content type (pages\u002Fcollections)\n- Use visual hierarchy (├── └──)\n- Show counts prominently\n- Highlight issues with icons (✅ ⚠️ 🔴 💡)\n\n**Actionable Output:**\n- Always end with recommendations\n- Offer export options for detailed inventories\n- Suggest next steps based on findings\n- Provide comparison against best practices\n\n**Version Tracking:**\nIf user runs inventory multiple times:\n- Compare with previous run\n- Show changes (new pages, deleted collections)\n- Track content growth over time\n- Alert on significant changes\n",{"data":38,"body":39},{"name":5,"description":7},{"type":40,"children":41},"root",[42,51,57,64,73,222,228,235,338,344,435,441,556,562,657,663,720,726,734,746,754,763,771,780,788,797,803,809,817,851,861,884,890,898,921,929,952,958,968,1000,1010,1043,1051,1074,1079,1089,1117,1125,1143,1153,1176,1182,1190,1510,1518,1755,1765,1812,1818,1826,1844,1852,1900,1908,1931,1937,1945,1963,1971,1994,2002,2025,2035,2058],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"site-audit",[48],{"type":49,"value":50},"text","Site Audit",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats.",{"type":43,"tag":58,"props":59,"children":61},"h2",{"id":60},"important-note",[62],{"type":49,"value":63},"Important Note",{"type":43,"tag":52,"props":65,"children":66},{},[67],{"type":43,"tag":68,"props":69,"children":70},"strong",{},[71],{"type":49,"value":72},"ALWAYS use Webflow MCP tools for all operations:",{"type":43,"tag":74,"props":75,"children":76},"ul",{},[77,100,118,137,156,174,192,204,209],{"type":43,"tag":78,"props":79,"children":80},"li",{},[81,83,90,92,98],{"type":49,"value":82},"Use Webflow MCP's ",{"type":43,"tag":84,"props":85,"children":87},"code",{"className":86},[],[88],{"type":49,"value":89},"data_sites_tool",{"type":49,"value":91}," with action ",{"type":43,"tag":84,"props":93,"children":95},{"className":94},[],[96],{"type":49,"value":97},"list_sites",{"type":49,"value":99}," for listing available sites",{"type":43,"tag":78,"props":101,"children":102},{},[103,104,109,110,116],{"type":49,"value":82},{"type":43,"tag":84,"props":105,"children":107},{"className":106},[],[108],{"type":49,"value":89},{"type":49,"value":91},{"type":43,"tag":84,"props":111,"children":113},{"className":112},[],[114],{"type":49,"value":115},"get_site",{"type":49,"value":117}," for detailed site information",{"type":43,"tag":78,"props":119,"children":120},{},[121,122,128,129,135],{"type":49,"value":82},{"type":43,"tag":84,"props":123,"children":125},{"className":124},[],[126],{"type":49,"value":127},"data_pages_tool",{"type":49,"value":91},{"type":43,"tag":84,"props":130,"children":132},{"className":131},[],[133],{"type":49,"value":134},"list_pages",{"type":49,"value":136}," for retrieving all pages",{"type":43,"tag":78,"props":138,"children":139},{},[140,141,147,148,154],{"type":49,"value":82},{"type":43,"tag":84,"props":142,"children":144},{"className":143},[],[145],{"type":49,"value":146},"data_cms_tool",{"type":49,"value":91},{"type":43,"tag":84,"props":149,"children":151},{"className":150},[],[152],{"type":49,"value":153},"get_collection_list",{"type":49,"value":155}," for listing CMS collections",{"type":43,"tag":78,"props":157,"children":158},{},[159,160,165,166,172],{"type":49,"value":82},{"type":43,"tag":84,"props":161,"children":163},{"className":162},[],[164],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":167,"children":169},{"className":168},[],[170],{"type":49,"value":171},"get_collection_details",{"type":49,"value":173}," for detailed collection schemas",{"type":43,"tag":78,"props":175,"children":176},{},[177,178,183,184,190],{"type":49,"value":82},{"type":43,"tag":84,"props":179,"children":181},{"className":180},[],[182],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":185,"children":187},{"className":186},[],[188],{"type":49,"value":189},"list_collection_items",{"type":49,"value":191}," for counting items",{"type":43,"tag":78,"props":193,"children":194},{},[195,196,202],{"type":49,"value":82},{"type":43,"tag":84,"props":197,"children":199},{"className":198},[],[200],{"type":49,"value":201},"webflow_guide_tool",{"type":49,"value":203}," to get best practices before starting",{"type":43,"tag":78,"props":205,"children":206},{},[207],{"type":49,"value":208},"DO NOT use any other tools or methods for Webflow operations",{"type":43,"tag":78,"props":210,"children":211},{},[212,214,220],{"type":49,"value":213},"All tool calls must include the required ",{"type":43,"tag":84,"props":215,"children":217},{"className":216},[],[218],{"type":49,"value":219},"context",{"type":49,"value":221}," parameter (15-25 words, third-person perspective)",{"type":43,"tag":58,"props":223,"children":225},{"id":224},"instructions",[226],{"type":49,"value":227},"Instructions",{"type":43,"tag":229,"props":230,"children":232},"h3",{"id":231},"phase-1-site-selection-discovery",[233],{"type":49,"value":234},"Phase 1: Site Selection & Discovery",{"type":43,"tag":236,"props":237,"children":238},"ol",{},[239,249,305],{"type":43,"tag":78,"props":240,"children":241},{},[242,247],{"type":43,"tag":68,"props":243,"children":244},{},[245],{"type":49,"value":246},"Get site",{"type":49,"value":248},": Identify the target site. If user does not provide site ID, ask for it.",{"type":43,"tag":78,"props":250,"children":251},{},[252,257,259,264,265,270,272],{"type":43,"tag":68,"props":253,"children":254},{},[255],{"type":49,"value":256},"Fetch site details",{"type":49,"value":258},": Use Webflow MCP's ",{"type":43,"tag":84,"props":260,"children":262},{"className":261},[],[263],{"type":49,"value":89},{"type":49,"value":91},{"type":43,"tag":84,"props":266,"children":268},{"className":267},[],[269],{"type":49,"value":115},{"type":49,"value":271}," to retrieve:\n",{"type":43,"tag":74,"props":273,"children":274},{},[275,280,285,290,295,300],{"type":43,"tag":78,"props":276,"children":277},{},[278],{"type":49,"value":279},"Site name and ID",{"type":43,"tag":78,"props":281,"children":282},{},[283],{"type":49,"value":284},"Last published date",{"type":43,"tag":78,"props":286,"children":287},{},[288],{"type":49,"value":289},"Last updated date",{"type":43,"tag":78,"props":291,"children":292},{},[293],{"type":49,"value":294},"Timezone",{"type":43,"tag":78,"props":296,"children":297},{},[298],{"type":49,"value":299},"Locales (primary and secondary)",{"type":43,"tag":78,"props":301,"children":302},{},[303],{"type":49,"value":304},"Custom domains",{"type":43,"tag":78,"props":306,"children":307},{},[308,313,315],{"type":43,"tag":68,"props":309,"children":310},{},[311],{"type":49,"value":312},"Ask user preferences",{"type":49,"value":314},": Ask what level of detail they want:\n",{"type":43,"tag":74,"props":316,"children":317},{},[318,323,328,333],{"type":43,"tag":78,"props":319,"children":320},{},[321],{"type":49,"value":322},"Quick summary (counts only)",{"type":43,"tag":78,"props":324,"children":325},{},[326],{"type":49,"value":327},"Standard inventory (pages + collections + counts)",{"type":43,"tag":78,"props":329,"children":330},{},[331],{"type":49,"value":332},"Detailed inventory (includes all field schemas, item samples, SEO data)",{"type":43,"tag":78,"props":334,"children":335},{},[336],{"type":49,"value":337},"Full export (everything + export to file format)",{"type":43,"tag":229,"props":339,"children":341},{"id":340},"phase-2-pages-inventory",[342],{"type":49,"value":343},"Phase 2: Pages Inventory",{"type":43,"tag":236,"props":345,"children":347},{"start":346},4,[348,370,403],{"type":43,"tag":78,"props":349,"children":350},{},[351,356,357,362,363,368],{"type":43,"tag":68,"props":352,"children":353},{},[354],{"type":49,"value":355},"List all pages",{"type":49,"value":258},{"type":43,"tag":84,"props":358,"children":360},{"className":359},[],[361],{"type":49,"value":127},{"type":49,"value":91},{"type":43,"tag":84,"props":364,"children":366},{"className":365},[],[367],{"type":49,"value":134},{"type":49,"value":369}," to fetch all pages",{"type":43,"tag":78,"props":371,"children":372},{},[373,378,380],{"type":43,"tag":68,"props":374,"children":375},{},[376],{"type":49,"value":377},"Categorize pages",{"type":49,"value":379},":\n",{"type":43,"tag":74,"props":381,"children":382},{},[383,388,393,398],{"type":43,"tag":78,"props":384,"children":385},{},[386],{"type":49,"value":387},"Static pages (no collectionId)",{"type":43,"tag":78,"props":389,"children":390},{},[391],{"type":49,"value":392},"CMS template pages (has collectionId)",{"type":43,"tag":78,"props":394,"children":395},{},[396],{"type":49,"value":397},"Archived pages",{"type":43,"tag":78,"props":399,"children":400},{},[401],{"type":49,"value":402},"Draft pages",{"type":43,"tag":78,"props":404,"children":405},{},[406,411,412],{"type":43,"tag":68,"props":407,"children":408},{},[409],{"type":49,"value":410},"Analyze page structure",{"type":49,"value":379},{"type":43,"tag":74,"props":413,"children":414},{},[415,420,425,430],{"type":43,"tag":78,"props":416,"children":417},{},[418],{"type":49,"value":419},"Count pages by type",{"type":43,"tag":78,"props":421,"children":422},{},[423],{"type":49,"value":424},"Identify pages missing SEO metadata",{"type":43,"tag":78,"props":426,"children":427},{},[428],{"type":49,"value":429},"Detect orphaned pages (no navigation links)",{"type":43,"tag":78,"props":431,"children":432},{},[433],{"type":49,"value":434},"Check for duplicate slugs",{"type":43,"tag":229,"props":436,"children":438},{"id":437},"phase-3-cms-collections-inventory",[439],{"type":49,"value":440},"Phase 3: CMS Collections Inventory",{"type":43,"tag":236,"props":442,"children":444},{"start":443},7,[445,465,524],{"type":43,"tag":78,"props":446,"children":447},{},[448,453,454,459,460],{"type":43,"tag":68,"props":449,"children":450},{},[451],{"type":49,"value":452},"List all collections",{"type":49,"value":258},{"type":43,"tag":84,"props":455,"children":457},{"className":456},[],[458],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":461,"children":463},{"className":462},[],[464],{"type":49,"value":153},{"type":43,"tag":78,"props":466,"children":467},{},[468,473,474],{"type":43,"tag":68,"props":469,"children":470},{},[471],{"type":49,"value":472},"For each collection",{"type":49,"value":379},{"type":43,"tag":74,"props":475,"children":476},{},[477,493,509,514,519],{"type":43,"tag":78,"props":478,"children":479},{},[480,482,487,488],{"type":49,"value":481},"Get detailed schema using Webflow MCP's ",{"type":43,"tag":84,"props":483,"children":485},{"className":484},[],[486],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":489,"children":491},{"className":490},[],[492],{"type":49,"value":171},{"type":43,"tag":78,"props":494,"children":495},{},[496,498,503,504],{"type":49,"value":497},"Count items using Webflow MCP's ",{"type":43,"tag":84,"props":499,"children":501},{"className":500},[],[502],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":505,"children":507},{"className":506},[],[508],{"type":49,"value":189},{"type":43,"tag":78,"props":510,"children":511},{},[512],{"type":49,"value":513},"Analyze field types and requirements",{"type":43,"tag":78,"props":515,"children":516},{},[517],{"type":49,"value":518},"Identify required vs optional fields",{"type":43,"tag":78,"props":520,"children":521},{},[522],{"type":49,"value":523},"Detect reference fields and relationships",{"type":43,"tag":78,"props":525,"children":526},{},[527,532,533],{"type":43,"tag":68,"props":528,"children":529},{},[530],{"type":49,"value":531},"Collection analysis",{"type":49,"value":379},{"type":43,"tag":74,"props":534,"children":535},{},[536,541,546,551],{"type":43,"tag":78,"props":537,"children":538},{},[539],{"type":49,"value":540},"Empty collections (0 items)",{"type":43,"tag":78,"props":542,"children":543},{},[544],{"type":49,"value":545},"Unused collections (no template page)",{"type":43,"tag":78,"props":547,"children":548},{},[549],{"type":49,"value":550},"Large collections (100+ items)",{"type":43,"tag":78,"props":552,"children":553},{},[554],{"type":49,"value":555},"Collections with missing required fields",{"type":43,"tag":229,"props":557,"children":559},{"id":558},"phase-4-analysis-insights",[560],{"type":49,"value":561},"Phase 4: Analysis & Insights",{"type":43,"tag":236,"props":563,"children":565},{"start":564},10,[566,598,630],{"type":43,"tag":78,"props":567,"children":568},{},[569,574,575],{"type":43,"tag":68,"props":570,"children":571},{},[572],{"type":49,"value":573},"Generate insights",{"type":49,"value":379},{"type":43,"tag":74,"props":576,"children":577},{},[578,583,588,593],{"type":43,"tag":78,"props":579,"children":580},{},[581],{"type":49,"value":582},"Total content count (pages + items)",{"type":43,"tag":78,"props":584,"children":585},{},[586],{"type":49,"value":587},"Content health score",{"type":43,"tag":78,"props":589,"children":590},{},[591],{"type":49,"value":592},"SEO readiness",{"type":43,"tag":78,"props":594,"children":595},{},[596],{"type":49,"value":597},"Recommended improvements",{"type":43,"tag":78,"props":599,"children":600},{},[601,606,607],{"type":43,"tag":68,"props":602,"children":603},{},[604],{"type":49,"value":605},"Identify issues",{"type":49,"value":379},{"type":43,"tag":74,"props":608,"children":609},{},[610,615,620,625],{"type":43,"tag":78,"props":611,"children":612},{},[613],{"type":49,"value":614},"Missing SEO metadata",{"type":43,"tag":78,"props":616,"children":617},{},[618],{"type":49,"value":619},"Empty collections",{"type":43,"tag":78,"props":621,"children":622},{},[623],{"type":49,"value":624},"Orphaned pages",{"type":43,"tag":78,"props":626,"children":627},{},[628],{"type":49,"value":629},"Draft content ratio",{"type":43,"tag":78,"props":631,"children":632},{},[633,638,639],{"type":43,"tag":68,"props":634,"children":635},{},[636],{"type":49,"value":637},"Show relationships",{"type":49,"value":379},{"type":43,"tag":74,"props":640,"children":641},{},[642,647,652],{"type":43,"tag":78,"props":643,"children":644},{},[645],{"type":49,"value":646},"Which pages use which collections",{"type":43,"tag":78,"props":648,"children":649},{},[650],{"type":49,"value":651},"Reference field connections",{"type":43,"tag":78,"props":653,"children":654},{},[655],{"type":49,"value":656},"Content dependencies",{"type":43,"tag":229,"props":658,"children":660},{"id":659},"phase-5-export-formatting",[661],{"type":49,"value":662},"Phase 5: Export & Formatting",{"type":43,"tag":236,"props":664,"children":666},{"start":665},13,[667,700,710],{"type":43,"tag":78,"props":668,"children":669},{},[670,675,677],{"type":43,"tag":68,"props":671,"children":672},{},[673],{"type":49,"value":674},"Ask export format",{"type":49,"value":676}," (if user wants full export):\n",{"type":43,"tag":74,"props":678,"children":679},{},[680,685,690,695],{"type":43,"tag":78,"props":681,"children":682},{},[683],{"type":49,"value":684},"Markdown (readable, great for documentation)",{"type":43,"tag":78,"props":686,"children":687},{},[688],{"type":49,"value":689},"JSON (machine-readable, for migrations)",{"type":43,"tag":78,"props":691,"children":692},{},[693],{"type":49,"value":694},"CSV (spreadsheet-friendly, for analysis)",{"type":43,"tag":78,"props":696,"children":697},{},[698],{"type":49,"value":699},"Text summary (console output only)",{"type":43,"tag":78,"props":701,"children":702},{},[703,708],{"type":43,"tag":68,"props":704,"children":705},{},[706],{"type":49,"value":707},"Generate report",{"type":49,"value":709}," in requested format",{"type":43,"tag":78,"props":711,"children":712},{},[713,718],{"type":43,"tag":68,"props":714,"children":715},{},[716],{"type":49,"value":717},"Provide actionable insights",{"type":49,"value":719},": Suggest next steps based on findings",{"type":43,"tag":58,"props":721,"children":723},{"id":722},"examples",[724],{"type":49,"value":725},"Examples",{"type":43,"tag":52,"props":727,"children":728},{},[729],{"type":43,"tag":68,"props":730,"children":731},{},[732],{"type":49,"value":733},"User prompt:",{"type":43,"tag":735,"props":736,"children":740},"pre",{"className":737,"code":739,"language":49},[738],"language-text","Give me a complete inventory of my site.\n",[741],{"type":43,"tag":84,"props":742,"children":744},{"__ignoreMap":743},"",[745],{"type":49,"value":739},{"type":43,"tag":52,"props":747,"children":748},{},[749],{"type":43,"tag":68,"props":750,"children":751},{},[752],{"type":49,"value":753},"Step 1: Initial Report (Standard Inventory)",{"type":43,"tag":735,"props":755,"children":758},{"className":756,"code":757,"language":49},[738],"📊 Site Audit: MCP Demo#1\n\n**Site Details:**\n- Site ID: 6924868ede9d3fbbc3195eb0\n- Last published: January 9, 2026\n- Last updated: January 9, 2026\n- Timezone: Asia\u002FCalcutta\n- Primary locale: English (en)\n\n---\n\n**Pages (2 total):**\n\nStatic Pages (1):\n├── Home (\u002F)\n\nCMS Template Pages (1):\n└── Blog Posts Template (\u002Fpost)\n    - Collection: Blog Posts\n\n---\n\n**CMS Collections (1):**\n\nBlog Posts (9 items)\n├── Slug: post\n├── Fields (8):\n│   ├── Name (PlainText, required)\n│   ├── Slug (PlainText, required)\n│   ├── Post Body (RichText)\n│   ├── Post Summary (PlainText)\n│   ├── Main Image (Image)\n│   ├── Thumbnail image (Image)\n│   ├── Featured? (Switch)\n│   └── Color (Color)\n\n---\n\n**Summary:**\n- ✅ 2 pages (1 static, 1 CMS template)\n- ✅ 1 CMS collection with 9 published items\n- ✅ Site fully published and up-to-date\n\nWould you like a detailed analysis or export in a specific format?\n",[759],{"type":43,"tag":84,"props":760,"children":761},{"__ignoreMap":743},[762],{"type":49,"value":757},{"type":43,"tag":52,"props":764,"children":765},{},[766],{"type":43,"tag":68,"props":767,"children":768},{},[769],{"type":49,"value":770},"Step 2: Detailed Analysis (when user requests)",{"type":43,"tag":735,"props":772,"children":775},{"className":773,"code":774,"language":49},[738],"🔍 Detailed Analysis: MCP Demo#1\n\n**Content Health Score: 85\u002F100**\n\n✅ Strengths:\n- All collections have items (no empty collections)\n- All pages are published (no drafts)\n- Site recently published (Jan 9, 2026)\n- Consistent field structure in Blog Posts\n\n⚠️ Areas for Improvement:\n- No SEO metadata on template page (missing meta description)\n- Limited page count (consider adding About, Contact pages)\n- No reference fields (could link categories\u002Fauthors to posts)\n\n💡 Recommendations:\n1. Add meta descriptions to all pages for better SEO\n2. Consider creating a Categories collection for post organization\n3. Add an Authors collection for multi-author blog support\n4. Create navigation pages (About, Contact, Privacy Policy)\n\n**Collection Breakdown:**\n\nBlog Posts:\n- 9 published items (0 drafts, 0 archived)\n- 5 featured posts (56%)\n- All required fields populated ✓\n- Field usage:\n  - Name: 100% (9\u002F9)\n  - Slug: 100% (9\u002F9)\n  - Post Body: 100% (9\u002F9)\n  - Post Summary: 100% (9\u002F9)\n  - Main Image: 100% (9\u002F9)\n  - Thumbnail: 100% (9\u002F9)\n  - Featured: 100% (9\u002F9)\n  - Color: 100% (9\u002F9)\n\n**Sample Items:**\n1. \"Why Webflow is the Best Choice for 2026\" (featured)\n2. \"Top Webflow Features to Look Forward to in 2026\"\n3. \"Webflow vs. Competitors: Who Will Win in 2026?\" (featured)\n\n---\n\nExport this inventory? (markdown\u002Fjson\u002Fcsv\u002Fno)\n",[776],{"type":43,"tag":84,"props":777,"children":778},{"__ignoreMap":743},[779],{"type":49,"value":774},{"type":43,"tag":52,"props":781,"children":782},{},[783],{"type":43,"tag":68,"props":784,"children":785},{},[786],{"type":49,"value":787},"Step 3: Export Options",{"type":43,"tag":735,"props":789,"children":792},{"className":790,"code":791,"language":49},[738],"📥 Export Format Options:\n\n1. **Markdown** - Human-readable documentation\n   - Great for README files, wikis, documentation\n   - Preserves structure and formatting\n\n2. **JSON** - Machine-readable structured data\n   - Perfect for migrations, integrations\n   - Includes all raw API data\n\n3. **CSV** - Spreadsheet-friendly\n   - Easy to analyze in Excel\u002FGoogle Sheets\n   - Separate files for pages and collections\n\nWhich format would you like? (1\u002F2\u002F3)\n",[793],{"type":43,"tag":84,"props":794,"children":795},{"__ignoreMap":743},[796],{"type":49,"value":791},{"type":43,"tag":58,"props":798,"children":800},{"id":799},"guidelines",[801],{"type":49,"value":802},"Guidelines",{"type":43,"tag":229,"props":804,"children":806},{"id":805},"phase-1-critical-requirements",[807],{"type":49,"value":808},"Phase 1: Critical Requirements",{"type":43,"tag":52,"props":810,"children":811},{},[812],{"type":43,"tag":68,"props":813,"children":814},{},[815],{"type":49,"value":816},"Site Information:",{"type":43,"tag":74,"props":818,"children":819},{},[820,836,841,846],{"type":43,"tag":78,"props":821,"children":822},{},[823,825,830,831],{"type":49,"value":824},"Always fetch complete site details using ",{"type":43,"tag":84,"props":826,"children":828},{"className":827},[],[829],{"type":49,"value":89},{"type":49,"value":91},{"type":43,"tag":84,"props":832,"children":834},{"className":833},[],[835],{"type":49,"value":115},{"type":43,"tag":78,"props":837,"children":838},{},[839],{"type":49,"value":840},"Include last published and last updated dates",{"type":43,"tag":78,"props":842,"children":843},{},[844],{"type":49,"value":845},"Show timezone and locale information",{"type":43,"tag":78,"props":847,"children":848},{},[849],{"type":49,"value":850},"Display custom domains if configured",{"type":43,"tag":52,"props":852,"children":853},{},[854,859],{"type":43,"tag":68,"props":855,"children":856},{},[857],{"type":49,"value":858},"User Options:",{"type":49,"value":860},"\nOffer multiple detail levels:",{"type":43,"tag":74,"props":862,"children":863},{},[864,869,874,879],{"type":43,"tag":78,"props":865,"children":866},{},[867],{"type":49,"value":868},"Quick: Just counts",{"type":43,"tag":78,"props":870,"children":871},{},[872],{"type":49,"value":873},"Standard: Pages + collections + basic info",{"type":43,"tag":78,"props":875,"children":876},{},[877],{"type":49,"value":878},"Detailed: Full schema + analysis + insights",{"type":43,"tag":78,"props":880,"children":881},{},[882],{"type":49,"value":883},"Export: Everything + file output",{"type":43,"tag":229,"props":885,"children":887},{"id":886},"phase-2-pages-analysis",[888],{"type":49,"value":889},"Phase 2: Pages Analysis",{"type":43,"tag":52,"props":891,"children":892},{},[893],{"type":43,"tag":68,"props":894,"children":895},{},[896],{"type":49,"value":897},"Page Categorization:",{"type":43,"tag":74,"props":899,"children":900},{},[901,906,911,916],{"type":43,"tag":78,"props":902,"children":903},{},[904],{"type":49,"value":905},"Separate static pages from CMS template pages",{"type":43,"tag":78,"props":907,"children":908},{},[909],{"type":49,"value":910},"Flag archived and draft pages separately",{"type":43,"tag":78,"props":912,"children":913},{},[914],{"type":49,"value":915},"Show page slugs\u002FURLs for reference",{"type":43,"tag":78,"props":917,"children":918},{},[919],{"type":49,"value":920},"Identify pages with missing SEO metadata",{"type":43,"tag":52,"props":922,"children":923},{},[924],{"type":43,"tag":68,"props":925,"children":926},{},[927],{"type":49,"value":928},"Page Health Checks:",{"type":43,"tag":74,"props":930,"children":931},{},[932,937,942,947],{"type":43,"tag":78,"props":933,"children":934},{},[935],{"type":49,"value":936},"Missing meta descriptions",{"type":43,"tag":78,"props":938,"children":939},{},[940],{"type":49,"value":941},"Missing OG tags",{"type":43,"tag":78,"props":943,"children":944},{},[945],{"type":49,"value":946},"Duplicate slugs (error condition)",{"type":43,"tag":78,"props":948,"children":949},{},[950],{"type":49,"value":951},"Orphaned pages (not linked in nav)",{"type":43,"tag":229,"props":953,"children":955},{"id":954},"phase-3-collections-analysis",[956],{"type":49,"value":957},"Phase 3: Collections Analysis",{"type":43,"tag":52,"props":959,"children":960},{},[961,966],{"type":43,"tag":68,"props":962,"children":963},{},[964],{"type":49,"value":965},"Collection Details:",{"type":49,"value":967},"\nFor each collection, show:",{"type":43,"tag":74,"props":969,"children":970},{},[971,976,981,986,991,996],{"type":43,"tag":78,"props":972,"children":973},{},[974],{"type":49,"value":975},"Display name and singular name",{"type":43,"tag":78,"props":977,"children":978},{},[979],{"type":49,"value":980},"Slug (URL structure)",{"type":43,"tag":78,"props":982,"children":983},{},[984],{"type":49,"value":985},"Total field count",{"type":43,"tag":78,"props":987,"children":988},{},[989],{"type":49,"value":990},"Required vs optional fields breakdown",{"type":43,"tag":78,"props":992,"children":993},{},[994],{"type":49,"value":995},"Item count (published\u002Fdraft\u002Farchived)",{"type":43,"tag":78,"props":997,"children":998},{},[999],{"type":49,"value":289},{"type":43,"tag":52,"props":1001,"children":1002},{},[1003,1008],{"type":43,"tag":68,"props":1004,"children":1005},{},[1006],{"type":49,"value":1007},"Field Analysis:",{"type":49,"value":1009},"\nCategorize by type:",{"type":43,"tag":74,"props":1011,"children":1012},{},[1013,1018,1023,1028,1033,1038],{"type":43,"tag":78,"props":1014,"children":1015},{},[1016],{"type":49,"value":1017},"Text fields (PlainText, RichText)",{"type":43,"tag":78,"props":1019,"children":1020},{},[1021],{"type":49,"value":1022},"Media fields (Image, Video, File)",{"type":43,"tag":78,"props":1024,"children":1025},{},[1026],{"type":49,"value":1027},"Relationship fields (Reference, MultiReference)",{"type":43,"tag":78,"props":1029,"children":1030},{},[1031],{"type":49,"value":1032},"Data fields (DateTime, Number, Color)",{"type":43,"tag":78,"props":1034,"children":1035},{},[1036],{"type":49,"value":1037},"Boolean fields (Switch)",{"type":43,"tag":78,"props":1039,"children":1040},{},[1041],{"type":49,"value":1042},"Selection fields (Option)",{"type":43,"tag":52,"props":1044,"children":1045},{},[1046],{"type":43,"tag":68,"props":1047,"children":1048},{},[1049],{"type":49,"value":1050},"Field Validation:",{"type":43,"tag":74,"props":1052,"children":1053},{},[1054,1059,1064,1069],{"type":43,"tag":78,"props":1055,"children":1056},{},[1057],{"type":49,"value":1058},"Show max length constraints",{"type":43,"tag":78,"props":1060,"children":1061},{},[1062],{"type":49,"value":1063},"Show validation patterns",{"type":43,"tag":78,"props":1065,"children":1066},{},[1067],{"type":49,"value":1068},"Flag required fields",{"type":43,"tag":78,"props":1070,"children":1071},{},[1072],{"type":49,"value":1073},"Identify reference field targets",{"type":43,"tag":229,"props":1075,"children":1077},{"id":1076},"phase-4-analysis-insights-1",[1078],{"type":49,"value":561},{"type":43,"tag":52,"props":1080,"children":1081},{},[1082,1087],{"type":43,"tag":68,"props":1083,"children":1084},{},[1085],{"type":49,"value":1086},"Content Health Score (0-100):",{"type":49,"value":1088},"\nCalculate based on:",{"type":43,"tag":74,"props":1090,"children":1091},{},[1092,1097,1102,1107,1112],{"type":43,"tag":78,"props":1093,"children":1094},{},[1095],{"type":49,"value":1096},"SEO metadata completeness (25 points)",{"type":43,"tag":78,"props":1098,"children":1099},{},[1100],{"type":49,"value":1101},"Content-to-page ratio (20 points)",{"type":43,"tag":78,"props":1103,"children":1104},{},[1105],{"type":49,"value":1106},"Field utilization (20 points)",{"type":43,"tag":78,"props":1108,"children":1109},{},[1110],{"type":49,"value":1111},"Recent updates (15 points)",{"type":43,"tag":78,"props":1113,"children":1114},{},[1115],{"type":49,"value":1116},"Structure quality (20 points)",{"type":43,"tag":52,"props":1118,"children":1119},{},[1120],{"type":43,"tag":68,"props":1121,"children":1122},{},[1123],{"type":49,"value":1124},"Issue Detection:",{"type":43,"tag":74,"props":1126,"children":1127},{},[1128,1133,1138],{"type":43,"tag":78,"props":1129,"children":1130},{},[1131],{"type":49,"value":1132},"🔴 Critical: Missing required fields, duplicate slugs",{"type":43,"tag":78,"props":1134,"children":1135},{},[1136],{"type":49,"value":1137},"⚠️ Warning: Empty collections, missing SEO, drafts",{"type":43,"tag":78,"props":1139,"children":1140},{},[1141],{"type":49,"value":1142},"💡 Suggestion: Add pages, create relationships, organize",{"type":43,"tag":52,"props":1144,"children":1145},{},[1146,1151],{"type":43,"tag":68,"props":1147,"children":1148},{},[1149],{"type":49,"value":1150},"Recommendations:",{"type":49,"value":1152},"\nSuggest improvements based on:",{"type":43,"tag":74,"props":1154,"children":1155},{},[1156,1161,1166,1171],{"type":43,"tag":78,"props":1157,"children":1158},{},[1159],{"type":49,"value":1160},"Missing page types (About, Contact, etc.)",{"type":43,"tag":78,"props":1162,"children":1163},{},[1164],{"type":49,"value":1165},"Underutilized collections",{"type":43,"tag":78,"props":1167,"children":1168},{},[1169],{"type":49,"value":1170},"Missing relationships between collections",{"type":43,"tag":78,"props":1172,"children":1173},{},[1174],{"type":49,"value":1175},"SEO optimization opportunities",{"type":43,"tag":229,"props":1177,"children":1179},{"id":1178},"phase-5-export-formats",[1180],{"type":49,"value":1181},"Phase 5: Export Formats",{"type":43,"tag":52,"props":1183,"children":1184},{},[1185],{"type":43,"tag":68,"props":1186,"children":1187},{},[1188],{"type":49,"value":1189},"Markdown Export:",{"type":43,"tag":735,"props":1191,"children":1195},{"className":1192,"code":1193,"language":1194,"meta":743,"style":743},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Site Audit: [Site Name]\n\n## Site Information\n- ID: [site-id]\n- Last Published: [date]\n\n## Pages\n### Static Pages\n- Home (\u002F)\n- About (\u002Fabout)\n\n### CMS Templates\n- Blog Post (\u002Fpost\u002F[slug])\n\n## Collections\n### Blog Posts (47 items)\n**Fields:**\n- Title (PlainText, required)\n- Slug (PlainText, required)\n- Content (RichText)\n...\n","markdown",[1196],{"type":43,"tag":84,"props":1197,"children":1198},{"__ignoreMap":743},[1199,1217,1227,1241,1271,1297,1305,1317,1331,1344,1356,1364,1377,1408,1416,1429,1442,1462,1475,1488,1501],{"type":43,"tag":1200,"props":1201,"children":1204},"span",{"class":1202,"line":1203},"line",1,[1205,1211],{"type":43,"tag":1200,"props":1206,"children":1208},{"style":1207},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1209],{"type":49,"value":1210},"# ",{"type":43,"tag":1200,"props":1212,"children":1214},{"style":1213},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1215],{"type":49,"value":1216},"Site Audit: [Site Name]\n",{"type":43,"tag":1200,"props":1218,"children":1220},{"class":1202,"line":1219},2,[1221],{"type":43,"tag":1200,"props":1222,"children":1224},{"emptyLinePlaceholder":1223},true,[1225],{"type":49,"value":1226},"\n",{"type":43,"tag":1200,"props":1228,"children":1230},{"class":1202,"line":1229},3,[1231,1236],{"type":43,"tag":1200,"props":1232,"children":1233},{"style":1207},[1234],{"type":49,"value":1235},"## ",{"type":43,"tag":1200,"props":1237,"children":1238},{"style":1213},[1239],{"type":49,"value":1240},"Site Information\n",{"type":43,"tag":1200,"props":1242,"children":1243},{"class":1202,"line":346},[1244,1249,1255,1260,1266],{"type":43,"tag":1200,"props":1245,"children":1246},{"style":1207},[1247],{"type":49,"value":1248},"-",{"type":43,"tag":1200,"props":1250,"children":1252},{"style":1251},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1253],{"type":49,"value":1254}," ID: ",{"type":43,"tag":1200,"props":1256,"children":1257},{"style":1207},[1258],{"type":49,"value":1259},"[",{"type":43,"tag":1200,"props":1261,"children":1263},{"style":1262},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1264],{"type":49,"value":1265},"site-id",{"type":43,"tag":1200,"props":1267,"children":1268},{"style":1207},[1269],{"type":49,"value":1270},"]\n",{"type":43,"tag":1200,"props":1272,"children":1274},{"class":1202,"line":1273},5,[1275,1279,1284,1288,1293],{"type":43,"tag":1200,"props":1276,"children":1277},{"style":1207},[1278],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1280,"children":1281},{"style":1251},[1282],{"type":49,"value":1283}," Last Published: ",{"type":43,"tag":1200,"props":1285,"children":1286},{"style":1207},[1287],{"type":49,"value":1259},{"type":43,"tag":1200,"props":1289,"children":1290},{"style":1262},[1291],{"type":49,"value":1292},"date",{"type":43,"tag":1200,"props":1294,"children":1295},{"style":1207},[1296],{"type":49,"value":1270},{"type":43,"tag":1200,"props":1298,"children":1300},{"class":1202,"line":1299},6,[1301],{"type":43,"tag":1200,"props":1302,"children":1303},{"emptyLinePlaceholder":1223},[1304],{"type":49,"value":1226},{"type":43,"tag":1200,"props":1306,"children":1307},{"class":1202,"line":443},[1308,1312],{"type":43,"tag":1200,"props":1309,"children":1310},{"style":1207},[1311],{"type":49,"value":1235},{"type":43,"tag":1200,"props":1313,"children":1314},{"style":1213},[1315],{"type":49,"value":1316},"Pages\n",{"type":43,"tag":1200,"props":1318,"children":1320},{"class":1202,"line":1319},8,[1321,1326],{"type":43,"tag":1200,"props":1322,"children":1323},{"style":1207},[1324],{"type":49,"value":1325},"### ",{"type":43,"tag":1200,"props":1327,"children":1328},{"style":1213},[1329],{"type":49,"value":1330},"Static Pages\n",{"type":43,"tag":1200,"props":1332,"children":1334},{"class":1202,"line":1333},9,[1335,1339],{"type":43,"tag":1200,"props":1336,"children":1337},{"style":1207},[1338],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1340,"children":1341},{"style":1251},[1342],{"type":49,"value":1343}," Home (\u002F)\n",{"type":43,"tag":1200,"props":1345,"children":1346},{"class":1202,"line":564},[1347,1351],{"type":43,"tag":1200,"props":1348,"children":1349},{"style":1207},[1350],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1352,"children":1353},{"style":1251},[1354],{"type":49,"value":1355}," About (\u002Fabout)\n",{"type":43,"tag":1200,"props":1357,"children":1359},{"class":1202,"line":1358},11,[1360],{"type":43,"tag":1200,"props":1361,"children":1362},{"emptyLinePlaceholder":1223},[1363],{"type":49,"value":1226},{"type":43,"tag":1200,"props":1365,"children":1367},{"class":1202,"line":1366},12,[1368,1372],{"type":43,"tag":1200,"props":1369,"children":1370},{"style":1207},[1371],{"type":49,"value":1325},{"type":43,"tag":1200,"props":1373,"children":1374},{"style":1213},[1375],{"type":49,"value":1376},"CMS Templates\n",{"type":43,"tag":1200,"props":1378,"children":1379},{"class":1202,"line":665},[1380,1384,1389,1393,1398,1403],{"type":43,"tag":1200,"props":1381,"children":1382},{"style":1207},[1383],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1385,"children":1386},{"style":1251},[1387],{"type":49,"value":1388}," Blog Post (\u002Fpost\u002F",{"type":43,"tag":1200,"props":1390,"children":1391},{"style":1207},[1392],{"type":49,"value":1259},{"type":43,"tag":1200,"props":1394,"children":1395},{"style":1262},[1396],{"type":49,"value":1397},"slug",{"type":43,"tag":1200,"props":1399,"children":1400},{"style":1207},[1401],{"type":49,"value":1402},"]",{"type":43,"tag":1200,"props":1404,"children":1405},{"style":1251},[1406],{"type":49,"value":1407},")\n",{"type":43,"tag":1200,"props":1409,"children":1411},{"class":1202,"line":1410},14,[1412],{"type":43,"tag":1200,"props":1413,"children":1414},{"emptyLinePlaceholder":1223},[1415],{"type":49,"value":1226},{"type":43,"tag":1200,"props":1417,"children":1419},{"class":1202,"line":1418},15,[1420,1424],{"type":43,"tag":1200,"props":1421,"children":1422},{"style":1207},[1423],{"type":49,"value":1235},{"type":43,"tag":1200,"props":1425,"children":1426},{"style":1213},[1427],{"type":49,"value":1428},"Collections\n",{"type":43,"tag":1200,"props":1430,"children":1432},{"class":1202,"line":1431},16,[1433,1437],{"type":43,"tag":1200,"props":1434,"children":1435},{"style":1207},[1436],{"type":49,"value":1325},{"type":43,"tag":1200,"props":1438,"children":1439},{"style":1213},[1440],{"type":49,"value":1441},"Blog Posts (47 items)\n",{"type":43,"tag":1200,"props":1443,"children":1444},{"class":1202,"line":28},[1445,1451,1457],{"type":43,"tag":1200,"props":1446,"children":1448},{"style":1447},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[1449],{"type":49,"value":1450},"**",{"type":43,"tag":1200,"props":1452,"children":1454},{"style":1453},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[1455],{"type":49,"value":1456},"Fields:",{"type":43,"tag":1200,"props":1458,"children":1459},{"style":1447},[1460],{"type":49,"value":1461},"**\n",{"type":43,"tag":1200,"props":1463,"children":1465},{"class":1202,"line":1464},18,[1466,1470],{"type":43,"tag":1200,"props":1467,"children":1468},{"style":1207},[1469],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1471,"children":1472},{"style":1251},[1473],{"type":49,"value":1474}," Title (PlainText, required)\n",{"type":43,"tag":1200,"props":1476,"children":1478},{"class":1202,"line":1477},19,[1479,1483],{"type":43,"tag":1200,"props":1480,"children":1481},{"style":1207},[1482],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1484,"children":1485},{"style":1251},[1486],{"type":49,"value":1487}," Slug (PlainText, required)\n",{"type":43,"tag":1200,"props":1489,"children":1491},{"class":1202,"line":1490},20,[1492,1496],{"type":43,"tag":1200,"props":1493,"children":1494},{"style":1207},[1495],{"type":49,"value":1248},{"type":43,"tag":1200,"props":1497,"children":1498},{"style":1251},[1499],{"type":49,"value":1500}," Content (RichText)\n",{"type":43,"tag":1200,"props":1502,"children":1504},{"class":1202,"line":1503},21,[1505],{"type":43,"tag":1200,"props":1506,"children":1507},{"style":1251},[1508],{"type":49,"value":1509},"...\n",{"type":43,"tag":52,"props":1511,"children":1512},{},[1513],{"type":43,"tag":68,"props":1514,"children":1515},{},[1516],{"type":49,"value":1517},"JSON Export:",{"type":43,"tag":735,"props":1519,"children":1523},{"className":1520,"code":1521,"language":1522,"meta":743,"style":743},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"site\": {\n    \"id\": \"...\",\n    \"name\": \"...\",\n    \"lastPublished\": \"...\"\n  },\n  \"pages\": [...],\n  \"collections\": [...]\n}\n","json",[1524],{"type":43,"tag":84,"props":1525,"children":1526},{"__ignoreMap":743},[1527,1535,1564,1604,1640,1673,1681,1715,1747],{"type":43,"tag":1200,"props":1528,"children":1529},{"class":1202,"line":1203},[1530],{"type":43,"tag":1200,"props":1531,"children":1532},{"style":1207},[1533],{"type":49,"value":1534},"{\n",{"type":43,"tag":1200,"props":1536,"children":1537},{"class":1202,"line":1219},[1538,1543,1549,1554,1559],{"type":43,"tag":1200,"props":1539,"children":1540},{"style":1207},[1541],{"type":49,"value":1542},"  \"",{"type":43,"tag":1200,"props":1544,"children":1546},{"style":1545},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1547],{"type":49,"value":1548},"site",{"type":43,"tag":1200,"props":1550,"children":1551},{"style":1207},[1552],{"type":49,"value":1553},"\"",{"type":43,"tag":1200,"props":1555,"children":1556},{"style":1207},[1557],{"type":49,"value":1558},":",{"type":43,"tag":1200,"props":1560,"children":1561},{"style":1207},[1562],{"type":49,"value":1563}," {\n",{"type":43,"tag":1200,"props":1565,"children":1566},{"class":1202,"line":1229},[1567,1572,1577,1581,1585,1590,1595,1599],{"type":43,"tag":1200,"props":1568,"children":1569},{"style":1207},[1570],{"type":49,"value":1571},"    \"",{"type":43,"tag":1200,"props":1573,"children":1574},{"style":1213},[1575],{"type":49,"value":1576},"id",{"type":43,"tag":1200,"props":1578,"children":1579},{"style":1207},[1580],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1582,"children":1583},{"style":1207},[1584],{"type":49,"value":1558},{"type":43,"tag":1200,"props":1586,"children":1587},{"style":1207},[1588],{"type":49,"value":1589}," \"",{"type":43,"tag":1200,"props":1591,"children":1592},{"style":1262},[1593],{"type":49,"value":1594},"...",{"type":43,"tag":1200,"props":1596,"children":1597},{"style":1207},[1598],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1600,"children":1601},{"style":1207},[1602],{"type":49,"value":1603},",\n",{"type":43,"tag":1200,"props":1605,"children":1606},{"class":1202,"line":346},[1607,1611,1616,1620,1624,1628,1632,1636],{"type":43,"tag":1200,"props":1608,"children":1609},{"style":1207},[1610],{"type":49,"value":1571},{"type":43,"tag":1200,"props":1612,"children":1613},{"style":1213},[1614],{"type":49,"value":1615},"name",{"type":43,"tag":1200,"props":1617,"children":1618},{"style":1207},[1619],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1621,"children":1622},{"style":1207},[1623],{"type":49,"value":1558},{"type":43,"tag":1200,"props":1625,"children":1626},{"style":1207},[1627],{"type":49,"value":1589},{"type":43,"tag":1200,"props":1629,"children":1630},{"style":1262},[1631],{"type":49,"value":1594},{"type":43,"tag":1200,"props":1633,"children":1634},{"style":1207},[1635],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1637,"children":1638},{"style":1207},[1639],{"type":49,"value":1603},{"type":43,"tag":1200,"props":1641,"children":1642},{"class":1202,"line":1273},[1643,1647,1652,1656,1660,1664,1668],{"type":43,"tag":1200,"props":1644,"children":1645},{"style":1207},[1646],{"type":49,"value":1571},{"type":43,"tag":1200,"props":1648,"children":1649},{"style":1213},[1650],{"type":49,"value":1651},"lastPublished",{"type":43,"tag":1200,"props":1653,"children":1654},{"style":1207},[1655],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1657,"children":1658},{"style":1207},[1659],{"type":49,"value":1558},{"type":43,"tag":1200,"props":1661,"children":1662},{"style":1207},[1663],{"type":49,"value":1589},{"type":43,"tag":1200,"props":1665,"children":1666},{"style":1262},[1667],{"type":49,"value":1594},{"type":43,"tag":1200,"props":1669,"children":1670},{"style":1207},[1671],{"type":49,"value":1672},"\"\n",{"type":43,"tag":1200,"props":1674,"children":1675},{"class":1202,"line":1299},[1676],{"type":43,"tag":1200,"props":1677,"children":1678},{"style":1207},[1679],{"type":49,"value":1680},"  },\n",{"type":43,"tag":1200,"props":1682,"children":1683},{"class":1202,"line":443},[1684,1688,1693,1697,1701,1706,1710],{"type":43,"tag":1200,"props":1685,"children":1686},{"style":1207},[1687],{"type":49,"value":1542},{"type":43,"tag":1200,"props":1689,"children":1690},{"style":1545},[1691],{"type":49,"value":1692},"pages",{"type":43,"tag":1200,"props":1694,"children":1695},{"style":1207},[1696],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1698,"children":1699},{"style":1207},[1700],{"type":49,"value":1558},{"type":43,"tag":1200,"props":1702,"children":1703},{"style":1207},[1704],{"type":49,"value":1705}," [",{"type":43,"tag":1200,"props":1707,"children":1708},{"style":1251},[1709],{"type":49,"value":1594},{"type":43,"tag":1200,"props":1711,"children":1712},{"style":1207},[1713],{"type":49,"value":1714},"],\n",{"type":43,"tag":1200,"props":1716,"children":1717},{"class":1202,"line":1319},[1718,1722,1727,1731,1735,1739,1743],{"type":43,"tag":1200,"props":1719,"children":1720},{"style":1207},[1721],{"type":49,"value":1542},{"type":43,"tag":1200,"props":1723,"children":1724},{"style":1545},[1725],{"type":49,"value":1726},"collections",{"type":43,"tag":1200,"props":1728,"children":1729},{"style":1207},[1730],{"type":49,"value":1553},{"type":43,"tag":1200,"props":1732,"children":1733},{"style":1207},[1734],{"type":49,"value":1558},{"type":43,"tag":1200,"props":1736,"children":1737},{"style":1207},[1738],{"type":49,"value":1705},{"type":43,"tag":1200,"props":1740,"children":1741},{"style":1251},[1742],{"type":49,"value":1594},{"type":43,"tag":1200,"props":1744,"children":1745},{"style":1207},[1746],{"type":49,"value":1270},{"type":43,"tag":1200,"props":1748,"children":1749},{"class":1202,"line":1333},[1750],{"type":43,"tag":1200,"props":1751,"children":1752},{"style":1207},[1753],{"type":49,"value":1754},"}\n",{"type":43,"tag":52,"props":1756,"children":1757},{},[1758,1763],{"type":43,"tag":68,"props":1759,"children":1760},{},[1761],{"type":49,"value":1762},"CSV Export:",{"type":49,"value":1764},"\nGenerate separate files:",{"type":43,"tag":74,"props":1766,"children":1767},{},[1768,1779,1790,1801],{"type":43,"tag":78,"props":1769,"children":1770},{},[1771,1777],{"type":43,"tag":84,"props":1772,"children":1774},{"className":1773},[],[1775],{"type":49,"value":1776},"pages.csv",{"type":49,"value":1778},": All pages with metadata",{"type":43,"tag":78,"props":1780,"children":1781},{},[1782,1788],{"type":43,"tag":84,"props":1783,"children":1785},{"className":1784},[],[1786],{"type":49,"value":1787},"collections.csv",{"type":49,"value":1789},": Collection metadata",{"type":43,"tag":78,"props":1791,"children":1792},{},[1793,1799],{"type":43,"tag":84,"props":1794,"children":1796},{"className":1795},[],[1797],{"type":49,"value":1798},"fields.csv",{"type":49,"value":1800},": All fields across collections",{"type":43,"tag":78,"props":1802,"children":1803},{},[1804,1810],{"type":43,"tag":84,"props":1805,"children":1807},{"className":1806},[],[1808],{"type":49,"value":1809},"items.csv",{"type":49,"value":1811},": Item counts per collection",{"type":43,"tag":229,"props":1813,"children":1815},{"id":1814},"performance-optimization",[1816],{"type":49,"value":1817},"Performance Optimization",{"type":43,"tag":52,"props":1819,"children":1820},{},[1821],{"type":43,"tag":68,"props":1822,"children":1823},{},[1824],{"type":49,"value":1825},"Batch Processing:",{"type":43,"tag":74,"props":1827,"children":1828},{},[1829,1834,1839],{"type":43,"tag":78,"props":1830,"children":1831},{},[1832],{"type":49,"value":1833},"For sites with 20+ collections, show progress",{"type":43,"tag":78,"props":1835,"children":1836},{},[1837],{"type":49,"value":1838},"For collections with 100+ items, paginate counts",{"type":43,"tag":78,"props":1840,"children":1841},{},[1842],{"type":49,"value":1843},"Provide estimated time for large sites",{"type":43,"tag":52,"props":1845,"children":1846},{},[1847],{"type":43,"tag":68,"props":1848,"children":1849},{},[1850],{"type":49,"value":1851},"Error Handling:",{"type":43,"tag":74,"props":1853,"children":1854},{},[1855,1873,1890,1895],{"type":43,"tag":78,"props":1856,"children":1857},{},[1858,1860,1865,1866,1871],{"type":49,"value":1859},"If ",{"type":43,"tag":84,"props":1861,"children":1863},{"className":1862},[],[1864],{"type":49,"value":127},{"type":49,"value":91},{"type":43,"tag":84,"props":1867,"children":1869},{"className":1868},[],[1870],{"type":49,"value":134},{"type":49,"value":1872}," fails, continue with collections",{"type":43,"tag":78,"props":1874,"children":1875},{},[1876,1877,1882,1883,1888],{"type":49,"value":1859},{"type":43,"tag":84,"props":1878,"children":1880},{"className":1879},[],[1881],{"type":49,"value":146},{"type":49,"value":91},{"type":43,"tag":84,"props":1884,"children":1886},{"className":1885},[],[1887],{"type":49,"value":171},{"type":49,"value":1889}," fails, show basic collection info",{"type":43,"tag":78,"props":1891,"children":1892},{},[1893],{"type":49,"value":1894},"Report partial successes separately",{"type":43,"tag":78,"props":1896,"children":1897},{},[1898],{"type":49,"value":1899},"Offer to retry failed operations",{"type":43,"tag":52,"props":1901,"children":1902},{},[1903],{"type":43,"tag":68,"props":1904,"children":1905},{},[1906],{"type":49,"value":1907},"Data Efficiency:",{"type":43,"tag":74,"props":1909,"children":1910},{},[1911,1916,1921,1926],{"type":43,"tag":78,"props":1912,"children":1913},{},[1914],{"type":49,"value":1915},"Use pagination for large result sets",{"type":43,"tag":78,"props":1917,"children":1918},{},[1919],{"type":49,"value":1920},"Only fetch detailed schemas when needed",{"type":43,"tag":78,"props":1922,"children":1923},{},[1924],{"type":49,"value":1925},"Limit item samples to 3-5 per collection",{"type":43,"tag":78,"props":1927,"children":1928},{},[1929],{"type":49,"value":1930},"Cache site info for repeat operations",{"type":43,"tag":229,"props":1932,"children":1934},{"id":1933},"best-practices",[1935],{"type":49,"value":1936},"Best Practices",{"type":43,"tag":52,"props":1938,"children":1939},{},[1940],{"type":43,"tag":68,"props":1941,"children":1942},{},[1943],{"type":49,"value":1944},"Read-Only Operation:",{"type":43,"tag":74,"props":1946,"children":1947},{},[1948,1953,1958],{"type":43,"tag":78,"props":1949,"children":1950},{},[1951],{"type":49,"value":1952},"No confirmation needed (read-only)",{"type":43,"tag":78,"props":1954,"children":1955},{},[1956],{"type":49,"value":1957},"Safe to run multiple times",{"type":43,"tag":78,"props":1959,"children":1960},{},[1961],{"type":49,"value":1962},"No side effects or modifications",{"type":43,"tag":52,"props":1964,"children":1965},{},[1966],{"type":43,"tag":68,"props":1967,"children":1968},{},[1969],{"type":49,"value":1970},"Clear Organization:",{"type":43,"tag":74,"props":1972,"children":1973},{},[1974,1979,1984,1989],{"type":43,"tag":78,"props":1975,"children":1976},{},[1977],{"type":49,"value":1978},"Group by content type (pages\u002Fcollections)",{"type":43,"tag":78,"props":1980,"children":1981},{},[1982],{"type":49,"value":1983},"Use visual hierarchy (├── └──)",{"type":43,"tag":78,"props":1985,"children":1986},{},[1987],{"type":49,"value":1988},"Show counts prominently",{"type":43,"tag":78,"props":1990,"children":1991},{},[1992],{"type":49,"value":1993},"Highlight issues with icons (✅ ⚠️ 🔴 💡)",{"type":43,"tag":52,"props":1995,"children":1996},{},[1997],{"type":43,"tag":68,"props":1998,"children":1999},{},[2000],{"type":49,"value":2001},"Actionable Output:",{"type":43,"tag":74,"props":2003,"children":2004},{},[2005,2010,2015,2020],{"type":43,"tag":78,"props":2006,"children":2007},{},[2008],{"type":49,"value":2009},"Always end with recommendations",{"type":43,"tag":78,"props":2011,"children":2012},{},[2013],{"type":49,"value":2014},"Offer export options for detailed inventories",{"type":43,"tag":78,"props":2016,"children":2017},{},[2018],{"type":49,"value":2019},"Suggest next steps based on findings",{"type":43,"tag":78,"props":2021,"children":2022},{},[2023],{"type":49,"value":2024},"Provide comparison against best practices",{"type":43,"tag":52,"props":2026,"children":2027},{},[2028,2033],{"type":43,"tag":68,"props":2029,"children":2030},{},[2031],{"type":49,"value":2032},"Version Tracking:",{"type":49,"value":2034},"\nIf user runs inventory multiple times:",{"type":43,"tag":74,"props":2036,"children":2037},{},[2038,2043,2048,2053],{"type":43,"tag":78,"props":2039,"children":2040},{},[2041],{"type":49,"value":2042},"Compare with previous run",{"type":43,"tag":78,"props":2044,"children":2045},{},[2046],{"type":49,"value":2047},"Show changes (new pages, deleted collections)",{"type":43,"tag":78,"props":2049,"children":2050},{},[2051],{"type":49,"value":2052},"Track content growth over time",{"type":43,"tag":78,"props":2054,"children":2055},{},[2056],{"type":49,"value":2057},"Alert on significant changes",{"type":43,"tag":2059,"props":2060,"children":2061},"style",{},[2062],{"type":49,"value":2063},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":2065,"total":2184},[2066,2087,2104,2121,2138,2154,2170],{"slug":2067,"name":2068,"fn":2069,"description":2070,"org":2071,"tags":2072,"stars":24,"repoUrl":25,"updatedAt":2086},"webflow-clicloud","webflow-cli:cloud","deploy applications to Webflow Cloud","Initialize, build, and deploy full-stack Webflow applications to Webflow Cloud hosting. Supports site-attached deploys (linked to an existing Webflow site) and project app deploys (independent project, no existing site required). Use when creating new projects, deploying existing ones, or setting up CI\u002FCD pipelines for Webflow Cloud.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2073,2076,2079,2082,2085],{"name":2074,"slug":2075,"type":16},"CLI","cli",{"name":2077,"slug":2078,"type":16},"Cloud","cloud",{"name":2080,"slug":2081,"type":16},"Deployment","deployment",{"name":2083,"slug":2084,"type":16},"Full-stack","full-stack",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:47.514609",{"slug":2088,"name":2089,"fn":2090,"description":2091,"org":2092,"tags":2093,"stars":24,"repoUrl":25,"updatedAt":2103},"webflow-clicode-component","webflow-cli:code-component","create and deploy Webflow Code Components","Create and deploy reusable React components for Webflow Designer. Configure existing React projects with webflow.json, build and bundle code, validate output, and deploy to workspace using library share. Use when building custom components for designers.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2094,2095,2096,2099,2102],{"name":2074,"slug":2075,"type":16},{"name":2080,"slug":2081,"type":16},{"name":2097,"slug":2098,"type":16},"React","react",{"name":2100,"slug":2101,"type":16},"UI Components","ui-components",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:41.421071",{"slug":2105,"name":2106,"fn":2107,"description":2108,"org":2109,"tags":2110,"stars":24,"repoUrl":25,"updatedAt":2120},"webflow-clidesigner-extension","webflow-cli:designer-extension","build Webflow Designer Extensions","Build Designer Extensions for custom Webflow Designer functionality. Lists available templates, initializes extension projects from templates (default\u002Freact\u002Ftypescript-alt), bundles extensions for upload, and serves locally for development.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2111,2112,2115,2116,2119],{"name":2074,"slug":2075,"type":16},{"name":2113,"slug":2114,"type":16},"Plugin Development","plugin-development",{"name":2097,"slug":2098,"type":16},{"name":2117,"slug":2118,"type":16},"TypeScript","typescript",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:43.853573",{"slug":2122,"name":2123,"fn":2124,"description":2125,"org":2126,"tags":2127,"stars":24,"repoUrl":25,"updatedAt":2137},"webflow-clidevlink","webflow-cli:devlink","export Webflow components to React and Next.js","Export Webflow Designer components to React\u002FNext.js code for external projects. Configure devlink settings in webflow.json, sync design updates with devlink sync, validate generated code, show diffs, and provide integration examples. Use when building with Webflow designs in React\u002FNext.js.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2128,2129,2132,2135,2136],{"name":2074,"slug":2075,"type":16},{"name":2130,"slug":2131,"type":16},"Frontend","frontend",{"name":2133,"slug":2134,"type":16},"Next.js","next-js",{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:40.182468",{"slug":2139,"name":2140,"fn":2141,"description":2142,"org":2143,"tags":2144,"stars":24,"repoUrl":25,"updatedAt":2153},"webflow-clitroubleshooter","webflow-cli:troubleshooter","troubleshoot Webflow CLI issues","Diagnose and fix Webflow CLI issues including installation problems, authentication failures, build errors, and bundle problems. Uses CLI diagnostic flags (--version, --help, --verbose, --debug-bundler) for troubleshooting.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2145,2146,2149,2152],{"name":2074,"slug":2075,"type":16},{"name":2147,"slug":2148,"type":16},"Configuration","configuration",{"name":2150,"slug":2151,"type":16},"Debugging","debugging",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:48.831648",{"slug":2155,"name":2156,"fn":2157,"description":2158,"org":2159,"tags":2160,"stars":24,"repoUrl":25,"updatedAt":2169},"webflow-code-componentcomponent-audit","webflow-code-component:component-audit","audit Webflow Code Component architecture","Audit Webflow Code Components for architecture decisions - prop exposure, state management, slot opportunities, and Shadow DOM compatibility. Focused on Webflow-specific patterns, not generic React best practices.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2161,2164,2167,2168],{"name":2162,"slug":2163,"type":16},"Architecture","architecture",{"name":2165,"slug":2166,"type":16},"Code Analysis","code-analysis",{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:46.277768",{"slug":2171,"name":2172,"fn":2173,"description":2174,"org":2175,"tags":2176,"stars":24,"repoUrl":25,"updatedAt":2183},"webflow-code-componentcomponent-scaffold","webflow-code-component:component-scaffold","scaffold Webflow Code Component boilerplate","Generate new Webflow Code Component boilerplate with React component, definition file, and optional styling. Automatically checks prerequisites and can set up missing config\u002Fdependencies.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2177,2178,2179,2182],{"name":2130,"slug":2131,"type":16},{"name":2097,"slug":2098,"type":16},{"name":2180,"slug":2181,"type":16},"Templates","templates",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:42.638042",28,{"items":2186,"total":2184},[2187,2195,2203,2211,2219,2226,2233,2240,2252,2264,2278,2294],{"slug":2067,"name":2068,"fn":2069,"description":2070,"org":2188,"tags":2189,"stars":24,"repoUrl":25,"updatedAt":2086},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2190,2191,2192,2193,2194],{"name":2074,"slug":2075,"type":16},{"name":2077,"slug":2078,"type":16},{"name":2080,"slug":2081,"type":16},{"name":2083,"slug":2084,"type":16},{"name":10,"slug":9,"type":16},{"slug":2088,"name":2089,"fn":2090,"description":2091,"org":2196,"tags":2197,"stars":24,"repoUrl":25,"updatedAt":2103},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2198,2199,2200,2201,2202],{"name":2074,"slug":2075,"type":16},{"name":2080,"slug":2081,"type":16},{"name":2097,"slug":2098,"type":16},{"name":2100,"slug":2101,"type":16},{"name":10,"slug":9,"type":16},{"slug":2105,"name":2106,"fn":2107,"description":2108,"org":2204,"tags":2205,"stars":24,"repoUrl":25,"updatedAt":2120},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2206,2207,2208,2209,2210],{"name":2074,"slug":2075,"type":16},{"name":2113,"slug":2114,"type":16},{"name":2097,"slug":2098,"type":16},{"name":2117,"slug":2118,"type":16},{"name":10,"slug":9,"type":16},{"slug":2122,"name":2123,"fn":2124,"description":2125,"org":2212,"tags":2213,"stars":24,"repoUrl":25,"updatedAt":2137},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2214,2215,2216,2217,2218],{"name":2074,"slug":2075,"type":16},{"name":2130,"slug":2131,"type":16},{"name":2133,"slug":2134,"type":16},{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},{"slug":2139,"name":2140,"fn":2141,"description":2142,"org":2220,"tags":2221,"stars":24,"repoUrl":25,"updatedAt":2153},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2222,2223,2224,2225],{"name":2074,"slug":2075,"type":16},{"name":2147,"slug":2148,"type":16},{"name":2150,"slug":2151,"type":16},{"name":10,"slug":9,"type":16},{"slug":2155,"name":2156,"fn":2157,"description":2158,"org":2227,"tags":2228,"stars":24,"repoUrl":25,"updatedAt":2169},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2229,2230,2231,2232],{"name":2162,"slug":2163,"type":16},{"name":2165,"slug":2166,"type":16},{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},{"slug":2171,"name":2172,"fn":2173,"description":2174,"org":2234,"tags":2235,"stars":24,"repoUrl":25,"updatedAt":2183},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2236,2237,2238,2239],{"name":2130,"slug":2131,"type":16},{"name":2097,"slug":2098,"type":16},{"name":2180,"slug":2181,"type":16},{"name":10,"slug":9,"type":16},{"slug":2241,"name":2242,"fn":2243,"description":2244,"org":2245,"tags":2246,"stars":24,"repoUrl":25,"updatedAt":2251},"webflow-code-componentconvert-component","webflow-code-component:convert-component","convert React components to Webflow Code Components","Convert an existing React component into a Webflow Code Component. Analyzes TypeScript props, maps to Webflow prop types, generates the .webflow.tsx definition file, and identifies required modifications.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2247,2248,2249,2250],{"name":21,"slug":22,"type":16},{"name":2097,"slug":2098,"type":16},{"name":2117,"slug":2118,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:52.523608",{"slug":2253,"name":2254,"fn":2255,"description":2256,"org":2257,"tags":2258,"stars":24,"repoUrl":25,"updatedAt":2263},"webflow-code-componentdeploy-guide","webflow-code-component:deploy-guide","deploy Webflow Code Components","Step-by-step guide for deploying Webflow Code Components to a workspace. Covers authentication, pre-flight checks, deployment execution, and verification.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2259,2260,2261,2262],{"name":2080,"slug":2081,"type":16},{"name":2130,"slug":2131,"type":16},{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:38.947875",{"slug":2265,"name":2266,"fn":2267,"description":2268,"org":2269,"tags":2270,"stars":24,"repoUrl":25,"updatedAt":2277},"webflow-code-componentlocal-dev-setup","webflow-code-component:local-dev-setup","set up local Webflow Code Component projects","Initialize a new Webflow Code Components project from scratch. Creates project structure, installs dependencies, configures webflow.json, and sets up development environment.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2271,2272,2275,2276],{"name":2147,"slug":2148,"type":16},{"name":2273,"slug":2274,"type":16},"Local Development","local-development",{"name":2097,"slug":2098,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:50.062783",{"slug":2279,"name":2280,"fn":2281,"description":2282,"org":2283,"tags":2284,"stars":24,"repoUrl":25,"updatedAt":2293},"webflow-code-componentpre-deploy-check","webflow-code-component:pre-deploy-check","validate Webflow Code Components before deployment","Pre-deployment validation for Webflow Code Components. Checks bundle size, dependencies, prop configurations, SSR compatibility, styling setup, and common issues before running webflow library share.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2285,2286,2289,2292],{"name":2080,"slug":2081,"type":16},{"name":2287,"slug":2288,"type":16},"QA","qa",{"name":2290,"slug":2291,"type":16},"Validation","validation",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:51.300653",{"slug":2295,"name":2296,"fn":2297,"description":2298,"org":2299,"tags":2300,"stars":24,"repoUrl":25,"updatedAt":2307},"webflow-code-componenttroubleshoot-deploy","webflow-code-component:troubleshoot-deploy","troubleshoot Webflow Code Component deployments","Debug deployment failures for Webflow Code Components. Analyzes error messages, identifies root causes, and provides specific fixes for common issues.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2301,2302,2303,2306],{"name":2150,"slug":2151,"type":16},{"name":2080,"slug":2081,"type":16},{"name":2304,"slug":2305,"type":16},"Observability","observability",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:45.057571"]