oracle

Bundle prompts and files into a single contextual request for AI answers.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill oracle-sarathi-aiml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/sarathi-aiml/openclaw-zero-trust/tree/main/skills/oracle
Command: npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill oracle-sarathi-aiml

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

  • Prompt + File Bundling: Combine prompts and selected files into a single request to provide comprehensive context.
  • Engine & Session Guidance: Guidance on using browser vs API engines and managing long-running sessions.
  • Use Case: Build contextual AI workflows that reason over code, docs, and assets without exposing local secrets.

Quick Start

Provide a focused set of files to oracle and start a browser-enabled session.

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 repository context?

You can bundle prompts and selected files into a single contextual request using the oracle CLI. This combines your prompt and file attachments to provide comprehensive repository context for AI answers.

What is prompt bundling for AI workflows and when do I need it?

Prompt bundling combines your prompt and selected files into one one-shot request so another model can answer with real repo context. It is needed when building AI workflows that reason over code, docs, and assets.

Does the oracle CLI support API and browser-based session management?

The oracle CLI supports both API and browser-based workflows with managed sessions. It provides guidance on using browser vs API engines and managing long-running sessions for context-rich runs.

Do I need the oracle CLI to run context-rich AI sessions over my code?

Yes, the oracle CLI is required to bundle prompts and files into a single request. You also need appropriate engine selection and proper file attachments to ensure secure, context-rich runs.

What are the limitations of using prompt bundling for repository context?

Output from prompt bundling is advisory and should be verified against code and tests. The approach requires proper file attachments and engine selection to avoid exposing local secrets during context-rich runs.