什麼是 workers?
核心工作人員基礎知識包括處理程序、設定和服務綁定。在建立新 Workers、配置 wrangler.jsonc、實作 fetch/scheduled/queue handlers、使用 RPC 的服務綁定、使用 wrangler 類型產生類型或建置微服務時載入。 來源:null-shot/cloudflare-skills。
核心工作人員基礎知識包括處理程序、設定和服務綁定。在建立新 Workers、配置 wrangler.jsonc、實作 fetch/scheduled/queue handlers、使用 RPC 的服務綁定、使用 wrangler 類型產生類型或建置微服務時載入。
透過命令列快速安裝 workers AI 技能到你的開發環境
來源:null-shot/cloudflare-skills。
Essential patterns for building Cloudflare Workers applications with TypeScript, proper configuration, and Service Bindings for microservices.
| Language | TypeScript by default | JavaScript only if explicitly requested | | Module Format | ES modules only | NEVER use Service Worker format | | Imports | Always import types/classes | Must import all used methods | | File Structure | Single file unless specified | Keep code in one file by default |
| Dependencies | Minimize external deps | Use official SDKs when available | | Native Bindings | Not supported | Avoid FFI/C bindings | | Types | Include TypeScript types | Define Env interface for bindings |
核心工作人員基礎知識包括處理程序、設定和服務綁定。在建立新 Workers、配置 wrangler.jsonc、實作 fetch/scheduled/queue handlers、使用 RPC 的服務綁定、使用 wrangler 類型產生類型或建置微服務時載入。 來源:null-shot/cloudflare-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/null-shot/cloudflare-skills --skill workers核心工作人員基礎知識包括處理程序、設定和服務綁定。在建立新 Workers、配置 wrangler.jsonc、實作 fetch/scheduled/queue handlers、使用 RPC 的服務綁定、使用 wrangler 類型產生類型或建置微服務時載入。 來源:null-shot/cloudflare-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/null-shot/cloudflare-skills --skill workers 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/null-shot/cloudflare-skills