modelready
ModelReady starts a local or Hugging Face model as an OpenAI-compatible server and lets users chat with it from chat. The skill executes `python3 -m vllm.entrypoints.openai.api_server`, writes `"$RUN_DIR/defaults.env"` (e.g. `~/.model2skill/defaults.env`), and makes HTTP requests to `http://${client_host}:${PORT}/v1`.