oracle

Bundle prompts and attachments for single-shot oracle CLI runs.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill oracle-jason9693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/oracle
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill oracle-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI best practices for prompt + file bundling, engines, sessions, and file attachment patterns to improve reliability and reproducibility.

Core Features & Use Cases

  • Guidance on bundling prompts and files for one-shot oracle runs.
  • Recommended engine choices and session handling across browser and API modes.
  • Use cases across browser-based tasks, local runs, and file attachment strategies.

Quick Start

Use oracle to bundle prompts and attachments for a single-shot CLI run with a chosen engine.

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 file attachments for a single-shot CLI run?

To bundle prompts and attachments for a single-shot CLI run, group your text prompts and file inputs together using a metadata structure before executing the interaction. This delivers context-rich commands and improves run reproducibility.

What is the best way to manage sessions across browser and API modes?

Session management across browser and API modes requires selecting a consistent engine and bundling prompts with correct metadata. This ensures interactions remain reliable and reproducible regardless of whether the run is local or browser-based.

Do I need Node installed to use the oracle CLI for prompt bundling?

Yes, you need a Node environment and the oracle CLI installed to execute prompt bundling. The setup prescribes a specific metadata structure with name, description, and install details to ensure the environment is correctly configured.

How does engine selection affect oracle CLI interactions?

Engine selection determines the processing backend for your oracle CLI interactions. Choosing the right engine for browser-based tasks or local runs improves reliability and ensures single-shot prompt execution performs as expected.

Why does my oracle CLI prompt bundle fail to attach files correctly?

File attachment strategies fail when the metadata structure lacks the correct name, description, or install details. Properly bundling prompts and attachments with the prescribed structure ensures the CLI processes file inputs reliably.