← 返回 Skills 市场
Oracle
作者
Peter Steinberger
· GitHub ↗
· v1.0.1
18082
总下载
16
收藏
1159
当前安装
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 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.
功能分析
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 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.
如何使用
- 确保已安装 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 插件,目前累计下载 18082 次。
如何安装 Oracle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oracle」即可一键安装,无需额外配置。
Oracle 是免费的吗?
是的,Oracle 完全免费(开源免费),可自由下载、安装和使用。
Oracle 支持哪些平台?
Oracle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Oracle?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.1。
推荐 Skills