oracle

Bundle prompts with selected files and globs for AI code analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines code analysis and generation by bundling prompts with relevant project files, enabling AI models to understand and interact with your codebase effectively.

Core Features & Use Cases

  • Contextual Code Bundling: Packages prompts with selected files and globs for AI processing.
  • Multi-Engine Support: Works with both browser-based and API-based AI models.
  • Session Management: Allows for reattaching to long-running or detached AI sessions.
  • Use Case: Debugging a complex issue by providing the AI with specific source files and error messages to generate a fix.

Quick Start

Use the oracle skill to preview the token count for a task involving all files in the src directory, excluding test files.

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 specific files for AI code analysis?

To bundle prompts with files for AI code analysis, you package selected source files and globs together with your instructions. This explicit file selection ensures the AI model receives the exact context needed to process your codebase effectively.

What is contextual code bundling for AI-driven code generation?

Contextual code bundling is the process of packaging prompt instructions with relevant project files and globs. This mechanism transfers necessary context to AI models, enabling them to understand and interact with your specific codebase for analysis and generation.

Can I use API and browser engines for long-running code analysis tasks?

Yes, you can use both API and browser engines for code analysis. The skill supports multi-engine configurations and includes session management, allowing you to reattach to long-running or detached AI sessions.

How do I preview token counts for specific source files before AI processing?

You preview token counts by selecting specific files and globs while excluding others, such as test files. The skill evaluates the bundled prompt and selected source files to estimate the token count before sending the context to the AI.

Do I need explicit file selection for effective prompt engineering?

Yes, explicit file selection is required for effective prompt engineering. You must manually choose the relevant project files and globs to bundle with your prompt, ensuring the AI receives the precise context needed for accurate code generation.