oracle

Bundle prompts and selected files into a single request for model sessions.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill oracle-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/191854169/openclawFork/tree/main/skills/oracle
Command: npx skills add https://github.com/191854169/openclawFork --skill oracle-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle streamlines how to bundle prompts and attached files for context-rich model responses during browser or API runs, helping developers get accurate, context-aware answers while preserving data safety.

Core Features & Use Cases

  • Efficiently bundle prompts with selected files into a single request to provide real project context to models.
  • Support long-running browser or API-driven sessions with structured file attachments and session management.
  • Use Case: When you need a model to reason about a codebase with access to relevant files and tests, you can bundle the prompt and files and run with a stored session for iterative refinement.

Quick Start

Preview a run with --dry-run to verify payload and then execute a browser session for long-running tasks.

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 together to provide real project context to a model?

To bundle prompts and files, you package selected files and text prompts into a single request, providing models with real project context for context-aware collaboration. This ensures secure, reproducible prompts during browser or API runs.

What is the best way to manage long-running browser sessions with file attachments?

Managing long-running browser sessions involves using stored slugs and structured file attachments. This approach enables iterative refinement and context-aware collaboration while satisfying attachment rules during extended API or browser tasks.

Can I preview a prompt payload before sending files to an API session?

Yes, you can preview a run using a dry-run flag. Previewing the run allows you to verify the payload and attached files, ensuring secure and reproducible prompts before executing a live browser or API session.

Does prompt bundling respect .gitignore when expanding file globs?

Yes, prompt bundling respects .gitignore when expanding globs. It automatically ignores oversized files by default and satisfies attachment rules, ensuring only relevant project files are included in the context-rich request.

Why use stored slugs for API session management?

Stored slugs enable session management for long-running browser or API sessions. They allow you to maintain state and support iterative refinement, ensuring models have consistent access to bundled files and project context across multiple interactions.