— 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 claimAbout
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-searchskill を使う
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.
- Author: uooooo
- Source: uooooo/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.