·workers

核心工作人员基础知识包括处理程序、配置和服务绑定。在创建新 Workers、配置 wrangler.jsonc、实现 fetch/scheduled/queue handlers、使用 RPC 的服务绑定、使用 wrangler 类型生成类型或构建微服务时加载。

8安装·1热度·@null-shot

安装

$npx skills add https://github.com/null-shot/cloudflare-skills --skill workers

如何安装 workers

通过命令行快速安装 workers AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/null-shot/cloudflare-skills --skill workers
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:null-shot/cloudflare-skills。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from null-shot/cloudflare-skills

快速解答

什么是 workers?

核心工作人员基础知识包括处理程序、配置和服务绑定。在创建新 Workers、配置 wrangler.jsonc、实现 fetch/scheduled/queue handlers、使用 RPC 的服务绑定、使用 wrangler 类型生成类型或构建微服务时加载。 来源:null-shot/cloudflare-skills。

如何安装 workers?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/null-shot/cloudflare-skills --skill workers 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/null-shot/cloudflare-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-25