Agent skill
Cloudflare Documentation Search
This skill should be used when the user asks about "Cloudflare", "Workers", "Pages", "R2", "D1", "KV", "Durable Objects", "Queues", "Vectorize", "AI Gateway", "Hyperdrive", "Cloudflare API", "Wrangler", "Cloudflare documentation", "how to deploy to Cloudflare", "Cloudflare best practices", "Cloudflare pricing", "Cloudflare limits".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/cloudflare-documentation-search
SKILL.md
Cloudflare Documentation Search
Use the search_cloudflare_documentation MCP tool for semantic search across Cloudflare's official documentation.
Tool Reference
Tool: search_cloudflare_documentation
Server: cloudflare-docs
Input: Natural language query
Output: Relevant documentation snippets
When to Use
- Answering questions about Cloudflare services
- Looking up API references and configuration options
- Finding deployment guides and tutorials
- Checking pricing, limits, or specifications
Query Patterns
| Use Case | Pattern | Example |
|---|---|---|
| API reference | "[service] [operation] API" | "Workers fetch API headers" |
| Configuration | "how to configure [feature] in [service]" | "how to configure caching in Workers" |
| Limits/pricing | "[service] limits" or "[service] pricing" | "R2 storage limits" |
| Troubleshooting | "[service] [specific issue]" | "Workers timeout exceeded error" |
| Integration | "[service A] with [service B]" | "Workers with D1 database" |
| Migration | "migrate from [source] to [Cloudflare service]" | "migrate from S3 to R2" |
Product Reference
| Product | Purpose | Common Topics |
|---|---|---|
| Workers | Serverless compute | Runtime APIs, bindings, limits, deployment |
| Pages | Static site hosting | Build config, functions, custom domains |
| R2 | Object storage | API, pricing, lifecycle, S3 compatibility |
| D1 | SQL database | SQL syntax, bindings, backups, limits |
| KV | Key-value store | API, consistency, limits, pricing |
| Durable Objects | Stateful coordination | Alarms, websockets, storage |
| Queues | Message queues | Producers, consumers, batching |
| Vectorize | Vector database | Indexes, queries, embeddings |
| AI Gateway | AI proxy | Caching, rate limiting, logging |
| Hyperdrive | Database connector | Connection pooling, supported DBs |
| Wrangler | CLI tool | Commands, config, deployment |
Tips
- Be specific - include the product name and feature
- For complex questions, search multiple times with focused queries
- Include exact error messages when troubleshooting
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?