consult-oracle

Solid

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".

AI & Automation 335 stars 26 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
94
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 Run via the Bash tool (`timeout: 3600000`, do not set `run_in_background`). The script loads `chatgptUrl` from `~/.turbo/config.json` automatically. Generate a random tag and persist the response: ```bash ORACLE_TAG=$(head -c 4 /dev/urandom | xxd -p) && mkdir -p .turbo/oracle python3 scripts/run_oracle.py --prompt "<problem de...

Details

Author
tobihagemann
Repository
tobihagemann/turbo
Created
3 months ago
Last Updated
5 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category