# Send ModelReady to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "modelready",
    "name": "ModelReady",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Carol-gutianle/modelready",
    "canonicalUrl": "https://clawhub.ai/Carol-gutianle/modelready",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/modelready",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=modelready",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "tool/modelready.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "modelready",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:17:37.819Z",
      "expiresAt": "2026-05-07T15:17:37.819Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=modelready",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=modelready",
        "contentDisposition": "attachment; filename=\"modelready-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "modelready"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/modelready"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/modelready",
    "downloadUrl": "https://openagent3.xyz/downloads/modelready",
    "agentUrl": "https://openagent3.xyz/skills/modelready/agent",
    "manifestUrl": "https://openagent3.xyz/skills/modelready/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/modelready/agent.md"
  }
}
```
## Documentation

### ModelReady

ModelReady 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.

### When to use

Use this skill when you want to:

Quickly start using a local or Hugging Face model
Chat with a locally running model
Test or interact with a model directly from chat

### Start a model server

/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

### Chat with a running model

/modelready chat port=<port> text="<message>"

Example:

/modelready chat port=8010 text="hello"

### Check status or stop the server

/modelready status port=<port>
/modelready stop port=<port>

### Set default host or port

/modelready set_ip   ip=<host>
/modelready set_port port=<port>

### Notes

The model is served locally using vLLM.
The exposed endpoint follows the OpenAI API format.
The server must be started before sending chat requests.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Carol-gutianle
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T15:17:37.819Z
- Expires at: 2026-05-07T15:17:37.819Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/modelready)
- [Send to Agent page](https://openagent3.xyz/skills/modelready/agent)
- [JSON manifest](https://openagent3.xyz/skills/modelready/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/modelready/agent.md)
- [Download page](https://openagent3.xyz/downloads/modelready)