Install
openclaw skills install nm-oracle-setupProvision the oracle inference daemon with Python 3.11+ and onnxruntime via uv
openclaw skills install nm-oracle-setupNight Market Skill — ported from claude-night-market/oracle. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Provision the ML inference environment.
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)
"