Agent skill
wrangler
Deploy and manage Cloudflare Workers, Pages, KV, R2, D1, and other Cloudflare services using the `wrangler` CLI.
Install this agent skill to your Project
npx add-skill https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/wrangler
SKILL.md
Wrangler Skill
Use the wrangler CLI to manage Cloudflare Workers and related services.
Workers
List deployed workers:
wrangler deployments list
Deploy a worker:
wrangler deploy
Tail live logs from a worker:
wrangler tail <worker-name>
Run worker locally:
wrangler dev
KV (Key-Value Storage)
List KV namespaces:
wrangler kv namespace list
List keys in a namespace:
wrangler kv key list --namespace-id <namespace-id>
Get a value:
wrangler kv key get <key> --namespace-id <namespace-id>
Put a value:
wrangler kv key put <key> <value> --namespace-id <namespace-id>
R2 (Object Storage)
List R2 buckets:
wrangler r2 bucket list
List objects in a bucket:
wrangler r2 object list <bucket-name>
Upload a file:
wrangler r2 object put <bucket-name>/<key> --file <local-path>
D1 (SQLite Database)
List D1 databases:
wrangler d1 list
Execute SQL query:
wrangler d1 execute <database-name> --command "SELECT * FROM users LIMIT 10"
Run migrations:
wrangler d1 migrations apply <database-name>
Pages
List Pages projects:
wrangler pages project list
Deploy a directory to Pages:
wrangler pages deploy <directory> --project-name <project>
Secrets
Set a secret:
echo "secret-value" | wrangler secret put <SECRET_NAME>
List secrets:
wrangler secret list
Configuration
Check current authentication:
wrangler whoami
Login (opens browser):
wrangler login
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
supabase
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
flywheel-discord
Security rules and behavioral guidelines for operating as Clawdstein in The Agent Flywheel Hub Discord server. This is a PUBLIC community server—apply strict data isolation.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
ghostty
Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
gcloud
Google Cloud Platform CLI - manage GCP resources including Compute Engine, Cloud Run, GKE, Cloud Functions, Storage, BigQuery, and more.
ubs
Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate.
Didn't find tool you were looking for?