ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

setup

Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-oracle-setup
Or

Night Market Skill — ported from claude-night-market/oracle. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Oracle Setup

Provision the ML inference environment.

What This Does

  1. Creates a Python 3.11+ virtual environment using uv
  2. Installs onnxruntime into the venv
  3. Verifies the installation

Prerequisites

  • uv must be installed
  • Internet connection for initial download

Steps

  1. Run provisioning:
cd plugins/oracle && uv run python -c "
from oracle.provision import provision_venv, get_venv_path
result = provision_venv(get_venv_path())
print(result.message)
"
  1. Report result to the user.
  2. If successful, tell the user the daemon will start on next session.
  3. If failed, show the error and suggest checking uv and network.

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-oracle-setup": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.