codex-search

Execute web search queries via Codex CLI with sandbox workspace-write.

2|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/masseater/claude-code-plugin --skill codex-search
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codex-search
Source: https://github.com/masseater/claude-code-plugin/tree/main/plugins/codex-search/skills/codex-search
Command: npx skills add https://github.com/masseater/claude-code-plugin --skill codex-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex, and includes scripts (resource) components.

What problem does it solve?

Codex CLI を使用して Web 検索を実行します。WebSearch ツールの代替として Codex に検索を委任し、検索クエリを指定して実行できます。

Core Features & Use Cases

  • Deterministic Web Searches: 明示的なクエリに基づいて検索を実行し、再現性を確保します。
  • Codex CLI Integration: Codex CLI を用いた検索を自動化パイプラインに組み込みます。
  • Use Case: トピックに関する最新情報を自動的に取得し、意思決定をサポートします。

Quick Start

クエリを渡して検索を実行します: ${CLAUDE_PLUGIN_ROOT}/skills/codex-search/scripts/codex-search.sh "検索クエリ"

Frequently Asked Questions about codex-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run web searches from the CLI when WebSearch isn't available?▼

Web searches via CLI can be delegated to Codex CLI, which executes search queries in environments lacking direct WebSearch tool access. Run codex-search.sh with your query string to perform deterministic searches and retrieve results programmatically.

Can I automate web searches into my Codex workflow?▼

Yes. codex-search integrates web search into Codex CLI automation pipelines by wrapping search execution with sandbox and web_search_request flags, enabling reproducible queries within scripted workflows and integration scenarios.

What's the syntax for executing a search query with codex-search?▼

Execute searches by passing a query string to the codex-search.sh script: ${CLAUDE_PLUGIN_ROOT}/skills/codex-search/scripts/codex-search.sh "your search query". The script validates input and delegates execution to Codex CLI with appropriate sandbox permissions.

Does codex-search work for ad-hoc and scripted search scenarios?▼

Yes. codex-search serves both ad-hoc manual queries and scripted automation use cases by accepting single string arguments and running them through Codex CLI, supporting both interactive and batch search workflows.

What dependencies does codex-search require?▼

codex-search depends on Codex CLI and requires it to be installed and accessible in your environment. The Skill wraps Codex execution with web_search_request enabled, so Codex must support that feature flag.

When should I use codex-search instead of direct web search?▼

Use codex-search when WebSearch tools are unavailable or when you need to integrate deterministic web queries into Codex-based automation pipelines, ensuring reproducible searches with explicit query strings in environments with sandbox restrictions.