Cloudflare Deploy

🏢Official
by openai · vlatest · Repository

Official openai skill covering Cloudflare, deployment for deploying and managing cloud infrastructure.

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 cloudflare-deploy npx -- -y @trustedskills/cloudflare-deploy
2

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

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

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

About This Skill

What it does

The cloudflare-deploy skill enables AI agents to deploy and manage applications on Cloudflare, streamlining workflows for developers who need to integrate their projects with Cloudflare's infrastructure. It supports tasks such as deploying code, configuring domains, and managing DNS settings directly through an AI interface.

When to use it

  • Automating the deployment of web apps or static sites to Cloudflare.
  • Configuring domain names and SSL certificates without manual intervention.
  • Managing multiple environments (e.g., staging, production) with a single command.

Key capabilities

  • Deploy applications to Cloudflare with minimal configuration.
  • Manage DNS records and domain configurations.
  • Automate SSL certificate setup for secure deployments.

Example prompts

  • "Deploy my React app to Cloudflare using the latest build from GitHub."
  • "Set up a new subdomain on Cloudflare with an A record pointing to 192.0.2.1."
  • "Automatically renew SSL certificates for all domains hosted on Cloudflare."

Tips & gotchas

  • Ensure you have proper API access credentials configured in your environment before using this skill.
  • Some advanced features may require specific permissions or account-level settings within Cloudflare.

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
openai
Installs
206

🏢 Official

Published by the company or team that built the technology.