oracle

Bundle prompts and selected files into one-shot requests for context-aware model responses.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rebootix-research/viki-clow --skill oracle-rebootix-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/rebootix-research/viki-clow/tree/main/skills/oracle
Command: npx skills add https://github.com/rebootix-research/viki-clow --skill oracle-rebootix-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle bundles your prompt + selected files into one-shot request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests.

Core Features & Use Cases

  • Prompt + file bundling into a single task for context-aware responses.
  • Engine and session management: switch between browser and API engines; start, persist, and reattach to sessions.
  • Flexible file attachments: attach files or directories to include in the prompt payload while respecting ignore rules.

Quick Start

Run the oracle skill to run a browser-based, long-think task by bundling your prompt with the necessary files and attaching a stored session if needed.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle prompts and files into a single request for code context?

Bundling prompts and files combines your text input with selected repository files into a single one-shot request, enabling another model to answer with real code context. Attach files or directories to the prompt payload for context-aware responses.

Can I use browser automation or APIs to run long-running code review sessions?

Yes, long-running sessions support both browser and API engines. You can start, persist, and reattach to sessions, using browser automation or APIs to conduct context-rich code reviews and guided experiments.

What is the best way to switch between browser and API engines for prompt bundling?

Switching between browser and API engines is handled through CLI options for session management. Select the desired engine when bundling your prompt and files to route the one-shot request through either API or browser workflows.

How do file attachments work when bundling code context into a prompt?

File attachments include files or directories directly in the prompt payload. The attachment mechanism respects ignore rules, ensuring only relevant repository files are bundled into the one-shot request for the model.

Are the results from bundled code context requests safe to use directly?

Results are advisory output, meaning they are safe to use only after verification. You should verify the generated responses against your actual code and tests, as the bundled context provides guidance rather than guaranteed execution.

When should I not use prompt bundling for code exploration?

Prompt bundling is not suitable for tasks requiring live execution or guaranteed accurate results. Since the output is advisory and the approach uses one-shot requests, avoid it when you need continuous interaction or verified runtime behavior.