← 返回 Skills 市场
Oracle
作者
Peter Steinberger
· GitHub ↗
· v1.0.1
19701
总下载
17
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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`, keep file globs narrow, exclude `.env`, keys, tokens, and other secrets, and avoid exposing the remote browser host on `0.0.0.0` unless you control the network and token access.
功能分析
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.
能力评估
Purpose & Capability
The stated purpose is to bundle selected files and a prompt for second-model review, and the instructions consistently describe that workflow for debugging, refactors, design checks, and cross-validation.
Instruction Scope
The skill advises dry runs, file reports, narrow file selection, excluding secrets, explicit API-run consent, and treating outputs as advisory rather than authoritative.
Install Mechanism
It uses `npx -y @steipete/oracle`, which fetches and runs an external npm CLI. This is disclosed and purpose-aligned, but users must trust that package supply chain.
Credentials
The CLI can read selected local files such as `src/**` and send them to external AI or browser workflows. That access is sensitive but expected for repository-context review, and the skill warns users to avoid secrets and use minimal file sets.
Persistence & Privilege
Browser sessions are stored under `~/.oracle/sessions`, and an optional remote browser host can bind to `0.0.0.0` with a token. These behaviors are disclosed operational features, not hidden persistence or privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oracle - 安装完成后,直接呼叫该 Skill 的名称或使用
/oracle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
v1.0.0
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19701 次。
如何安装 Oracle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oracle」即可一键安装,无需额外配置。
Oracle 是免费的吗?
是的,Oracle 完全免费(开源免费),可自由下载、安装和使用。
Oracle 支持哪些平台?
Oracle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Oracle?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.1。
推荐 Skills