name: auto-deep-research description: "Automatically orchestrates web search, raw web context, and deep research for requests to search, 查资料, 搜资料, 深度搜索, 调研, 文献综述, 找论文/资料/来源, look up, research, gather sources, compare current tools, or verify online claims. Use when the user asks for search/research without naming a specific search skill; it routes only through Brave spellcheck, autosuggest, web search, LLM context, and local report orchestration. 中文追加触发词:寻找参考文献、搜索文献、查参考文献、找相关论文、找几篇论文、文献搜索、论文搜索、参考文献怎么找、根据文献找来源。"
Auto Deep Research
Use this as the default research router whenever the user asks to search or gather online/project资料, even if they do not name a specific search skill.
Routing
- Clarify only if necessary: if scope is too broad, ask one short question; otherwise choose sensible defaults.
- Quick lookup: for a narrow fact or source list, run
scripts/brave_research.py web "<query>"orcontext. - Query optimization: use spellcheck and autosuggest first to refine the query when helpful.
- Deep research: for academic/project/tool comparison/current-state questions, run:
python3 ~/.codex/skills/auto-deep-research/scripts/brave_research.py full "<query>" --language zh --max-queries 4 - Multiple existing reports: use
research-orchestratorafter collecting or receiving 2+ research documents.
Source discipline
- Prefer primary sources: official docs, papers, standards, government, reputable repos/issues.
- Separate 事实, 推断, and 未验证/未知.
- For academic topics, prioritize papers, reviews, datasets, methods docs; avoid relying only on blogs.
- For current/latest/company/product/legal/medical/financial facts, verify with search before answering.
- Save artifacts; cite URLs in the final answer.
Output format
Return concise Chinese output:
- 结论摘要
- 关键来源: title + URL + why it matters
- 已确认事实 / 推断 / 不确定点
- 建议下一步
- 本次调研产物路径 if files were generated
Environment
The script reads:
BRAVE_SEARCH_API_KEYforweb-searchandllm-contextBRAVE_AUTOSUGGEST_API_KEYforsuggestBRAVE_SPELLCHECK_API_KEYforspellcheck
These can also be stored in ~/.codex/secrets/brave_search.env.