oracle

Bundle natural language prompts with specified files into single AI requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brianwan19801015/labopenclaw --skill oracle-brianwan19801015
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/brianwan19801015/labopenclaw/tree/main/skills/oracle
Command: npx skills add https://github.com/brianwan19801015/labopenclaw --skill oracle-brianwan19801015

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of providing AI models with relevant context by bundling prompts with selected files, enabling more accurate and context-aware responses.

Core Features & Use Cases

  • Contextual Bundling: Combines natural language prompts with specific files or globs for AI processing.
  • Efficient Context Management: Helps select the minimal set of files needed for a task, optimizing token usage.
  • Use Case: When debugging a complex codebase, use Oracle to bundle your error message, relevant source files, and configuration files into a single request for an AI to analyze and suggest a fix.

Quick Start

Use the oracle skill to preview the token count for a task using files in the src directory.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle multiple source files into a single prompt for AI context?

To bundle multiple files for AI context, you combine natural language prompts with specified directories or globs into a single request. This contextual bundling ensures AI models receive all relevant code and configuration needed for accurate analysis.

Can I check token count before sending a bundled prompt to an LLM?

Yes, you can perform a dry run to preview the token count for your task. This feature helps you select the minimal set of files needed, optimizing token usage before executing the actual API request.

How do I include or exclude specific files when bundling code context for an AI model?

When bundling code context, you use file inclusion and exclusion patterns to filter directories. This efficient context management ensures only relevant source files are passed to the AI model, preventing token overflow.

Does this prompt bundling tool work with both API and browser-based execution engines?

Yes, prompt bundling supports both API and browser-based execution engines. It also offers session management options to maintain state across multiple contextual file bundling requests during complex code analysis.

What is the best way to provide an LLM with relevant code context for debugging?

The best way to provide code context for debugging is bundling your error message, relevant source files, and configuration into one request. This facilitates context-aware AI interactions for tasks requiring deep codebase analysis.

Why should I bundle files and prompts together instead of pasting code manually?

Bundling files and prompts streamlines context provision by selecting minimal necessary files, optimizing token usage. Manual pasting often misses dependencies, whereas bundling ensures complete, context-aware AI responses for complex tasks.