oracle

Bundle prompts with selected files and directories for AI model context.

386k|81.1k|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/openclaw/openclaw --skill oracle-openclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/openclaw/openclaw/tree/main/skills/oracle
Command: npx skills add https://github.com/openclaw/openclaw --skill oracle-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables AI models to understand and interact with your codebase by bundling prompts with relevant files, allowing for context-aware code analysis and generation.

Core Features & Use Cases

  • Contextual Code Analysis: Provides AI with specific files and directories from your project for detailed analysis.
  • Prompt Bundling: Combines natural language prompts with code snippets and file contents for comprehensive AI input.
  • Use Case: Debugging a complex issue by providing the AI with the relevant source files, error logs, and test cases to pinpoint the problem and suggest a fix.

Quick Start

Use the oracle skill to preview the token count for a task using all 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 provide repo context to an AI model for code analysis?

You provide repo context by bundling natural language prompts with selected files and directories, enabling the AI to understand and interact with your specific codebase for context-aware analysis.

What is prompt bundling for AI code generation?

Prompt bundling for AI code generation is the process of combining natural language instructions with relevant code snippets and file contents to create a comprehensive input payload for models like GPT-5.2 Pro.

Can I preview the token count before sending files to an AI model?

Yes, you can preview the token count before sending files to an AI model by using the dry-run feature, which calculates the token payload for selected directories without executing the actual API request.

Does this prompt bundling approach work with browser engines and APIs?

Yes, this prompt bundling approach supports both API and browser engines, allowing you to interact with models like GPT-5.2 Pro through your preferred connection method while maintaining session management.

What is the best way to debug a complex codebase issue using AI?

The best way to debug a complex issue using AI is to bundle the relevant source files, error logs, and test cases together into a single prompt, enabling the model to pinpoint the problem and suggest a targeted fix.

How do I manage file attachment patterns when sending code to an AI?

You manage file attachment patterns by selecting specific files and directories from your project to include in the prompt bundle, ensuring the AI receives only the necessary repository context for the task.