← 返回 Skills 市场
64
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-oracle-setup
功能描述
Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv
安全使用建议
This skill is an instruction-only helper that runs local Python code to create a virtualenv and install onnxruntime. Before running: 1) Ensure you have uv and Python 3.11+ installed (SKILL.md lists uv as required even though metadata did not). 2) Inspect the local plugins/oracle/oracle/provision.py (or the oracle.provision module) to confirm it performs only the expected venv and install steps — the provided command will execute that module’s code. 3) Run in an isolated workspace or container if you don’t fully trust the repository, since package downloads and arbitrary local code execution can alter your environment. 4) Be aware onnxruntime wheels are platform-specific (GPU vs CPU) and may be large. If you want to proceed, run the commands manually after inspection rather than allowing any automated system to run them unreviewed.
功能分析
Type: OpenClaw Skill
Name: nm-oracle-setup
Version: 1.0.0
The skill bundle provides instructions for provisioning a Python 3.11+ environment and installing 'onnxruntime' using the 'uv' package manager. The commands in SKILL.md are consistent with the stated purpose of setting up an ML inference daemon and do not exhibit signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The SKILL.md's steps implement the stated goal (create a Python 3.11+ venv and install onnxruntime via uv). However the registry metadata says there are no required binaries while the document explicitly lists 'uv must be installed' as a prerequisite, and the skill assumes a local plugins/oracle Python package is present even though no code files are included in the skill bundle.
Instruction Scope
Instructions run an inline Python command that imports and executes oracle.provision.provision_venv from plugins/oracle — this will execute arbitrary local code in that path and create a venv and install packages from the internet. The instructions do not ask to read unrelated system files or credentials, but they do give the agent discretion to run local module code; you should verify that oracle.provision is the expected, trusted code before running.
Install Mechanism
There is no install spec (instruction-only), which is low-risk from an installation perspective. The only external activity is package download during venv provisioning (internet access).
Credentials
The skill requests no environment variables or credentials. It does require network access for package downloads and expects uv and Python 3.11+, which are proportionate to provisioning a Python venv and installing onnxruntime.
Persistence & Privilege
The skill does not request persistent platform privileges (always is false). It will create a virtual environment on disk (normal for provisioning) but does not attempt to modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-oracle-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-oracle-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Oracle Setup skill.
- Provisions an ML inference environment using Python 3.11+ and onnxruntime via uv.
- Creates a virtual environment, installs dependencies, and verifies the setup.
- Requires uv to be installed and an internet connection for setup.
- Provides clear user feedback on provisioning success or failure.
元数据
常见问题
Nm Oracle Setup 是什么?
Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。
如何安装 Nm Oracle Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-oracle-setup」即可一键安装,无需额外配置。
Nm Oracle Setup 是免费的吗?
是的,Nm Oracle Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Oracle Setup 支持哪些平台?
Nm Oracle Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Oracle Setup?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills