oracle

Bundle prompts with contextual files using the oracle CLI.

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adamhjouj/shieldclaw --skill oracle-adamhjouj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/adamhjouj/shieldclaw/tree/main/openclaw/skills/oracle
Command: npx skills add https://github.com/adamhjouj/shieldclaw --skill oracle-adamhjouj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI enables bundling prompts with relevant files to provide models with richer context, reducing back-and-forth and misinterpretation.

Core Features & Use Cases

  • Prompt + file bundling: attach files to prompts for context and better reasoning.
  • Engine + session management: control engines, sessions, and long-running tasks for reproducible results.
  • Use Case: prepare a bundle of source files and docs to guide a code-completion task across browser runs.

Quick Start

Install the oracle CLI and run a browser-enabled prompt with a bundled file set to begin a guided session.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I attach files to a prompt for better model context?

You can attach contextual files to prompts using the oracle CLI to bundle them together, which provides models with richer context and reduces back-and-forth misinterpretation during complex tasks.

What is the best way to manage long-running model sessions?

The oracle CLI provides engine and session management controls, allowing you to manage long-running tasks and maintain reproducible results across browser-based and API-driven runs.

Can I use browser-based runs with bundled file sets?

Yes, the oracle CLI supports browser-enabled prompts with bundled file sets, allowing you to begin guided sessions and execute code-completion tasks directly within the browser.

What do I need to start bundling prompts with contextual files?

You need the oracle binary installed, a defined set of contextual files, and session controls configured to enable repeatable, guided prompts for your model interactions.

Why does my model misinterpret complex code-completion tasks?

Models misinterpret complex tasks when lacking sufficient context; bundling source files and docs with your prompt using the oracle CLI provides the necessary context to guide accurate code completion.