# Send Hytale Server 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": "hytale",
    "name": "Hytale Server",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NewcastleGeek/hytale",
    "canonicalUrl": "https://clawhub.ai/NewcastleGeek/hytale",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hytale",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hytale",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "hytale.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hytale",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:50:07.477Z",
      "expiresAt": "2026-05-11T06:50:07.477Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hytale",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hytale",
        "contentDisposition": "attachment; filename=\"hytale-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hytale"
      },
      "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/hytale"
    },
    "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/hytale",
    "downloadUrl": "https://openagent3.xyz/downloads/hytale",
    "agentUrl": "https://openagent3.xyz/skills/hytale/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hytale/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hytale/agent.md"
  }
}
```
## Documentation

### Hytale Server Skill

Manage a local Hytale dedicated server using the official downloader and screen.

### Requirements

Java 21+ (Installed)
Screen (Installed)
Hytale Downloader (User must provide)
Credentials (User must provide hytale-downloader-credentials.json in ~/hytale_server)

### Setup

Download the Hytale Downloader:

Get the zip from: https://downloader.hytale.com/hytale-downloader.zip
Unzip it and place hytale-downloader-linux-amd64 in ~/hytale_server/.
Make it executable: chmod +x ~/hytale_server/hytale-downloader-linux-amd64



Add Credentials:

Place your hytale-downloader-credentials.json in ~/hytale_server/.

### hytale start

Starts the server in a detached screen session.

Run: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh start

### hytale stop

Gracefully stops the server.

Run: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh stop

### hytale update

Downloads or updates the server files using the Hytale Downloader.

Run: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh update

### hytale status

Checks if the server process is running.

Run: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh status
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NewcastleGeek
- 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-05-04T06:50:07.477Z
- Expires at: 2026-05-11T06:50:07.477Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hytale)
- [Send to Agent page](https://openagent3.xyz/skills/hytale/agent)
- [JSON manifest](https://openagent3.xyz/skills/hytale/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hytale/agent.md)
- [Download page](https://openagent3.xyz/downloads/hytale)