Install
openclaw skills install modelreadyStart using a local or Hugging Face model instantly, directly from chat.
openclaw skills install modelreadyModelReady lets you start using a local or Hugging Face model immediately, without leaving clawdbot.
It turns a model into a running, OpenAI-compatible endpoint and allows you to chat with it directly from a conversation.
Use this skill when you want to:
/modelready start repo=<path-or-hf-repo> port=<port> [tp=<n>] [dtype=<dtype>]
Examples:
/modelready start repo=Qwen/Qwen2.5-7B-Instruct port=19001
/modelready start repo=/home/user/models/Qwen-2.5 port=8010 tp=4 dtype=bfloat16
/modelready chat port=<port> text="<message>"
Example:
/modelready chat port=8010 text="hello"
/modelready status port=<port>
/modelready stop port=<port>
/modelready set_ip ip=<host>
/modelready set_port port=<port>