Skip to main content
Back to registry

cloudflare-workers-ai

jezweb/claude-skills

Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2

Installs338
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-workers-ai
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025) : Why streaming? Prevents buffering in memory, faster time-to-first-token, avoids Worker timeout issues. This skill prevents 7 documented issues: Error : "Exceeded character limit" despite model supporting larger context Source : Cloudflare Changelog Why It Happens : Before February 2025, Workers AI validated prompts using a hard 6144 character limit, even for models with larger token-based context windows (e.g., Mistral with 32K tokens). After the update, validation switched to token-based counting. Prevention : Calculate tokens (not characters) when checking context window limits. Error : Dashboard neuron usage significantly exceeds expected token-based calculations Source : Cloudflare Community Discussion Why It Happens : Users report dashboard showing hundred-million-level neuron consumption for K-level token usage, particularly with AutoRAG features and certain models. The discrepancy between expected neuron consumption (based on pricing docs) and actual dashboard metrics is not fully documented. Prevention : Monitor neuron usage via AI Gateway logs and correlate with requests.

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-workers-ai do?

Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2

Is cloudflare-workers-ai good?

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

What agent does cloudflare-workers-ai work with?

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

What are alternatives to cloudflare-workers-ai?

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

How do I install cloudflare-workers-ai?

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

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering