Auto-discovered marketplace from Ojoxux/cloudflare-skill-for-cc
npx claudepluginhub Ojoxux/cloudflare-skill-for-ccComprehensive Cloudflare platform skill for Claude Code. Covers Workers, Pages, D1, R2, KV, Durable Objects, Workers AI, and 60+ more products.
Comprehensive Cloudflare platform reference docs for Claude Code. Covers Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking, security, and infrastructure-as-code.
Based on dmmulroy/cloudflare-skill (OpenCode version)
/plugin marketplace add Ojoxux/cloudflare-skill-for-cc
/plugin install cloudflare-skill@cloudflare-skill-for-cc
Project-level (available to anyone who clones your repo):
curl -fsSL https://raw.githubusercontent.com/Ojoxux/cloudflare-skill-for-cc/main/install.sh | bash
Personal (available in all your projects):
curl -fsSL https://raw.githubusercontent.com/Ojoxux/cloudflare-skill-for-cc/main/install.sh | bash -s -- --global
Once installed, Claude Code automatically discovers the skill when working on Cloudflare tasks. Claude will ask for permission to use it when relevant.
You can also invoke it directly with /cloudflare.
skills/cloudflare/
├── SKILL.md # Main manifest + decision trees
└── references/ # 60+ product subdirectories
└── <product>/
├── README.md # Overview, when to use
├── api.md # Runtime API reference
├── configuration.md # wrangler.toml + bindings
├── patterns.md # Usage patterns
└── gotchas.md # Pitfalls, limitations
The SKILL.md contains decision trees for:
Workers, Pages, D1, Durable Objects, KV, R2, Queues, Hyperdrive, Workers AI, Vectorize, Agents SDK, AI Gateway, Tunnel, Spectrum, WAF, DDoS, Bot Management, Turnstile, Images, Stream, Browser Rendering, Terraform, Pulumi, and 40+ more.
MIT - see LICENSE