webflow-docs

Fetch official Webflow API endpoint documentation from developers.webflow.com.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/JDetmar/pulumi-webflow --skill webflow-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webflow-docs
Source: https://github.com/JDetmar/pulumi-webflow/tree/main/.claude/skills/webflow-docs
Command: npx skills add https://github.com/JDetmar/pulumi-webflow --skill webflow-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a Webflow API documentation lookup assistant, fetching official docs based on user queries.

Core Features & Use Cases

  • Fetch endpoint docs from the Webflow developer reference when a user asks about a specific path.
  • Present method, URL, authentication, request/response schema, and examples in a concise, readable format.
  • Use Case: When building integrations with Webflow, quickly verify endpoint capabilities like sites/list, pages/list, or webhooks/get to guide implementation.

Quick Start

Query the Webflow API documentation by asking for an endpoint such as "sites/list" or "webhooks/create". The skill will retrieve and present the official documentation from the Webflow data reference.

Frequently Asked Questions about webflow-docs

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

FAQPage Schema
How do I look up Webflow API endpoint documentation for sites and pages?

To look up Webflow API endpoint documentation, query the specific path like sites/list or pages/list. The skill fetches official markdown docs from developers.webflow.com and presents method, URL, authentication, and schema details.

What authentication scopes do I need for Webflow API webhooks/create requests?

Webflow API webhooks/create authentication scopes are detailed in the official reference. The skill retrieves the specific authentication requirements and request/response schemas by fetching the documentation for that exact endpoint.

Can I get code examples and response schemas from the Webflow developer reference?

Yes, you can get code examples and response schemas from the Webflow developer reference. The skill fetches official documentation and presents request/response schemas, methods, and examples in a concise format.

How do I find the request parameters for the Webflow API sites/list endpoint?

To find request parameters for the Webflow API sites/list endpoint, ask the skill for that specific path. It fetches the official developers.webflow.com documentation to show the required method, URL, and schema.

Does this Webflow API docs lookup tool work for any endpoint in the developer reference?

This Webflow API docs lookup tool works for any endpoint available in the official Webflow developer reference. It uses WebFetch to retrieve markdown documentation for paths you specify, such as webhooks/get or pages/list.

What's the best way to verify Webflow API endpoint capabilities before building an integration?

The best way to verify Webflow API endpoint capabilities is to fetch the official documentation. The skill retrieves endpoint details like methods, authentication scopes, and schemas from developers.webflow.com to guide your implementation.