oracle

Bundles prompts and files into a single request for LLMs using GPT-5.2 Pro and browser engine.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill oracle-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/oracle
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill oracle-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @steipete/oracle, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of bundling prompts and files into a single request, allowing models to provide context-rich responses with real repository context.

Core Features & Use Cases

  • One-shot Request: Combines prompts and files into a single request for more informed responses.
  • Long-context Strength: Supports long-context workflows for in-depth analysis.
  • Use Case: Ideal for developers seeking detailed explanations of code behavior, with examples like using it to analyze complex code snippets and get insights into potential issues.

Quick Start

Use the oracle skill to analyze the code in 'src/**' and get a detailed explanation using GPT-5.2 Pro and browser 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 files for long-context code analysis?

To bundle prompts and files for long-context code analysis, this Skill combines them into a single request, allowing models to process real repository context and provide detailed explanations of code behavior.

What is the best way to analyze complex code snippets using a one-shot request?

The best way to analyze complex code snippets using a one-shot request is to combine prompts and files together. This method provides the model with full context, yielding insights into potential issues and code behavior.

Do I need GPT-5.2 Pro to use the oracle command-line tool for in-depth investigation?

Yes, you need GPT-5.2 Pro to use the oracle command-line tool for in-depth investigation. The Skill requires both this specific model and the command-line tool to bundle requests and execute long-context analysis.

Can I use this Skill to get detailed explanations of code behavior across a whole directory?

Yes, you can use this Skill to get detailed explanations of code behavior across a whole directory. It supports long-context workflows, allowing you to analyze paths like 'src/**' to investigate complex code structures.

What are the limitations of one-shot requests for model context?

Limitations of one-shot requests for model context depend on the model's context window capacity. While this Skill supports long-context analysis, extremely large repositories might exceed processing limits, making selective file bundling necessary.