Ask the oracle when you're stuck. Invoke GPT-5 Pro with a custom context and files.
Oracle is a TypeScript CLI tool, installable via npm or Homebrew, that packages a prompt together with local files (via glob patterns) and forwards the bundle to one or more AI models for a response. It supports OpenAI models including GPT-5.5 Pro through GPT-5.1 Codex, Google Gemini 3.1 Pro and Gemini 3 Pro, and Anthropic models including Claude Sonnet 4.6 and Claude Opus 4.1, all selectable with a single flag. Two engine modes are available: API mode, which routes requests directly through provider keys set as environment variables, and browser mode, which automates Chrome to submit prompts to ChatGPT or Gemini without requiring an API key. A standout feature is multi-model panel runs, where a single command dispatches the same prompt to several models simultaneously and aggregates results into one output file. Additional capabilities include session replay, follow-up conversations using OpenAI Responses API IDs, ChatGPT Project context injection, Gemini image generation, a terminal UI, dry-run previews, and performance tracing. Developers who work across multiple AI providers or want to consult several models on the same codebase artifact without switching interfaces benefit most from this tool.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/steipete/oracleResumen de Tools
Lo que la gente pregunta sobre oracle
¿Qué es steipete/oracle?
+
steipete/oracle es tools para el ecosistema de Claude AI. Ask the oracle when you're stuck. Invoke GPT-5 Pro with a custom context and files. Tiene 2.4k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala oracle?
+
Puedes instalar oracle clonando el repositorio (https://github.com/steipete/oracle) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar steipete/oracle?
+
Nuestro agente de seguridad ha analizado steipete/oracle y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene steipete/oracle?
+
steipete/oracle es mantenido por steipete. La última actividad registrada en GitHub es de today, con 4 issues abiertos.
¿Hay alternativas a oracle?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega oracle en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/steipete-oracle)<a href="https://claudewave.com/repo/steipete-oracle"><img src="https://claudewave.com/api/badge/steipete-oracle" alt="Featured on ClaudeWave: steipete/oracle" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies