codex-deep-search

Installation
SKILL.md

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

This skill is synchronous only. Call the script, wait for it to finish, then read the output file and summarize the result back to the user.

bash /path/to/codex-deep-search/scripts/search.sh \
  --prompt "Deep research query" \
  --output "/tmp/search-result.md" \
  --task-name "topic-research" \
Related skills

More from yanyang1116/skills

Installs
6
First Seen
Mar 22, 2026