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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 66/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
README.md
Universal CLI install command
npx tokrepo install 9c8aec29-7cdc-484c-b7b1-3c5f8bec8e62
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