cloudflare-pages-connect

Connect a webflow-code-kit GitHub repo to Cloudflare Pages via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates connecting a webflow-code-kit GitHub repo to Cloudflare Pages via the Cloudflare REST API, provisioning a Pages project linked to GitHub with a production/main branch, and exposing staging and production URLs ready to paste into Webflow.

Core Features & Use Cases

  • Cloudflare Pages provisioning: Creates a Pages project linked to the team8020 GitHub org and configures production as the default branch.
  • Branch setup & URL output: Creates and pushes the staging branch, and returns staging and production URLs for Webflow integration.
  • Guardrails & validation: Validates environment tokens, repository remotes, and project naming before actions to avoid misconfigurations.

Quick Start

Run this skill inside the webflow-code-kit project directory to begin the Cloudflare Pages connection process.

Frequently Asked Questions about cloudflare-pages-connect

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

FAQPage Schema
How do I connect a Webflow GitHub repo to Cloudflare Pages?

Connect a Webflow GitHub repo to Cloudflare Pages by running this skill inside your project directory to automate provisioning via the Cloudflare REST API, configure the production branch, and return staging and production URLs for Webflow integration.

What do I need to set up a Cloudflare Pages deployment for Webflow?

Setting up a Cloudflare Pages deployment for Webflow requires a Cloudflare API token with Pages: Edit permission stored as CLOUDFLARE_API_TOKEN in your .env file, and a local project.json referencing the GitHub repo.

Does this Cloudflare Pages connection support both staging and production URLs?

Yes, this Cloudflare Pages connection supports both staging and production URLs. It creates and pushes a staging branch while configuring the main branch for production, yielding both URLs ready for Webflow integration.

Can I automate Cloudflare Pages provisioning without manual dashboard configuration?

Yes, you can automate Cloudflare Pages provisioning without manual dashboard configuration by using the Cloudflare REST API to link your GitHub repo, set the default production branch, and push the staging branch automatically.

What validations are checked before connecting a GitHub repo to Cloudflare Pages?

Before connecting a GitHub repo to Cloudflare Pages, the process validates environment tokens, repository remotes, and project naming to prevent misconfigurations and ensure the Cloudflare API connection is correctly authenticated.