·cloudflare-workers
</>

cloudflare-workers

Deploy serverless applications on Cloudflare Workers. Covers project setup, JavaScript handler patterns, routing, deployment with Wrangler, and API token configuration. Suitable for APIs, proxies, edge computing, and request transformation.

4Installs·0Trend·@stakpak

Installation

$npx skills add https://github.com/stakpak/community-paks --skill cloudflare-workers

How to Install cloudflare-workers

Quickly install cloudflare-workers AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/stakpak/community-paks --skill cloudflare-workers
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: stakpak/community-paks.

SKILL.md

View raw

Before deployment, create a Cloudflare API token with proper permissions:

Workers use a fetch handler pattern. Create your worker logic in src/index.js:

| workers.dev subdomain | Quick testing, hobby projects | | Custom Domain | Production deployments | | Routes | Add Workers to existing domains |

Deploy serverless applications on Cloudflare Workers. Covers project setup, JavaScript handler patterns, routing, deployment with Wrangler, and API token configuration. Suitable for APIs, proxies, edge computing, and request transformation. Source: stakpak/community-paks.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stakpak/community-paks --skill cloudflare-workers
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from stakpak/community-paks

Quick answers

What is cloudflare-workers?

Deploy serverless applications on Cloudflare Workers. Covers project setup, JavaScript handler patterns, routing, deployment with Wrangler, and API token configuration. Suitable for APIs, proxies, edge computing, and request transformation. Source: stakpak/community-paks.

How do I install cloudflare-workers?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stakpak/community-paks --skill cloudflare-workers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/stakpak/community-paks

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25