一键导入
cloudflare-helper
Triggers when user mentions Cloudflare, DNS records, tunnels, R2, Workers, zero-trust, etc. Provides knowledge of the cf CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triggers when user mentions Cloudflare, DNS records, tunnels, R2, Workers, zero-trust, etc. Provides knowledge of the cf CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fork terminal sessions to spawn parallel AI agents or CLI commands in new terminal windows. Supports git worktrees for isolated parallel development.
Local code review using CodeRabbit CLI. Use when user wants to review changes before committing or pushing.
UI/UX design intelligence. 57 styles, 96 palettes, 50 font pairings, 25 charts, 11 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Search and apply design best practices.
Use when the user asks for a "second opinion", "third opinion", "what does GLM/Gemini think", or wants another model to weigh in on code, design, or review. Routes to the consult plugin's CLI which calls z.ai (GLM-5.2) or Gemini directly via API.
Automatically assist with Bambu Lab X1Plus 3D printer operations via the bambu CLI. Covers status checks, file transfer, print control, calibration, filament management, camera analysis, diagnostics, and SSH commands.
Auto-triggered skill for managing UniFi network devices, clients, sites, and diagnostics via the unifi CLI.
| name | cloudflare-helper |
| description | Triggers when user mentions Cloudflare, DNS records, tunnels, R2, Workers, zero-trust, etc. Provides knowledge of the cf CLI. |
| triggers | ["add DNS record","create A record","create AAAA record","create CNAME record","create MX record","create TXT record","delete DNS","remove DNS","list cloudflare zones","cloudflare DNS","cloudflare domain","manage DNS","DNS records","create cloudflare tunnel","set up tunnel","cloudflared","list tunnels","cloudflare tunnel","tunnel configuration","purge cloudflare cache","purge cf cache","clear cloudflare cache","clear CDN cache","cloudflare zero trust","zero trust","access policies","cloudflare access","cf cli","cloudflare cli","cloudflare API","cf command","create R2 bucket","R2 storage","R2 bucket","deploy worker","cloudflare worker","workers script","diagnose cloudflare","troubleshoot cloudflare","tunnel down","tunnel not working","tunnel connection","DNS not resolving","DNS propagation","cloudflare settings","zone settings","SSL/TLS cloudflare","cloudflare WAF","page rules","cloudflare firewall"] |
You have access to the cf CLI tool for managing Cloudflare resources. Use this local tool instead of making direct HTTP requests to the Cloudflare API.
cf commands over curl or API calls--json to commands for parseable, machine-readable output/cloudflare:dns, /cloudflare:tunnel, /cloudflare:zones, /cloudflare:purge, /cloudflare:setup/cloudflare:diagnose to launch the specialized diagnostician agentcf zones list --json
cf dns create example.com --type A --name www --content 1.2.3.4 --proxied --ttl 3600 --json
cf dns list example.com --json
cf tunnels create my-tunnel --json
cf tunnels list --json
cf zones purge example.com --json
cf zones purge example.com https://example.com/page1,https://example.com/page2 --json
cf tunnels connections <tunnel-id> --json
cf dns export example.com
/cloudflare:dns — DNS management (list, add, delete, export)/cloudflare:tunnel — Tunnel management (list, create, inspect, connections)/cloudflare:zones — Zone overview (list, get details)/cloudflare:purge — Cache purging (entire cache or specific URLs)/cloudflare:setup — Verify installation and credentials/cloudflare:diagnose — Launch diagnostic subagent for troubleshootingWhen the user asks about Cloudflare-related tasks, use the appropriate cf command or recommend the relevant slash command for structured workflows.