blog-structure-creator-api

Create four Webflow CMS collections with SEO fields via the Data API v2.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/8020admin/skills --skill blog-structure-creator-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-structure-creator-api
Source: https://github.com/8020admin/skills/tree/main/blog-structure-creator-api
Command: npx skills add https://github.com/8020admin/skills --skill blog-structure-creator-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create the same blog CMS infrastructure as the MCP-based workflow using the Webflow Data API v2, ensuring Categories, Tags, Authors, and Blog Posts exist with SEO-ready fields across all collections.

Core Features & Use Cases

  • Creates four collections: Categories, Tags, Authors, Blog Posts, each with required SEO fields (Meta Title, Meta Description, OG Image) and designed relationships for posts.
  • Provides a deterministic provisioning flow via the Webflow CMS API to support API-based migrations, headless setups, or MCP unavailability.
  • Suitable for projects needing repeatable blog scaffolding and easy replication across sites or environments.

Quick Start

Supply your Webflow site_id and API token to run the API-based CMS scaffolding.

Frequently Asked Questions about blog-structure-creator-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Webflow CMS blog structure creation via the API?

Automate Webflow CMS blog structure creation by using the Webflow Data API v2 to provision four collections: Categories, Tags, Authors, and Blog Posts. This deterministic scaffolding flow creates all required SEO fields and collection relationships safely.

Can I provision Webflow CMS collections without using MCP?

Yes, you can provision Webflow CMS collections without MCP by using the Webflow Data API v2. This approach is specifically designed for Webflow sites where MCP is unavailable or where API-based provisioning is preferred for automated blog scaffolding.

What Webflow API token scopes do I need to create blog collections?

Creating blog collections via the Webflow API requires a valid API token with cms:read and cms:write scopes. You also need the target site_id to execute the idempotent sequence that scaffolds the Categories, Tags, Authors, and Blog Posts collections.

Does this API-based Webflow blog scaffolding include SEO fields?

Yes, API-based Webflow blog scaffolding includes required SEO fields across all four collections. Each collection is created with Meta Title, Meta Description, and OG Image fields to ensure the blog CMS infrastructure is fully SEO-ready.

What is the best way to replicate a blog CMS structure across multiple Webflow sites?

Replicate blog CMS structures across multiple Webflow sites by executing a deterministic API provisioning flow. Supplying a target site_id and API token runs an idempotent sequence that safely creates the identical Categories, Tags, Authors, and Blog Posts collections.

When should I avoid using this API approach for Webflow CMS scaffolding?

You should avoid this API approach for Webflow CMS scaffolding if MCP is available and preferred on your target site, or if you cannot supply a valid Webflow API token with the necessary cms:read and cms:write scopes and target site_id.