Cloudflare Cron Triggers
Automate Cloudflare actions like purging caches or DNS updates via scheduled cron jobs directly within your jackspace AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-cron-triggers npx -- -y @trustedskills/cloudflare-cron-triggers
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-cron-triggers": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-cron-triggers"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to schedule and execute tasks within Cloudflare using Cron triggers. It enables automated actions like database backups, cache purges, or DNS record updates at specific intervals. The agent can define the frequency (e.g., hourly, daily, weekly) and the script/command to run on each trigger execution.
When to use it
- Automated Backups: Schedule regular backups of your Cloudflare-managed databases or website content.
- Cache Invalidation: Automatically purge Cloudflare's cache at specific times to ensure users see updated content.
- DNS Record Updates: Synchronize DNS records with external systems on a recurring basis.
- Periodic Maintenance: Run scripts for routine maintenance tasks, such as log rotation or system checks.
Key capabilities
- Schedule Cron triggers within Cloudflare.
- Define trigger frequency (e.g., hourly, daily).
- Execute custom scripts/commands via the trigger.
- Manage and view existing cron jobs.
Example prompts
- "Create a cron job to purge my Cloudflare cache every morning at 6 AM."
- "List all currently scheduled cron triggers."
- "Delete the cron trigger named 'weekly-backup'."
Tips & gotchas
- Requires appropriate permissions within your Cloudflare account. The agent needs access to manage Cron Triggers.
- Be mindful of resource usage when scheduling frequent tasks; excessive execution can impact performance and incur costs.
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.