Back to skills
SkillHub ClubShip Full StackFull Stack
cloudflare-workers
Cloudflare Workers and edge functions
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.3
Composite score
3.3
Best-practice grade
B75.1
Install command
npx @skill-hub/cli install oimiragieo-agent-studio-cloudflare-workers
Repository
oimiragieo/agent-studio
Skill path: .claude/skills/cloudflare-workers
Cloudflare Workers and edge functions
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: oimiragieo.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install cloudflare-workers into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/oimiragieo/agent-studio before adding cloudflare-workers to shared team environments
- Use cloudflare-workers for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: cloudflare-workers description: Cloudflare Workers and edge functions allowed-tools: [Bash, Read, WebFetch] --- # Cloudflare Workers Skill ## Overview Cloudflare edge computing. 90%+ context savings. ## Requirements - CLOUDFLARE_API_TOKEN - CLOUDFLARE_ACCOUNT_ID ## Tools (Progressive Disclosure) ### Workers | Tool | Description | Confirmation | |------|-------------|--------------| | list-workers | List workers | No | | get-worker | Get worker code | No | | deploy-worker | Deploy worker | Yes | | delete-worker | Delete worker | **REQUIRED** | ### KV Storage | Tool | Description | Confirmation | |------|-------------|--------------| | list-namespaces | List KV namespaces | No | | get-key | Get KV value | No | | put-key | Set KV value | Yes | | delete-key | Delete KV key | Yes | ### Logs | Tool | Description | |------|-------------| | tail-logs | Tail worker logs | | get-analytics | Get analytics | ## Agent Integration - **devops** (primary): Edge deployment - **developer** (secondary): Worker development