Askgpt5 Web Search banner
artemgetmann artemgetmann

Askgpt5 Web Search

AI community

Description

--- allowed-tools: Bash(curl:*) description: Ask GPT-5 with web browsing for real-time information argument-hint: [your question] --- # GPT-5 Web Search Ask GPT-5 with web browsing capabilities for current events, stock prices, recent news, or real-time information. **Your Question:** $ARGUMENTS ## Executing GPT-5 Web Search Running GPT-5 with web browsing enabled... (!)curl -X POST https://api.openai.com/v1/responses -H "Content-Type: application/json" -H "Authorization: Bearer sk-proj-YO

Installation

Installs to ~/.claude/skills/artemgetmann-claude-slash-commands-askgpt5-web-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemgetmann-claude-slash-commands-askgpt5-web-search && curl -fsSL https://raw.githubusercontent.com/artemgetmann/claude-slash-commands/HEAD/commands/askgpt5-web-search.md -o ~/.claude/skills/artemgetmann-claude-slash-commands-askgpt5-web-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository