webflow-hello-world
Installation
SKILL.md
Webflow Hello World
Overview
Minimal working examples demonstrating the three core Webflow Data API v2 operations: listing sites, reading CMS collections/items, and creating a CMS item.
Prerequisites
- Completed
webflow-install-authsetup webflow-apipackage installed- Valid API token with
sites:readandcms:readscopes
Instructions
Step 1: List Your Sites
Every Webflow API call starts with a site_id. List your sites to find it:
Related skills