openai-web-search

Community

Real-time web search via CLI with OpenAI.

AuthorSHAY5555-gif
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables real-time web information retrieval directly from the terminal by using OpenAI's GPT-5.2 web_search tool. It lets you fetch fresh data without leaving your CLI, reducing wait times and context-switching.

Core Features & Use Cases

  • Real-time web search: Query current information using the web_search tool via the OpenAI API.
  • Domain filtering & sources: Optionally constrain results to trusted domains and retrieve source lists.
  • Streaming/results parsing: Receive results as they arrive and extract the relevant data for immediate use.

Quick Start

bash ~/.claude/skills/openai-web-search/gpt-search.sh "YOUR_QUERY_HERE"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: openai-web-search
Download link: https://github.com/SHAY5555-gif/airduct-site/archive/main.zip#openai-web-search

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository