Cloudflare
Automates Cloudflare configurations like DNS records, firewall rules, and caching based on provided instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add heyvhuang-cloudflare npx -- -y @trustedskills/heyvhuang-cloudflare
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"heyvhuang-cloudflare": {
"command": "npx",
"args": [
"-y",
"@trustedskills/heyvhuang-cloudflare"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Cloudflare Management
What it does
This skill enables AI agents to interact with Cloudflare services, allowing for the management of DNS records, workers, and other infrastructure components directly through natural language commands. It streamlines deployment and configuration tasks within the Cloudflare ecosystem.
When to use it
- Automating the creation or modification of DNS records for new subdomains.
- Deploying or updating Cloudflare Workers scripts without manual CLI interaction.
- Managing zone settings and configuring custom SSL certificates programmatically.
- Troubleshooting network issues by querying real-time Cloudflare status data.
Key capabilities
- Direct integration with the Cloudflare API for resource management.
- Support for dynamic configuration updates across multiple zones.
- Simplified workflow for developers managing complex cloud infrastructures.
Example prompts
- "Create a CNAME record pointing
api.example.comto our main server IP." - "Deploy the latest version of my Cloudflare Worker script from the repository."
- "Check the current status of my DNS zone and list all active records."
Tips & gotchas
Ensure your API token has the necessary permissions for the specific actions you intend to perform, such as Zone:Edit or Worker:Deploy. Always verify that your Cloudflare account is properly authenticated before attempting bulk operations.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.