Discover and explore top open-source AI tools and projects—updated daily.
steipeteAI prompting tool for context-aware interactions
New!
Top 67.4% on SourcePulse
This project provides a command-line interface (CLI) tool, Oracle, designed to enhance AI agent interactions by allowing users to bundle prompts with context from specified files. It targets developers and power users seeking to integrate AI models like GPT-5.1 Pro into automated workflows, offering a structured way to provide rich context for more accurate and grounded AI responses.
How It Works
Oracle operates using two distinct engines: an API engine that interfaces directly with OpenAI's API (requiring an OPENAI_API_KEY) and a browser engine that automates ChatGPT within Chrome. This dual-engine approach allows flexibility, with the API engine being stable and preferred, while the browser engine offers a keyless alternative for Pro accounts, albeit experimental. The tool bundles user-provided prompts with specified files, supporting glob patterns and exclusions, into a markdown package that AI models can process and cite.
Quick Start & Requirements
npx -y @steipete/oracleOPENAI_API_KEY environment variable for the API engine. For the browser engine: an OpenAI Pro account and macOS with Chrome installed.docs/chromium-forks.md for details on using Chromium-based browsers.Highlighted Details
!).Maintenance & Community
No specific details on maintainers, community channels, or roadmap were found in the provided text.
Licensing & Compatibility
The specific open-source license was not mentioned in the provided text.
Limitations & Caveats
The browser engine is considered experimental and is currently limited to macOS with Chrome. Windows and Linux browser support is under development. The browser engine also requires an OpenAI Pro account. For stability and broader compatibility, the API engine is recommended when an API key is available.
5 days ago
Inactive
philschmid
SilasMarvin