SkillsMay 11, 2026·2 min read

Cloudflare Skills — Workers & Agents Playbook

Install Cloudflare Skills to guide your agent through Workers, D1, R2, and the Agents SDK with consistent best practices and copy-ready commands.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 66/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 9c8aec29-7cdc-484c-b7b1-3c5f8bec8e62 --target codex

Dry-run first, confirm the writes, then run this command.

Intro

Install Cloudflare Skills to guide your agent through Workers, D1, R2, and the Agents SDK with consistent best practices and copy-ready commands.

  • Best for: teams building on Cloudflare who want a repeatable “agent playbook” for Workers + storage + AI
  • Works with: Claude Code marketplace flow, Cursor remote rules, and npx skills (per repo docs)
  • Setup time: 7 minutes

Quantitative Notes

  • One-liner marketplace install + skill install commands (repo docs)
  • GitHub stars + forks (verified): see Source & Thanks
  • Setup time ~7 minutes (marketplace add + one install)

Practical Notes

Treat skills as a baseline checklist: they encode defaults and footguns so every run starts from a safe, modern setup. When the agent proposes changes, ask it to cite which skill step it’s following and to output the exact commands/config files it would touch.

Safety note: Keep production credentials out of the agent context; use local env + short-lived tokens whenever possible.

FAQ

Q: Is this a Cloudflare product? A: It’s an open GitHub repo of skills maintained by Cloudflare with Apache-2.0 licensing.

Q: Does it help non-Claude agents? A: Yes. The repo mentions compatibility with multiple Agent Skills implementations.

Q: What should I try first? A: Start with a minimal Workers project and a storage add-on (D1/R2), then expand.


🙏

Source & Thanks

GitHub: https://github.com/cloudflare/skills Owner avatar: https://avatars.githubusercontent.com/u/314135?v=4 License (SPDX): Apache-2.0 GitHub stars (verified via api.github.com/repos/cloudflare/skills): 1,500 GitHub forks (verified via api.github.com/repos/cloudflare/skills): 122

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets