什么是 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