Skip to main content
Back to registry

cloudflare-python-workers

jezweb/claude-skills

Status : Beta (requires python_workers 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

Installs316
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-python-workers
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Status : Beta (requires python_workers 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 Ensure you have installed: Create src/entry.py : 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. Old Approach (no longer needed): New Approach (pywrangler): Historical Timeline : See : Package deployment issue history As of August 2025, Python Workers use a class-based pattern (not global handlers): All Cloudflare bindings are accessed via self.env : Supported Bindings : See Cloudflare Bindings Documentation for details. Configure in wrangler.jsonc: Python Workflows enable durable, multi-step automation with automatic retries and state persistence. Python Workflows use the @step.do() decorator pattern because Python does not easily support anonymous callbacks (unlike JavaScript/TypeScript which allows inline arrow functions). This is a fundamental language difference, not a limitation of Cloudflare's implementation. JavaScript Pattern (doesn't translate): Python Pattern (required): Source : Python Workflows Blog Pyodide captures JavaScript promises (thenables) and proxies them as Python awaitables. This enables Promise.all -equivalent behavior...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-python-workers do?

Status : Beta (requires python_workers 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

Is cloudflare-python-workers good?

cloudflare-python-workers does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-python-workers work with?

cloudflare-python-workers currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to cloudflare-python-workers?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-python-workers?

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

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering