cloudflare-workersRapid development with Cloudflare Workers - build and deploy serverless applications on Cloudflare's global network. Use when building APIs, full-stack web a...
Install via ClawdBot CLI:
clawdbot install tenequm/cloudflare-workersGrade 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/graphqlPotentially destructive shell commands in tool definitions
exec(Calls external URL not in known-safe list
http://localhost:8787AI Analysis
The skill's external API calls (api.cloudflare.com) are consistent with its stated purpose of managing Cloudflare Workers, and the localhost reference is typical for local development. The shell commands are standard for CLI tool usage. No evidence of credential harvesting, hidden instructions, or obfuscation was found in the provided content.
Generated May 5, 2026
Deploy a global API gateway on Cloudflare Workers that authenticates requests, enforces rate limits, and routes to backend services. Ideal for microservices architectures needing edge security and caching.
Build a full-stack eCommerce site with a Workers API, D1 for product catalog and orders, and R2 for static assets. Handles high traffic during sales events with automatic scaling.
Implement a scalable WebSocket-based chat using Workers and Durable Objects. Supports real-time messaging and presence for collaboration tools or customer support.
Use Workers for scheduled tasks and queue consumers to process webhooks, transform data, and write to Cloudflare R2 or D1. Suitable for analytics pipelines and integrations.
Run AI models (e.g., image classification, text generation) at the edge using Workers AI bindings. Low-latency inference for chatbots, content moderation, or real-time recommendations.
Offer a free tier with limited requests and paid plans for higher usage limits, premium features like custom domains, and dedicated support. Revenue from monthly subscriptions.
Sell access to a REST or GraphQL API built on Workers, charging per API call or data transfer. Customers integrate the API into their own applications.
Provide scheduled data transformation, enrichment, or ETL as a service. Bill based on data volume or processing time. Ideal for businesses needing custom data pipelines.
💬 Integration Tip
Start with wrangler init to scaffold a new Worker, then configure bindings for D1, KV, or R2 in wrangler.toml. Use wrangler dev for local testing with hot reload.
Scored May 5, 2026
Audited Apr 16, 2026 · audit v1.0
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.