oracleUse the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Install via ClawdBot CLI:
clawdbot install steipete/oracleOracle 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.
Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the “human in the loop” path: it can take ~10 minutes to ~1 hour; expect a stored session you can reattach to.
Recommended defaults:
--engine browser)--model gpt-5.2-pro or a ChatGPT picker label like --model "5.2 Pro")--dry-run + --files-report when needed).npx -y @steipete/oracle --helpnpx -y @steipete/oracle --dry-run summary -p "" --file "src/" --file "!/.test." npx -y @steipete/oracle --dry-run full -p "" --file "src/**" npx -y @steipete/oracle --dry-run summary --files-report -p "" --file "src/**" npx -y @steipete/oracle --engine browser --model gpt-5.2-pro -p "" --file "src/**" npx -y @steipete/oracle --render --copy -p "" --file "src/**" --copy is a hidden alias for --copy-markdown.--file)--file accepts files, directories, and globs. You can pass it multiple times; entries can be comma-separated.
--file "src/**" (directory glob)--file src/index.ts (literal file)--file docs --file README.md (literal directory + file)!):--file "src/" --file "!src//.test.ts" --file "!/.snap"node_modules, dist, coverage, .git, .turbo, .next, build, tmp (skipped unless you explicitly pass them as literal dirs/files)..gitignore when expanding globs.followSymbolicLinks: false).--file ".github/**").--files-report (and/or --dry-run json) to spot the token hogs before spending.npx -y @steipete/oracle --help --verbose.api when OPENAI_API_KEY is set, otherwise browser.--engine api for Claude/Grok/Codex or multi-model runs.--browser-attachments auto|never|always (auto pastes inline up to ~60k chars then uploads).oracle serve --host 0.0.0.0 --port 9473 --token oracle --engine browser --remote-host --remote-token -p "" --file "src/**" ~/.oracle/sessions (override with ORACLE_HOME_DIR).oracle status --hours 72oracle session --render --slug "<3-5 words>" to keep session IDs readable.--force only when you truly want a fresh run.Oracle starts with zero project knowledge. Assume the model cannot infer your stack, build tooling, conventions, or “obvious” paths. Include:
When you know this will be a long investigation, write a prompt that can stand alone later:
If you need to reproduce the same context later, re-run with the same prompt + --file … set (Oracle runs are one-shot; the model doesn’t remember prior runs).
.env, key files, auth tokens). Redact aggressively; share only what’s required.Generated Feb 27, 2026
Developers use Oracle to bundle a prompt with key source files and get a second-model review from GPT-5.2 Pro via browser automation. This helps identify design flaws, suggest refactors, and ensure code quality without exposing secrets, ideal for iterative improvements in software projects.
When debugging complex issues, engineers can package error logs, relevant code snippets, and project context into a one-shot request. Oracle facilitates a model review to cross-validate fixes, reducing risk in production deployments by providing advisory insights before implementation.
Teams leverage Oracle to create exhaustive prompts with project briefings and key files, enabling model-assisted analysis of architectural choices. This supports documentation and validation of decisions, useful for onboarding or auditing in long-term software maintenance.
In academic or training settings, students and instructors use Oracle to bundle code assignments with prompts for model feedback. This provides a second opinion on code structure and best practices, enhancing learning outcomes without direct human intervention.
Security analysts employ Oracle to review codebases for vulnerabilities or compliance issues by attaching relevant files with constrained prompts. The model offers advisory checks, helping identify potential risks while avoiding exposure of sensitive data through careful file selection.
Offer Oracle as a free open-source CLI tool for individual developers, with paid tiers for enterprise features like advanced session management, team collaboration, and priority support. Revenue comes from subscriptions and custom integrations, targeting companies needing scalable code review solutions.
Provide professional services to help organizations integrate Oracle into their development workflows, including custom prompt engineering, training workshops, and tailored automation setups. Revenue is generated through project-based fees and ongoing maintenance contracts.
Monetize by offering managed API access to Oracle's bundling and review capabilities, with usage-based pricing for tokens or runs. Partner with AI model providers to offer bundled subscriptions, targeting businesses that prefer API over browser automation for scalability.
đź’¬ Integration Tip
Integrate Oracle into CI/CD pipelines by using dry-run commands to preview token usage and avoid budget overruns, ensuring only necessary files are included for automated code reviews.
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Clawdbot to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required.
Design data models for construction projects. Create entity-relationship diagrams, define schemas, and generate database structures.