# Send Tsz to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hi",
    "name": "Tsz",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/roman181/hi",
    "canonicalUrl": "https://clawhub.ai/roman181/hi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "main.py",
      "README.md",
      "requirements.txt",
      "skill.json"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hi",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-10T06:31:59.016Z",
      "expiresAt": "2026-05-10T18:31:59.016Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hi",
        "error": "Timed out after 5000ms",
        "slug": "hi"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/roman181/hi"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/hi",
    "downloadUrl": "https://openagent3.xyz/downloads/hi",
    "agentUrl": "https://openagent3.xyz/skills/hi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hi/agent.md"
  }
}
```
## Documentation

### ClawdHub CLI

Install

npm i -g clawdhub

Auth (publish)

clawdhub login
clawdhub whoami

Search

clawdhub search "postgres backups"

Install

clawdhub install my-skill
clawdhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

clawdhub update my-skill
clawdhub update my-skill --version 1.2.3
clawdhub update --all
clawdhub update my-skill --force
clawdhub update --all --no-input --force

List

clawdhub list

Publish

clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

Default registry: https://clawdhub.com (override with CLAWDHUB_REGISTRY or --registry)
Default workdir: cwd; install dir: ./skills (override with --workdir / --dir)
Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: roman181
- Version: 1.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-10T06:31:59.016Z
- Expires at: 2026-05-10T18:31:59.016Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/hi)
- [Send to Agent page](https://openagent3.xyz/skills/hi/agent)
- [JSON manifest](https://openagent3.xyz/skills/hi/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hi/agent.md)
- [Download page](https://openagent3.xyz/downloads/hi)