cloudflare-wranglerManage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing databases, storing objects, or configuring Cl...
Install via ClawdBot CLI:
clawdbot install itamarcoh3n/cloudflare-wranglerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projectsCalls external URL not in known-safe list
https://api.example.comAI Analysis
The skill's external API calls (api.cloudflare.com) are consistent with its stated purpose of managing Cloudflare resources. The 'unknown' endpoint for Pages projects is a documented part of the Cloudflare API and not inherently malicious. No credential harvesting, obfuscation, or hidden instructions overriding user intent are present.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
A startup needs to deploy a lightweight API backend for their web application using Cloudflare Workers. They use Wrangler to initialize, develop locally with `wrangler dev`, and deploy the worker globally. This scenario leverages the serverless nature of Workers for low-latency responses and automatic scaling without managing infrastructure.
An e-commerce platform uses Cloudflare KV for caching product metadata and D1 for managing user orders and inventory in a SQL database. Wrangler commands handle creating KV namespaces and D1 databases, executing SQL queries, and applying migrations to update schemas without downtime.
A media-sharing application allows users to upload files, which are stored in Cloudflare R2 buckets with lifecycle rules to auto-delete temporary uploads after one day. Wrangler is used to create buckets, upload objects, and generate presigned URLs for secure, time-limited access to stored files.
A DevOps team monitors their Cloudflare Workers in production by tailing logs with `wrangler tail` to debug issues in real-time. They also manage secrets like API keys using Wrangler's secret commands to securely update configurations without redeploying the entire application.
A fintech company processes financial transactions asynchronously by creating and managing queues with Wrangler. They use Cloudflare Queues to handle message queuing for tasks like payment processing, ensuring reliable delivery and scalability during peak loads without blocking user interactions.
A company offers a SaaS platform built on Cloudflare Workers and D1, providing serverless APIs and database services to other businesses. Revenue is generated through subscription tiers based on usage metrics like API calls, storage in R2, and database operations, with Wrangler enabling easy deployment and management.
A media company uses Cloudflare R2 for cost-effective object storage and Workers for edge computing to enhance their CDN services. They monetize by offering faster content delivery and reduced latency to clients, with Wrangler streamlining bucket management and worker deployments for custom logic at the edge.
A consultancy provides services to help clients integrate and optimize Cloudflare resources using Wrangler CLI. Revenue comes from consulting fees, training workshops, and managed services for setting up KV, D1, and R2, leveraging the skill's commands for efficient resource management and automation.
💬 Integration Tip
Ensure Node.js v20+ is installed and API tokens are securely stored in `~/.openclaw/secrets.json`; use environment variables like `CLOUDFLARE_API_TOKEN` for seamless CLI authentication and avoid mixing TOML and JSON config files to prevent conflicts.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.