← Back to Skills Marketplace
Oracle
by
Peter Steinberger
· GitHub ↗
· v1.0.1
18082
Downloads
16
Stars
1159
Active Installs
2
Versions
Install in OpenClaw
/install oracle
Description
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Usage Guidance
Install only if you are comfortable trusting the `@steipete/oracle` npm package and sending selected repository files to external AI services. Use dry-run and files-report first, exclude secrets such as `.env`, key files, and tokens, prefer narrow file globs, and avoid exposing the remote browser host on `0.0.0.0` unless you understand and control the network access.
Capability Analysis
Type: OpenClaw Skill
Name: oracle
Version: 1.0.1
The skill is classified as suspicious due to its reliance on `npx -y` to execute an external npm package (`@steipete/oracle`), which introduces a supply chain risk. It performs broad file access (e.g., `src/**`) and sends these files to external AI services via network calls, a high-risk operation despite explicit warnings in SKILL.md against sharing secrets. Additionally, the 'remote browser host' feature allows configuring a server to listen on `0.0.0.0`, which is a broad network exposure.
Capability Assessment
Purpose & Capability
The stated purpose is to send selected project files and a prompt to another model for review, and the commands and safety notes consistently describe that behavior.
Instruction Scope
The skill advises dry runs, file reports, tight file selection, excludes, explicit API-run consent, and treating model output as advisory; it does not contain hidden role changes or prompt-injection behavior.
Install Mechanism
It relies on `npx -y @steipete/oracle`, which fetches and runs an external npm CLI; that is disclosed and purpose-aligned, but users should understand the supply-chain trust requirement.
Credentials
The CLI can read selected local files and send them to external AI services or browser sessions, including examples like `src/**`; this is proportionate to the review purpose and accompanied by warnings to avoid secrets and narrow the file set.
Persistence & Privilege
Browser runs store sessions under `~/.oracle/sessions`, and the optional remote browser host can bind to `0.0.0.0` with a token; these are disclosed, optional operational features rather than hidden persistence or privilege escalation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oracle - After installation, invoke the skill by name or use
/oracle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.0
Metadata
Frequently Asked Questions
What is Oracle?
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation. It is an AI Agent Skill for Claude Code / OpenClaw, with 18082 downloads so far.
How do I install Oracle?
Run "/install oracle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oracle free?
Yes, Oracle is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Oracle support?
Oracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oracle?
It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.1.
More Skills