@openclaw/oracle

by openclaw · v1.0.1 · prompt

Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).

Install

Add @openclaw/oracle to Claude Code with the PolySkill CLI: polyskill add @openclaw/oracle

Instructions

# oracle — 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 output as advisory: verify against code + tests. ## Main use case (browser, GPT‑5.2 Pro) Default workflow here: `--engine browser` with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: - Engine: browser (`--engine browser`) - Model: GPT‑5.2 Pro (`--model gpt-5.2-pro` or `--model "5.2 Pro"`) ## Golden path…

Keywords: ai, prompting, sessions, file-bundling