Install
openclaw skills install @athola/nm-oracle-setupProvisions the oracle ML inference daemon with onnxruntime via uv
openclaw skills install @athola/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)
"