oracle

Bundle user prompts with selected repository files for model consumption.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill oracle-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/oracle
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill oracle-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle helps you provide real repository context by bundling your prompt with the exact files you choose, reducing guesswork and improving answer relevance.

Core Features & Use Cases

  • Prompt + file bundling: Combine your task instructions with selected code/docs into a single one-shot request.
  • Engine flexibility: Use browser mode for long-running GPT workflows or API mode when you need other model providers or multi-model runs.
  • Session reattachment: Safely handle timeouts and long executions by reattaching to stored sessions instead of re-running.

Quick Start

Run oracle with browser mode, attach the minimal set of files that contain the truth, and ask it a focused task prompt.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I include specific repository files in an LLM prompt for codebase analysis?

To include specific repository files in an LLM prompt for codebase analysis, you bundle your task instructions with precisely selected code and docs into a single one-shot request, reducing guesswork and improving answer relevance.

What is the best way to manage long-running browser-based reasoning sessions?

Managing long-running browser-based reasoning sessions requires session reattachment, allowing you to safely handle timeouts and long executions by reattaching to stored sessions instead of re-running the prompt.

Can I use include and exclude globs with gitignore behavior when attaching files?

Yes, you can use include and exclude globs with gitignore behavior when attaching files, ensuring the prompt bundling process respects repository ignore rules and selects the exact context needed.

How do I handle API mode versus browser mode for multi-model workflows?

For multi-model workflows, you use API mode when you need other model providers, while browser mode supports long-running GPT workflows, giving you engine flexibility during codebase investigations.

Are there file-size and attachment safety constraints when bundling prompts?

Yes, there are file-size and attachment safety constraints enforced during prompt bundling to prevent oversized payloads, ensuring the selected repository context remains within safe model consumption limits.