oracle

Guide oracle CLI usage for prompt construction, glob file inclusion, and session management.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill oracle-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/skills/oracle
Command: npx skills add https://github.com/wixette/clawnotes --skill oracle-wixette

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers efficiently use the oracle CLI tool for interacting with AI models, by providing best practices for prompt engineering, file bundling, and session management.

Core Features & Use Cases

  • Optimized Prompting: Learn how to craft effective prompts that include project context and specific questions.
  • File Management: Understand how to include and exclude files and directories using glob patterns for context.
  • Session Handling: Manage long-running AI tasks by reattaching to existing sessions instead of rerunning.
  • Use Case: When debugging a complex issue in a large codebase, use this Skill to guide the oracle CLI in analyzing relevant files and providing actionable insights without re-explaining the project context each time.

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 manage long-running AI tasks in the CLI without re-explaining project context?

You can manage long-running AI tasks by reattaching to existing sessions. This session management approach allows you to resume operations without rerunning previous commands or re-explaining your project context.

What is the best way to include specific project files for AI code analysis using a CLI?

The best way to include project files for AI code analysis is by using glob patterns for file inclusion and exclusion. This allows you to bundle specific directories and filter out irrelevant files to optimize context.

How do I preview token count for a prompt before sending files to an AI model?

You can preview the token count for a prompt by using the oracle CLI. This helps you estimate context size and manage file bundling limits before executing the full AI-assisted development task.

Do I need to install any specific binary before using AI-assisted CLI development tools?

Yes, you need the oracle binary installed and configured. It requires setup for either API or browser engine usage to properly execute AI-assisted development tasks from the command line.

How does prompt construction affect AI code analysis in command-line interfaces?

Prompt construction directly impacts AI code analysis by determining the project context and specific questions provided. Effective prompt engineering ensures the AI model receives relevant information for actionable insights.

Can I exclude test files when bundling source code context for AI debugging?

Yes, you can exclude test files when bundling source code context. Using glob pattern strategies, you can target only the relevant files in your src directory while excluding unnecessary test files from the analysis.