oracle

Bundles prompts with selected files for AI analysis via browser or API.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill oracle-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/oracle
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill oracle-linuxhsj

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of providing code context to AI models, enabling them to understand and analyze projects more effectively, reducing the need for manual context gathering.

Core Features & Use Cases

  • Prompt + File Bundling: Packages prompts with relevant files for comprehensive AI input.
  • Engine Flexibility: Supports both browser-based (for web UI interaction) and API-based model execution.
  • Use Case: When debugging a complex issue, use Oracle to bundle your prompt, relevant source files, and error messages, then have an AI analyze the context and suggest a solution.

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 source files and prompts together for AI code analysis?

You can bundle source files and prompts together for AI code analysis by using a CLI tool to package relevant project files and error messages into a single context-aware request, enabling models to understand project-specific information for debugging or refactoring.

What is context bundling for prompt engineering and when is it needed?

Context bundling for prompt engineering is the process of packaging relevant source files with your prompt into a single request. It is needed when debugging complex issues, performing code reviews, or refactoring, allowing AI models to analyze project-specific information effectively.

Can I execute AI model analysis through a browser or API?

Yes, you can execute AI model analysis through either browser-based web UI interaction or API-based execution. This engine flexibility allows you to choose between extended remote browser sessions or direct API calls for context-aware code understanding.

Do I need a specific CLI tool to preview token counts for AI code requests?

Yes, you need a specific CLI tool to preview token counts for AI code requests. This tool allows you to calculate the token size of your bundled prompt and selected files from directories before sending the request for analysis.

What is the best way to provide AI models with project-specific code context?

The best way to provide AI models with project-specific code context is to use a bundling tool that packages your prompt with selected source files and error messages into a single request, reducing the need for manual context gathering during code review.

Are there limitations when using remote browser hosting for AI code analysis sessions?

Remote browser hosting for AI code analysis sessions is optionally supported for extended interactions, but the core functionality relies on the CLI tool. Browser-based execution provides web UI interaction, while API execution handles automated context bundling.