doc-research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDocumentation Research
文档检索
Perform prioritized documentation research and return only relevant results.
执行优先级排序的文档检索,仅返回相关结果。
Available Tools
可用工具
| Priority | Tool | Use Case |
|---|---|---|
| Special | | Cloudflare product queries only |
| Primary | | General library/framework official docs |
| Fallback | | When above sources are insufficient |
| Fallback | | Extract clean markdown from URLs found via WebSearch |
| 优先级 | 工具 | 使用场景 |
|---|---|---|
| 特殊级 | | 仅适用于Cloudflare产品相关查询 |
| 主选级 | | 通用库/框架的官方文档查询 |
| 备选级 | | 当前述来源无法提供足够信息时使用 |
| 备选级 | | 从WebSearch找到的URL中提取干净的Markdown内容 |
Workflow
工作流程
-
Determine query type
- Cloudflare-related → Use
search_cloudflare_documentation - General library/framework → Invoke skill via Skill tool
c7
- Cloudflare-related → Use
-
Evaluate results
- Sufficient information found → Return results
- Insufficient → Proceed to step 3
-
Fallback: WebSearch
- Search with keywords targeting official sources (official docs, official blogs)
- Prefer results from official documentation sites
-
Deep content extraction (if needed)
- Use to extract clean markdown from promising URLs
get_url_markdown - Only fetch URLs that are likely to contain the needed information
- Use
-
确定查询类型
- 与Cloudflare相关 → 使用
search_cloudflare_documentation - 通用库/框架 → 通过Skill工具调用skill
c7
- 与Cloudflare相关 → 使用
-
评估结果
- 已找到足够信息 → 返回结果
- 信息不足 → 进入步骤3
-
备选方案:WebSearch
- 使用针对官方来源的关键词进行搜索(官方文档、官方博客)
- 优先选择官方文档站点的结果
-
深度内容提取(如有需要)
- 使用从有价值的URL中提取干净的Markdown内容
get_url_markdown - 仅获取可能包含所需信息的URL
- 使用
Guidelines
指南
- Always start with the highest-priority source for the query type
- Prefer official documentation over third-party content
- Return concise, relevant results only — do not include excessive raw output
- When using WebSearch, construct queries that target official sources
- When multiple results are found, summarize the key information rather than dumping raw content
- 始终从与查询类型匹配的最高优先级来源开始检索
- 优先选择官方文档而非第三方内容
- 仅返回简洁、相关的结果——不要包含过多原始输出
- 使用WebSearch时,构建针对官方来源的查询语句
- 当找到多个结果时,总结关键信息而非直接输出原始内容