oracle

Bundle prompts with repository files into a single request for downstream models.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill oracle-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/oracle
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill oracle-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle bundles your prompt + selected files into one “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

  • Bundles prompt and repository files into a single request for richer, contextual model responses.
  • Supports both API and browser-based workflows, with long-lived sessions and file attachments for iterative exploration.
  • Use Case: When you need a model to propose changes or explanations based on actual project content and structure.

Quick Start

Use the oracle skill to start a browser-assisted task with a prepared file set and a clear task prompt.

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 repository files for richer context?

You can bundle prompts with repository files by using the oracle CLI and selecting files via the --file flag. This combines your prompt and project content into a single request for a context-rich model response.

What is prompt bundling for code review and documentation synthesis?

Prompt bundling combines your text prompt with actual repository files into a single request. This allows downstream models to propose changes or explanations based on real project content and structure.

Does the oracle CLI support browser automation workflows?

Yes, the oracle CLI supports both API and browser-based automation workflows. Browser automation enables long-lived sessions with file attachments for iterative API exploration and code review.

Do I need specific engine or model settings to bundle prompts with files?

Yes, bundling prompts with files requires appropriate engine and model settings configured in the oracle CLI. These settings ensure the downstream model correctly processes the combined request and repository context.

What are the limitations of using bundled prompts for code review?

The output from bundled prompts is advisory and must be verified against your actual code and tests. You should not treat the generated model responses as definitive without checking the real project content.