oracle

Executes one runtime-governed browser ChatGPT Pro consultation for a bounded major decision.

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill oracle-nitrogen216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Nitrogen216/awesome-dsh-mods/tree/main/modes/dsh-autoresearch/skills/oracle
Command: npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill oracle-nitrogen216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an autonomous research pipeline hits a major unresolved decision with two or three defensible alternatives, local evidence alone may not settle it. This Skill obtains a single advisory second opinion from a signed-in browser ChatGPT Pro session through a runtime-authorized governor, without letting the agent improvise CLI commands or over-consult. ## Core Features & Use Cases - Governed routing: Automatic calls require an askgpt-governor verdict of consult_oracle; direct user requests use the explicit_user_request basis with quoted text. - Bounded decision packets: Requires a semantic decision id, two or three alternatives, decisive local evidence, unresolved uncertainty, and the smallest file set to attach. - Safe execution: Runs the governor-provided dry-run command first, then the exact run command in the background, with one consultation per decision id and read-only recovery via oracle status and session commands. - Use Case: During an autoresearch run, a skill cannot decide between two mechanism families for a mapping stage; it submits a bounded packet, receives one advisory recommendation with risks, and records the outcome in the owning artifact. ## Quick Start Ask the agent to consult Oracle through the oracle_governor runtime tool for a specific pending decision, providing the decision id, alternatives, and supporting workspace files.

Frequently Asked Questions about oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a ChatGPT Pro second opinion inside an autonomous research pipeline?▼

Submit a bounded decision packet through the oracle_governor runtime tool, which fixes the browser route, model, thinking tier, prompt form, and file list. Run its dry-run command first, then its run command in the background exactly as provided.

When is an automatic Oracle consultation allowed?▼

Automatic calls require an askgpt-governor verdict of consult_oracle and a pending choice among two or three alternatives with material consequences. Routine review, debugging, tuning, literature retrieval, and prose polish are explicitly excluded.

Can I attach files to the Oracle consultation?▼

Yes, one to eight literal workspace-relative files containing the decision facts. Absolute paths, globs, parent traversal, credentials, .env files, and private keys are rejected, and total input must stay below the CLI limit checked in the dry-run.

What happens if the Oracle run detaches or times out?▼

Use the read-only oracle status --hours 72 and oracle session <id> --render commands to inspect or reattach the session. The runtime guard permits these recovery commands but rejects duplicate requests for the same decision id.

Does the Oracle response count as a final decision or paper source?▼

No, responses are advisory only. The calling skill owns the final decision, must verify claims against primary sources and local code or results, and records only the decision id, session reference, recommendation, and local decision.