oracle

Automate oracle CLI workflows for prompt bundling and session management.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill oracle-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/oracle
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill oracle-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle workflows often require bundling prompts with relevant files to provide context for model responses. It also adds complexity around engine selection, session management, and safe attachments across long-running tasks.

Core Features & Use Cases

  • Prompt bundling: Combine prompts with selected files to create context-rich requests for the oracle CLI.
  • Engine and session management: Seamlessly switch engines and manage long-running sessions across tasks.
  • Safe attachments: Define file attachment patterns and exclusions to keep runs reproducible and secure.
  • Use Case: When you need a model to reason with code from a repository, quickly bundle sources and run a browser-based prompt with a stored session.

Quick Start

Install the oracle CLI and start a browser-based session using a compact file bundle for context.

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 files for CLI-based code analysis?

Prompt bundling combines your text prompts with selected files to create context-rich requests. This provides necessary repository context for model responses during code investigations.

How does session management work for long-running CLI investigations?

Session management allows you to seamlessly switch engines and maintain long-running sessions across tasks. This keeps continuous context when reasoning with code from repositories over extended periods.

Can I run browser-based prompts using a stored CLI session?

Yes, you can start a browser-based session using a compact file bundle for context. This enables running browser-based prompts while maintaining a stored session for long-running investigations.

What are safe attachments and how do they keep CLI runs reproducible?

Safe attachments define file attachment patterns and exclusions to keep runs reproducible and secure. This prevents unintended file access and ensures consistent context when bundling prompts.

Do I need a root SKILL.md file to use oracle CLI workflows?

Yes, oracle CLI workflows require a root SKILL.md with YAML frontmatter including name and description. Optional scripts, references, and assets directories can also be used for setup.