Cloudflare Deploy

🌐Community
by davila7 · vlatest · Repository

Helps with Cloudflare, deployment as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-cloudflare-deploy npx -- -y @trustedskills/davila7-cloudflare-deploy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "davila7-cloudflare-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/davila7-cloudflare-deploy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

cloudflare-deploy

What it does

This skill enables AI agents to deploy applications directly to Cloudflare's global network using the wrangler CLI. It automates the process of uploading assets, configuring domains, and managing environment variables for serverless functions and static sites.

When to use it

  • You need to rapidly prototype serverless functions (Workers) without setting up a local development environment.
  • Your team requires an automated pipeline to push code changes directly from version control or CI/CD triggers to production.
  • You are managing multiple environments (e.g., dev, staging, prod) and need consistent deployment configurations across them.

Key capabilities

  • Asset Upload: Automatically uploads static assets like HTML, CSS, JavaScript, and images to Cloudflare Pages.
  • Worker Deployment: Deploys and updates Cloudflare Workers with specific environment settings.
  • Configuration Management: Handles wrangler.toml configurations, including route definitions and compatibility flags.
  • Authentication Integration: Manages API tokens required for secure deployment operations.

Example prompts

  • "Deploy my static site to Cloudflare Pages using the current directory contents and update the production environment."
  • "Update the api-handler Worker with the latest code from the repository and set the STAGE variable to 'production'."
  • "Configure a new route for my domain on Cloudflare Workers and deploy the associated script."

Tips & gotchas

Ensure your wrangler.toml file is correctly configured with valid API tokens before attempting deployment, as missing credentials will cause immediate failure. This skill relies on the underlying wrangler CLI functionality; ensure your agent has access to the necessary network permissions to reach Cloudflare's endpoints.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
41

🌐 Community

Passed automated security scans.