Cloudflare Agents
Automates Cloudflare Workers deployment & management via Jackspace agents, simplifying serverless workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jackspace-cloudflare-agents npx -- -y @trustedskills/jackspace-cloudflare-agents
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jackspace-cloudflare-agents": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jackspace-cloudflare-agents"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, jackspace-cloudflare-agents, allows AI agents to interact with and manage Cloudflare resources. It provides capabilities for tasks such as retrieving DNS records, managing firewall rules, and querying worker deployments. This enables automation of common Cloudflare administration workflows directly from within an agent environment.
When to use it
- Automated DNS record updates: Automatically update a DNS record based on changes in another system (e.g., updating a load balancer IP).
- Firewall rule management: Create or modify Cloudflare firewall rules based on specific security events or policies.
- Worker deployment status checks: Monitor the deployment status of Cloudflare Workers and receive alerts if deployments fail.
- Troubleshooting Cloudflare configuration: Quickly retrieve information about existing configurations to diagnose issues.
Key capabilities
- DNS record retrieval
- Firewall rule management
- Cloudflare Worker deployment monitoring
Example prompts
- "Get the current IP address for my website's A record."
- "Create a Cloudflare firewall rule that blocks traffic from country X."
- “Check if my worker 'my-worker' is deployed successfully.”
Tips & gotchas
Requires appropriate API credentials configured within your agent environment to access and modify Cloudflare resources. Ensure the agent has sufficient permissions in your Cloudflare account for the desired 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.