oracle

Bundle prompts with selected files for model responses in browser or API sessions.

4|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/0xKobold/0xkobolds --skill oracle-0xkobold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/0xKobold/0xkobolds/tree/main/skills/oracle
Command: npx skills add https://github.com/0xKobold/0xkobolds --skill oracle-0xkobold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI enables bundling your prompt with a selective set of files to provide richer context to models, reducing guesswork and back-and-forth. This guide explains how to structure prompts, attach documents, and manage sessions for consistent results.

Core Features & Use Cases

  • Prompt + file bundling: Create one-shot prompts that include relevant repository snippets, docs, and assets for accurate model responses.
  • Session management: Maintain long-running browser or API sessions with reattachment and slug-based identifiers.
  • Attachments & controls: Attach files with fine-grained inclusion/exclusion rules and safe data handling.
  • Use Case: Great for code reviews, architecture discussions, and knowledge base queries that require live project context.

Quick Start

Run oracle to bundle your prompt with a small set of local files and inspect the generated payload.

Frequently Asked Questions about oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle prompts with files for AI model responses?

To bundle prompts with files, you use prompt-bundling logic to combine your text prompt with selected local files, creating a single payload that provides richer context to models and reduces guesswork. This ensures accurate model responses.

How does session management work for long-running browser or API workflows?

Session management for long-running workflows uses slug-based identifiers to maintain and reattach browser or API sessions. This allows you to resume interactions and continue API workflows without losing the established context.

Can I safely share prompts that contain sensitive data?

Yes, you can safely share prompts because the system includes safe redaction of secrets during sharing. This prevents sensitive data from being exposed when you distribute your bundled prompt payloads.

What is the best way to provide repository context for code reviews?

The best way to provide repository context for code reviews is creating one-shot prompts that bundle your query with relevant code snippets and docs. This gives the model direct access to project assets for architecture discussions.