consult-oracle
Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. Use when stuck on a very hard problem, when standard approaches have failed, when multiple debugging attempts haven't worked, or when the user says \"ask the oracle\", \"consult oracle\", \"consult chatgpt\", \"I'm completely stuck\", \"I've tried everything\", or \"nothing is working\".
npx skills add majiayu000/claude-skill-registry --skill consult-oracle --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Consult Oracle Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. ## Configuration The oracle reads from `~/.turbo/config.json`: ```json { "oracle": { "chatgptUrl": "https://chatgpt.com/", "chromeProfile": "Default" } } ``` | Key | Purpose | Default | |---|---|---| | `chatgptUrl` | ChatGPT URL (e.g., a custom GPT project URL) | `https://chatgpt.com/` | | `chromeProfile` | Chrome profile directory name | `Default` | ## Step 1: Refresh Cookies Before running the oracle, refresh ChatGPT cookies from Chrome. Requires timeout of 60000ms. A macOS Keychain password prompt will appear for the user. ```bash python3 scripts/refresh_cookies.py ``` If the script reports session validation failure, the user needs to log into ChatGPT in Chrome first. ## Step 2: Identify Key Files Find the 2-5 files most relevant to the problem. ## Step 3: Formulate the Question Write a clear, specific problem description. Include what has already been tried and why it failed. Open with a short project briefing (stack, services, build steps). The more context, the better the response. ## Step 4: Run the Oracle Use a generous timeout (60 minutes / 3600000ms). The scr
- Configuration
- Step 1: Refresh Cookies
- Step 2: Identify Key Files
- Step 3: Formulate the Question
- Step 4: Run the Oracle
- Step 5: Synthesize
python3 scripts/refresh_cookies.py python3 scripts/run_oracle.py --prompt "<problem description>" --file <relevant files...> --write-output ".turbo/oracle/$ORACLE_TAG.txt"
What does the consult-oracle skill do?
Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. Use when stuck on a very hard problem, when standard approaches have failed, when multiple debugging attempts haven't worked, or when the user says \"ask the oracle\", \"consult oracle\", \"consult chatgpt\", \"I'm completely stuck\", \"I've tried everything\", or \"nothing is working\".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill consult-oracle --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
