Webflow Publish Skill

Publish Markdown content with images to the Webflow CMS via API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cdeistopened/OpenEd-Vault --skill webflow-publish-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Webflow Publish Skill
Source: https://github.com/cdeistopened/OpenEd-Vault/tree/main/.claude/skills/webflow-publish
Command: npx skills add https://github.com/cdeistopened/OpenEd-Vault --skill webflow-publish-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing content, including blog posts with images, to the OpenEd Webflow CMS via API, streamlining content deployment.

Core Features & Use Cases

  • Automated Content Publishing: Publishes articles, deep dives, and blog posts to opened.co.
  • Markdown to HTML Conversion: Handles the conversion of Markdown content into HTML suitable for Webflow.
  • Image Uploads: Manages the upload of images to the Webflow CDN.
  • Author Management: Detects existing authors or creates new ones in the Webflow CMS.
  • CMS Post Creation: Creates new posts within the Webflow CMS.
  • Use Case: When you have a new blog post written in Markdown, this skill can take it, convert it, upload any necessary images, assign an author, and create the post in Webflow, ready for review or immediate publishing.

Quick Start

Use the Webflow Publish Skill to publish the article content from 'my-new-article.md' to the OpenEd Webflow CMS.

Frequently Asked Questions about Webflow Publish Skill

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

FAQPage Schema
How do I publish markdown content to Webflow CMS via API?

You can publish markdown content to Webflow CMS by automating API calls that handle markdown to HTML conversion, image uploads to the Webflow CDN, author detection or creation, and CMS post creation. This requires an API key and specific Webflow collection IDs.

Can I upload images to the Webflow CDN when publishing blog posts?

Yes, when publishing blog posts you can upload images to the Webflow CDN. The publishing process manages image uploads automatically alongside markdown to HTML conversion and CMS post creation, ensuring your visual assets are deployed directly to the CDN.

Do I need specific collection IDs to publish articles to Webflow?

Yes, you need specific Webflow collection IDs to publish articles. The automated publishing process requires configured collection IDs for sites, posts, and authors to correctly route your converted HTML content and assign author profiles within the Webflow CMS.

How does author management work when creating Webflow CMS posts?

Author management works by detecting existing authors or creating new ones in the Webflow CMS when creating posts. As the publishing process prepares your content, it automatically checks the author data and either matches an existing profile or generates a new author entry.

What's the best way to automate markdown to HTML conversion for Webflow?

The best way to automate markdown to HTML conversion for Webflow is using an API-driven publishing workflow. This approach handles the markdown conversion into Webflow-suitable HTML, uploads necessary images, and directly creates the CMS post in one streamlined operation.