Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 11, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
README.md
Comando CLI universal
npx tokrepo install 9c8aec29-7cdc-484c-b7b1-3c5f8bec8e62
Introducción

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.


🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados