deploy

Automate static website deployment to Cloudflare Workers with Wrangler.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill deploy-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/deploy
Command: npx skills add https://github.com/Anglesite/anglesite --skill deploy-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cloudflare/wrangler, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment process to Cloudflare Workers, eliminating the need for manual configuration and simplifying the hosting of static websites.

Core Features & Use Cases

  • Automated Deployment: Build and deploy your website to Cloudflare Workers with a single command.
  • Security Scans: Perform mandatory security scans to prevent vulnerabilities and data breaches.
  • Domain Setup: Automate the setup of custom domains with SSL certificates.
  • Analytics Integration: Integrate Cloudflare Web Analytics for tracking site traffic.
  • Use Case: If you have a static website and want to deploy it on Cloudflare Workers with custom domain and analytics, this skill can help you do it with minimal effort.

Quick Start

Run the deploy skill to automatically deploy your site to Cloudflare Workers.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy a static website to Cloudflare Workers?

To deploy a static website to Cloudflare Workers, you can run an automated deployment process that handles building, authentication, and publishing with a single command. This eliminates manual configuration and simplifies hosting.

Do I need Wrangler to automate deployment to Cloudflare Workers?

Yes, you need Wrangler and a Cloudflare account to automate deployment to Cloudflare Workers. Wrangler is a required dependency for handling the build and publishing steps securely.

Can I set up a custom domain and SSL certificate when hosting on Cloudflare Workers?

Yes, you can set up a custom domain and SSL certificate when hosting on Cloudflare Workers. The deployment process automates domain configuration to ensure your site is accessible via a custom domain.

Does deploying to Cloudflare Workers include security scans for vulnerabilities?

Yes, deploying to Cloudflare Workers includes mandatory security scans for vulnerabilities. These scans are performed during the deployment process to prevent data breaches and ensure site security.

How do I integrate Cloudflare Web Analytics after hosting my static site?

You can integrate Cloudflare Web Analytics after hosting your static site through the automated deployment process. This integration tracks site traffic and monitors performance metrics once your site is published.

What is the best way to simplify web hosting configuration for static websites?

The best way to simplify web hosting configuration for static websites is using automated deployment to Cloudflare Workers. It eliminates manual setup by handling build, scanning, domain setup, and publishing in one step.