oracle

Bundle prompts with selected files into one-shot requests via the oracle CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cploveless123/Dex-trading-bot --skill oracle-cploveless123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/cploveless123/Dex-trading-bot/tree/main/workspace-backup/openclaw_skills/oracle
Command: npx skills add https://github.com/cploveless123/Dex-trading-bot --skill oracle-cploveless123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bundling prompts with selected files into a single one-shot request to provide contextual repository information to an AI.

Core Features & Use Cases

  • Contextual prompting: Attach code, docs, and assets to prompts to give models repository awareness.
  • Deterministic runs: Manage sessions and attachments for repeatable interactions.
  • Use Case: When debugging a failing function in a repository, bundle the relevant source files and tests so the AI can reason with accurate context.

Quick Start

Provide a task description and a set of files, and Oracle will bundle them for a one-shot request to 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 source files and prompts into a single AI request?

To bundle files with prompts into a single request, attach code and assets directly to your task description so the AI gains repository awareness for that specific interaction. This creates a one-shot contextual prompt.

What is contextual prompt bundling for AI models?

Contextual prompt bundling is the process of attaching repository files directly to a prompt, giving the AI model accurate code context to reason with during a one-shot request. It applies to both browser and API workflows.

How do I attach files to prompts for deterministic AI runs?

You can attach files to prompts for deterministic runs by using the oracle CLI with --file attachment rules. This manages sessions and attachments to ensure your interactions are repeatable.

Do I need the CLI to attach files for contextual AI workflows?

Yes, you need the oracle CLI to attach files for contextual AI workflows. It requires the CLI with --file attachment rules to manage sessions and support browser and API runs.

Can I preview a prompt bundle before sending it to an AI model?

Yes, you can preview a prompt bundle before sending it to an AI model. The CLI supports commands for help, preview, and browser runs to verify your contextual prompts.

Why does my AI model lack repository awareness when debugging code?

Your AI model lacks repository awareness because it needs accurate context. Bundle the relevant source files and tests with your prompt so the AI can reason with the actual code during debugging.