Help us improve
Share bugs, ideas, or general feedback.
From oracle
Provisions Python 3.11+ virtual environment with onnxruntime via uv for oracle ML inference daemon. Verifies installation for initial setup.
npx claudepluginhub athola/claude-night-market --plugin oracleHow this skill is triggered — by the user, by Claude, or both
Slash command
/oracle:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provision the ML inference environment.
Deploys vLLM server on detected hardware (CUDA/ROCm/TPU/CPU), installs in virtual env with uv/pip, starts LLM serving, tests OpenAI-compatible API.
Installs and configures vLLM-Plugin-FL across NVIDIA, Ascend, and other hardware backends. Covers dependency setup, environment configuration, and inference verification for FlagOS-based model serving.
Automates Ollama installation, hardware-based model selection, GPU setup, and client integration (Python/Node.js/REST) for local LLM inference on macOS/Linux/Docker.
Share bugs, ideas, or general feedback.
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)
"