wrangler

Deploy and manage Cloudflare Workers, Pages, KV, R2, D1, and other Cloudflare services using the `wrangler` CLI.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wrangler" with this command: npx skills add dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/dicklesworthstone-agent-flywheel-clawdbot-skills-and-integrations-wrangler

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ssh

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ui-ux-polish

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gcloud

No summary provided by upstream source.

Repository SourceNeeds Review