π
Cloudflare
CDN Cloud & DevOpsInstall Command
npx clawhub@latest install cloudflare
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Cloudflare to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Cloudflare appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
DNS Management
Cache Purge
Workers
Detailed Description
The Cloudflare skill lets OpenClaw manage your Cloudflare services, including domains, DNS, CDN, and security settings.
Core Features
- DNS Management: Add, modify, and delete DNS records
- Cache Control: Purge site-wide or URL-specific CDN cache
- WAF Rules: View and manage Web Application Firewall rules
- Workers Management: Deploy and manage Cloudflare Workers
- Analytics Data: View traffic statistics, security events, and performance metrics
Configuration
{
skills: {
cloudflare: {
apiToken: "xxx",
accountId: "xxx"
}
}
}
Use Cases
- "Add an A record for example.com pointing to 1.2.3.4"
- "Purge the entire cache for example.com"
- "Have there been any malicious requests blocked by WAF recently?"
- "Deploy this Worker script to
api.example.com"