Agent skill · ma08

oracle

Use the @steipete/oracle CLI for debugging, refactors, design checks, and cross-validation, preferring the GCP-backed `oracle-vm` route for agent-driven prompt and literal text/source reviews while preserving explicit host-local Oracle workflows.

What it needs

About 7k tokens when loaded.

What this skill does

Oracle (CLI) — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat outputs as advisory: verify against the codebase + tests. Main use case (VM-first browser, ChatGPT GPT‑5.6 Sol + Pro) Default agent workflow here: use oracle-vm for prompts plus literal text or source files when research-cpu-01-ts and its remote wrapper are healthy. It runs the supported Oracle wrapper on the GCP VM with ChatGPT GPT‑5.6 Sol and the account/UI Intelligence effort set to Pro. Pro is a separate ChatGPT effort, not a gpt-5.6-pro CLI identifier. This is the human-in-the-loop path: it can take about 10 minutes to 1 hour; expect a stored session you can reattach to or harvest. Plain oracle remains host-local. Use it for an explicit local request, a VM outage, Mac-only browser context, or inputs that oracle-vm safely refuses. Do not transparently reinterpret a manual oracle command as an SSH request. Recommended defaults: Agent route: oracle-vm -p "<task>" [--file <literal-text-file> ...]; it preflights SSH and the remote wrapper, stages only supported files with protected permissions, creates a slug when needed, and prints same-session reattach and harvest commands. It defaults ORACLESOURCEMAIN=1 for both primary and recovery commands so they prefer the same pinned implementation. Engine: browser (--engine browser) Model: --model gpt-5.6-sol with --browser-model-strategy select; the signed-in ChatGPT profile supplies the separate Pro effort. Browser mode: reuse --remote-chrome 127.0.0.1:9223 when the supported login desktop is already running; otherwise use manual login with --browser-manual-login --browser-chrome-path "$HOME/pro/botfiles/bin/oracle-chrome-linux". …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills ma08/oracle--235693

View the source on GitHub

Browse the @skills marketplace