返回顶部
c

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 asks for in-depth research, comprehensive analysis, or says "deep search", "详细搜索", "帮我查一下", or when a topic needs following multiple links and cross-referencing sources.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
360
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

codex-deep-search

Codex Deep Search

利用Codex CLI的网络搜索能力,完成需要比Brave API摘要更深入的研究任务。

何时优先使用(相较于web_search)

  • - 需要多源综合的复杂/小众主题
  • 用户明确要求进行彻底/深入研究
  • Brave结果过于浅显或缺乏上下文

使用方法

调度模式(推荐——后台+回调)

bash
nohup bash /home/ubuntu/clawd/skills/codex-deep-search/scripts/search.sh \
--prompt 你的研究查询 \
--task-name notebooklm-research \
--telegram-group -5006066016 \
--timeout 120 > /tmp/codex-search.log 2>&1 &

调度后:告知用户搜索正在运行,结果将通过Telegram送达。请勿轮询。

同步模式(仅限短查询)

bash
bash /home/ubuntu/clawd/skills/codex-deep-search/scripts/search.sh \
--prompt 快速事实查询 \
--output /tmp/search-result.md \
--timeout 60

然后读取输出文件并进行总结。

参数

标志必需默认值描述
--prompt研究查询
--output
否 | data/codex-search-results/<任务名>.md | 输出文件路径 | | --task-name | 否 | search-<时间戳> | 任务标识符 | | --telegram-group | 否 | — | 用于回调的Telegram聊天ID | | --model | 否 | gpt-5.3-codex | 模型覆盖 | | --timeout | 否 | 120 | 自动停止前的秒数 |

结果文件

文件内容
data/codex-search-results/<任务名>.md搜索报告(增量式)
data/codex-search-results/latest-meta.json
任务元数据+状态 | | data/codex-search-results/task-output.txt | Codex原始输出 |

关键设计

  • - 增量写入 — 每轮搜索后保存结果,可应对内存不足/超时
  • 低推理开销 — 减少内存占用,防止因内存不足被SIGKILL终止
  • 超时保护 — 自动停止失控搜索
  • 调度模式 — 后台执行+Telegram回调,无需轮询

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 codex-deep-search-1776200166 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 codex-deep-search-1776200166 技能

通过命令行安装

skillhub install codex-deep-search-1776200166

下载

⬇ 下载 codex-deep-search v1.0.0(免费)

文件大小: 4.23 KB | 发布时间: 2026-4-15 11:25

v1.0.0 最新 2026-4-15 11:25
codex-deep-search 1.0.0

- Introduced a deep web search tool using Codex CLI for complex, multi-source synthesis research tasks.
- Automatically suggests use when Brave search results are insufficient or user asks for in-depth/“deep search”.
- Supports both background dispatch mode (with Telegram callback) and synchronous mode for short queries.
- Incremental result saving and timeout protection to ensure reliability and resource control.
- Outputs include detailed search reports and task metadata for transparency and traceability.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部