← ClaudeAtlas

oracle-chatgptlisted

Run exactly one arbitrary prompt through ChatGPT via Oracle browser mode and return the captured response without reinterpretation. Use when the user explicitly wants a generic ChatGPT-via-Oracle consult without task-specific orchestration.
dceoy/ai-coding-agent-skills · ★ 3 · AI & Automation · score 67
Install: claude install-skill dceoy/ai-coding-agent-skills
# Oracle ChatGPT Run exactly one arbitrary prompt through ChatGPT using Oracle browser mode. Treat the prompt as opaque data: preserve its content, let Oracle own browser/session and remote routing, wait for the run to finish, and return the captured ChatGPT response without semantic rewriting. ## When to Use Use this skill when the user explicitly wants to: - send an arbitrary prompt to ChatGPT through Oracle; - reuse Oracle's browser/session or remote-browser routing without adding task-specific workflow logic; or - obtain ChatGPT's response verbatim for another agent workflow. Do not use this skill to resolve GitHub targets, gather repository context, construct PR/issue-specific prompts, or post results to external services. ## Prerequisites Require: - `oracle` in `PATH`; - an authenticated ChatGPT browser session usable by Oracle; and - `GPT-5.6 Sol` available to Oracle browser mode. Check Oracle with: ```bash which oracle ``` Stop if a required prerequisite is unavailable. ## Input Contract Accept exactly one prompt from the caller. Do not semantically modify the prompt: do not prepend, append, summarize, reinterpret, escape into executable shell text, or otherwise augment its content. Do not attach repository files or other context by default. Treat quotes, newlines, backticks, command substitutions such as `$()`, variable syntax such as `$HOME`, and other shell-significant characters as prompt data only. Oracle's `-p -` stdin transport (see Prompt Trans