← 返回
开发者工具

Codex Deep Search

Deep web search using Codex CLI for complex queries that need multi-source synthesis. Use when web_search (Brave) returns insufficient results, when the user...
使用 Codex CLI 进行深度网络搜索,适用于需要多源综合的复杂查询。当 web_search(Brave)返回结果不足、或用户……时使用。
jiangwzh
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 800
下载
💾 14
安装
1
版本
#latest

概述

Codex Deep Search

Use Codex CLI's web search capability for research tasks needing more depth than Brave API snippets.

When to Prefer Over web_search

  • Complex/niche topics needing multi-source synthesis
  • User explicitly asks for thorough/deep research
  • Brave results are too shallow or missing context

Usage

Dispatch Mode (recommended — background + callback)

nohup bash /home/ubuntu/clawd/skills/codex-deep-search/scripts/search.sh \
  --prompt "Your research query" \
  --task-name "notebooklm-research" \
  --telegram-group "-5006066016" \
  --timeout 120 > /tmp/codex-search.log 2>&1 &

After dispatch: tell user search is running, results will arrive via Telegram. Do NOT poll.

Synchronous Mode (short queries only)

bash /home/ubuntu/clawd/skills/codex-deep-search/scripts/search.sh \
  --prompt "Quick factual query" \
  --output "/tmp/search-result.md" \
  --timeout 60

Then read the output file and summarize.

Parameters

FlagRequiredDefaultDescription
--------------------------------------
--promptYesResearch query
--outputNodata/codex-search-results/.mdOutput file path
--task-nameNosearch-Task identifier
--telegram-groupNoTelegram chat ID for callback
--modelNogpt-5.3-codexModel override
--timeoutNo120Seconds before auto-stop

Result Files

FileContent
---------------
data/codex-search-results/.mdSearch report (incremental)
data/codex-search-results/latest-meta.jsonTask metadata + status
data/codex-search-results/task-output.txtRaw Codex output

Key Design

  • Incremental writes — results saved after each search round, survives OOM/timeout
  • Low reasoning effort — reduces memory, prevents OOM SIGKILL
  • Timeout protection — auto-stops runaway searches
  • Dispatch pattern — background execution with Telegram callback, no polling

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 12:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,938
data-analysis

Moss Deep Search

jiangwzh
Deep web research using LLM + multiple search rounds. Use when user needs comprehensive analysis, detailed research, or
★ 0 📥 1,718
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,973