AgentStack
SKILL verified MIT Self-run

Codex Web Search

skill-uooooo-agent-skills-codex-web-search · by uooooo

Explicit codex exec (OpenAI web_search) invocation. Use ONLY when the user explicitly asks for codex-based search (e.g., `/codex-web-search`, "codex で検索", "ChatGPT の検索で") or when the built-in WebSearch fails and a fallback is needed. Default web searches should use the built-in WebSearch / WebFetch tools.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-uooooo-agent-skills-codex-web-search

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Are you the author of Codex Web Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Codex Web Search (Explicit / Fallback)

codex exec (OpenAI + web_search) を使って外部サブスクリプションで検索する skill。 通常の検索には使わない — Claude Code の built-in WebSearch / WebFetch を優先すること。

いつ呼ぶか

明示指示がある時だけ:

  • /codex-web-search スラッシュ起動
  • ユーザが「codex で検索して」「ChatGPT の web_search で」と名指し
  • built-in WebSearch が失敗 / 結果不足で、ユーザが代替を求めた時 (フォールバック)

呼ばない:

  • 「web で調べて」「ぐぐって」などの一般的な検索要求 → WebSearch を直接使う
  • URL を開くだけのとき → WebFetch を使う
  • X / Twitter の言説調査 → grok-x-search skill を使う

Prerequisites

# ~/.codex/config.toml
network_access = true

[tools]
web_search = true

Invocation

codex exec "Search the web for: $ARGUMENTS" --full-auto

呼び出し後、結果の要点を日本語で 3–5 行に要約して返す。ソース URL は必ず添える。

$ARGUMENTS: $ARGUMENTS

Notes

  • codex は OpenAI サブスクリプションのトークンを消費するため、必要な時だけ使う。
  • built-in WebSearch が使えなくなった場合のバックアップとしても有効。
  • 旧名は web-search。同名の Claude Code 内蔵 tool との混同を避けるため codex-web-search に改名済み。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.