cloud-cf
Operates Cloudflare infrastructure using the wrangler CLI for deployment and management.
Install
mkdir -p .claude/skills/cloud-cf && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14356" && unzip -o skill.zip -d .claude/skills/cloud-cf && rm skill.zipInstalls to .claude/skills/cloud-cf
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
使用 wrangler CLI 操作 Cloudflare。当用户提到 Cloudflare、CF、Workers、Pages、R2、D1、KV、CDN、DNS、WAF 等时触发此技能。Key capabilities
- →Install the Cloudflare `wrangler` CLI
- →Authenticate with Cloudflare
- →Deploy Cloudflare Workers
- →Develop Cloudflare Workers locally
- →List R2 buckets and upload objects
- →Create D1 databases and execute SQL commands
How it works
This skill uses the `wrangler` CLI to interact with various Cloudflare services, allowing for deployment, development, and management operations.
Inputs & outputs
When to use cloud-cf
- →Deploy a Worker to production
- →Query a D1 database
- →Upload files to R2 storage
About this skill
Cloudflare Operator Skill
安装 CLI
npm install -g wrangler
认证
wrangler login
常用命令
# Workers
wrangler deploy # 部署 Worker
wrangler dev # 本地开发
wrangler tail # 查看日志
# R2 存储
wrangler r2 bucket list
wrangler r2 object put <bucket>/<key> --file=<local-file>
# D1 数据库
wrangler d1 create <name>
wrangler d1 execute <name> --command="SELECT * FROM users"
# KV
wrangler kv:namespace create <name>
wrangler kv:key put --namespace-id=<id> <key> <value>
# Pages
wrangler pages deploy ./dist
安全机制
- 只读操作:直接执行
- 写操作:先确认后执行
When not to use it
- →When the task does not involve Cloudflare products
- →When not using the `wrangler` CLI
- →When the operation is not supported by `wrangler`
Limitations
- →The skill requires `wrangler` CLI installation.
- →The skill requires Cloudflare authentication.
- →The skill only supports operations available through the `wrangler` CLI.
How it compares
This skill provides direct command-line control over Cloudflare products, offering a programmatic and automatable way to manage resources compared to manual dashboard interactions.
Compared to similar skills
cloud-cf side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cloud-cf (this skill) | 0 | 4mo | Review | Beginner |
| azure-functions | 10 | 5mo | Review | Intermediate |
| aspire | 0 | 3mo | Review | Advanced |
| cloudflare-manager | 25 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
azure-functions
aj-geddes
Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.
aspire
davidortinau
**WORKFLOW SKILL** - Orchestrates Aspire applications using the Aspire CLI and MCP tools for running, debugging, deploying, and managing distributed apps. USE FOR: aspire run, aspire stop, aspire deploy, start aspire app, aspire describe, list aspire integrations, debug aspire issues, view aspire lo
cloudflare-manager
qdhenry
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.
railway-cli-management
CaptainCrouton89
Deploy, manage services, view logs, and configure Railway infrastructure. Use when deploying to Railway, managing environment variables, viewing deployment logs, scaling services, or managing volumes.
miniprogram-development
TencentCloudBase
WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.
nuxthub-migration
onmax
Use when migrating NuxtHub projects or when user mentions NuxtHub Admin sunset, GitHub Actions deployment removal, self-hosting NuxtHub, or upgrading to v1/nightly. Covers v0.9.X self-hosting (stable) and v1/nightly multi-cloud (experimental, database/blob not ready).