Cms Collection Setup

🏢Official
by webflow · vlatest · Repository

Automates Webflow CMS collection creation and field setup based on provided data structures and naming conventions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cms-collection-setup npx -- -y @trustedskills/cms-collection-setup
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cms-collection-setup": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cms-collection-setup"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to programmatically discover and install specific CMS collections within a Webflow project. It automates the setup of structured data sources, allowing agents to immediately begin managing dynamic content without manual configuration in the dashboard.

When to use it

  • Deploying new blog or portfolio sections that require pre-defined content structures.
  • Automating the initialization of product catalogs for e-commerce integrations.
  • Setting up event listings or team member directories upon project creation.
  • Rapidly prototyping dynamic sites by instantiating standard data models.

Key capabilities

  • Discovery of available CMS collection templates within a Webflow workspace.
  • Automated installation and configuration of selected collections.
  • Integration with the Webflow API to manage content architecture.

Example prompts

  • "Set up a new 'Blog Posts' CMS collection in my Webflow project with fields for title, excerpt, and image."
  • "Install a standard product catalog collection so I can start adding items immediately."
  • "Create a team member directory collection with links to social profiles and bio text."

Tips & gotchas

Ensure your Webflow account has API access enabled before attempting to install collections via an agent. This skill is strictly for initial setup; ongoing content management requires separate CMS interaction skills.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
webflow
Installs
45

🏢 Official

Published by the company or team that built the technology.