blog-structure-creator-api

Create blog CMS collections in Webflow via the Data API v2.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates the same blog CMS structure as its MCP-based counterpart using the Webflow Data API v2 (REST). It sets up four collections (Categories, Tags, Authors, Blog Posts) and configures fields, SEO metadata, and reference relationships to enable a fully functional blog CMS driven by API calls.

Core Features & Use Cases

  • API-driven CMS setup: Create and configure four collections (Categories, Tags, Authors, Blog Posts) with SEO fields and required reference fields.
  • Reference relationships: Establish Author, Category, and Tag relationships for Blog Posts to enable structured content and filtering.
  • Security and automation: Use token-based authentication (Bearer token) to perform authenticated requests and automate site provisioning without MCP.

Quick Start

Provide a Webflow API token and site ID, then run the script to create the four CMS collections via the Data API.

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 create a Webflow blog CMS structure using the Data API?

You can create a complete Webflow blog CMS structure via the Data API v2 by programmatically setting up Categories, Tags, Authors, and Blog Posts collections with SEO fields and reference relationships through authenticated REST API calls.

Can I automate Webflow CMS collection creation without using MCP?

Yes, you can automate Webflow CMS collection creation without MCP by using the Webflow Data API v2 with Bearer token authentication to provision and configure blog collections directly via REST endpoints.

How do I set up reference relationships between Webflow CMS collections via API?

To set up reference relationships via the Webflow Data API, create the Categories, Tags, and Authors collections first, then configure the Blog Posts collection to include reference fields linking back to those parent collections.

Do I need to validate existing Webflow CMS collections before creating new ones via API?

Yes, you need to validate existing Webflow CMS collections before creating new ones via API to avoid duplicate collections and ensure the script only provisions Categories, Tags, Authors, and Blog Posts that are missing.

What authentication is required to build a Webflow blog CMS via the REST API?

Building a Webflow blog CMS via the REST API requires proper Authorization headers using a Bearer token for authentication, along with correct site_id handling to target the specific Webflow project.

Does the Webflow Data API v2 support adding SEO fields to blog post collections?

Yes, the Webflow Data API v2 supports adding SEO fields to blog post collections, allowing you to programmatically configure SEO metadata alongside standard content fields when creating the CMS structure.