ki-website-cloudflare

Deploy and manage static sites on Cloudflare with wrangler.

Updated May 29, 2026
One-click install
npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-website-cloudflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ki-website-cloudflare
Source: https://github.com/knowledgeislands/ki-agentic-harness/tree/main/skills/ki-website-cloudflare
Command: npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-website-cloudflare

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment and management of static sites on Cloudflare, ensuring they meet the Knowledge Islands hosting standard.

Core Features & Use Cases

  • Deploy Static Sites: Automates the deployment of static sites to Cloudflare using Workers + Static Assets.
  • Audit Hosting: Checks if the site meets the Cloudflare hosting standard.
  • Conform Hosting: Adjusts the site to meet the hosting standard if it doesn't already.
  • Initialize Hosting: Scaffolds a site's hosting configuration.
  • Use Case: Deploy a new static site to Cloudflare, ensuring it follows the standard layout and configuration.

Quick Start

To deploy a site to Cloudflare, run: ki-website-cloudflare deploy <repo-root>

Frequently Asked Questions about ki-website-cloudflare

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

FAQPage Schema
How do I automate static site deployment to Cloudflare?

You can automate static site deployment to Cloudflare by running the deploy command with your repository root. This Skill handles the site configuration and deployment using Workers and Static Assets.

Do I need wrangler to deploy a static site to Cloudflare?

Yes, you need wrangler installed as a dependency to deploy a static site to Cloudflare. The Skill requires wrangler and related dependencies to execute the deployment commands.

What is the best way to audit static site hosting configuration on Cloudflare?

The best way to audit static site hosting configuration on Cloudflare is to use the audit feature. It checks if your site meets the required hosting standard and identifies configuration gaps.

How do I conform an existing static site to a standard Cloudflare hosting layout?

To conform an existing static site to a standard Cloudflare hosting layout, use the conform hosting feature. It automatically adjusts your site configuration to meet the hosting standard.

How do I initialize hosting configuration for a new static site on Cloudflare?

You can initialize hosting configuration for a new static site on Cloudflare using the initialize hosting feature. It scaffolds the necessary site configuration files to prepare for deployment.

Why does my static site deployment to Cloudflare fail to meet hosting standards?

Your static site deployment to Cloudflare may fail to meet hosting standards due to non-compliant configuration. Running the audit feature checks adherence, and the conform feature adjusts the site layout automatically.