← Back to Skills Marketplace
athola

Nm Oracle Setup

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-oracle-setup
Description
Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-oracle-setup
  3. After installation, invoke the skill by name or use /nm-oracle-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug nm-oracle-setup
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Oracle Setup?

Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install Nm Oracle Setup?

Run "/install nm-oracle-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Oracle Setup free?

Yes, Nm Oracle Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Oracle Setup support?

Nm Oracle Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Oracle Setup?

It is built and maintained by athola (@athola); the current version is v1.0.0.

💬 Comments