·cloudflare-python-workers
</>

cloudflare-python-workers

jezweb/claude-skills

使用 pywrangler CLI 和 WorkerEntrypoint 类模式在 Cloudflare Workers 上构建 Python API。包括用于多步骤 DAG 自动化的 Python 工作流程。防止 11 个记录错误。 使用场合:构建 Python 无服务器 API、将 Python 迁移到边缘或排除异步错误、包兼容性、处理程序模式错误、RPC 通信问题。

321安装·6热度·@jezweb

安装

$npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-python-workers

SKILL.md

Status: Beta (requires pythonworkers compatibility flag) Runtime: Pyodide (Python 3.12+ compiled to WebAssembly) Package Versions: workers-py@1.7.0, workers-runtime-sdk@0.3.1, wrangler@4.58.0 Last Verified: 2026-01-21

If you created a Python Worker before December 2025, you were limited to built-in packages. With pywrangler (Dec 2025), you can now deploy with external packages.

As of August 2025, Python Workers use a class-based pattern (not global handlers):

使用 pywrangler CLI 和 WorkerEntrypoint 类模式在 Cloudflare Workers 上构建 Python API。包括用于多步骤 DAG 自动化的 Python 工作流程。防止 11 个记录错误。 使用场合:构建 Python 无服务器 API、将 Python 迁移到边缘或排除异步错误、包兼容性、处理程序模式错误、RPC 通信问题。 来源:jezweb/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-python-workers
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 cloudflare-python-workers?

使用 pywrangler CLI 和 WorkerEntrypoint 类模式在 Cloudflare Workers 上构建 Python API。包括用于多步骤 DAG 自动化的 Python 工作流程。防止 11 个记录错误。 使用场合:构建 Python 无服务器 API、将 Python 迁移到边缘或排除异步错误、包兼容性、处理程序模式错误、RPC 通信问题。 来源:jezweb/claude-skills。

如何安装 cloudflare-python-workers?

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

这个 Skill 的源码在哪?

https://github.com/jezweb/claude-skills