{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hytale",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hytale",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "hytale.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/hytale",
    "agentPageUrl": "https://openagent3.xyz/skills/hytale/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hytale/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hytale/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Hytale Server Skill",
        "body": "Manage a local Hytale dedicated server using the official downloader and screen."
      },
      {
        "title": "Requirements",
        "body": "Java 21+ (Installed)\nScreen (Installed)\nHytale Downloader (User must provide)\nCredentials (User must provide hytale-downloader-credentials.json in ~/hytale_server)"
      },
      {
        "title": "Setup",
        "body": "Download the Hytale Downloader:\n\nGet the zip from: https://downloader.hytale.com/hytale-downloader.zip\nUnzip it and place hytale-downloader-linux-amd64 in ~/hytale_server/.\nMake it executable: chmod +x ~/hytale_server/hytale-downloader-linux-amd64\n\n\n\nAdd Credentials:\n\nPlace your hytale-downloader-credentials.json in ~/hytale_server/."
      },
      {
        "title": "hytale start",
        "body": "Starts the server in a detached screen session.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh start"
      },
      {
        "title": "hytale stop",
        "body": "Gracefully stops the server.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh stop"
      },
      {
        "title": "hytale update",
        "body": "Downloads or updates the server files using the Hytale Downloader.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh update"
      },
      {
        "title": "hytale status",
        "body": "Checks if the server process is running.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh status"
      }
    ],
    "body": "Hytale Server Skill\n\nManage a local Hytale dedicated server using the official downloader and screen.\n\nRequirements\nJava 21+ (Installed)\nScreen (Installed)\nHytale Downloader (User must provide)\nCredentials (User must provide hytale-downloader-credentials.json in ~/hytale_server)\nSetup\n\nDownload the Hytale Downloader:\n\nGet the zip from: https://downloader.hytale.com/hytale-downloader.zip\nUnzip it and place hytale-downloader-linux-amd64 in ~/hytale_server/.\nMake it executable: chmod +x ~/hytale_server/hytale-downloader-linux-amd64\n\nAdd Credentials:\n\nPlace your hytale-downloader-credentials.json in ~/hytale_server/.\nCommands\nhytale start\n\nStarts the server in a detached screen session.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh start\nhytale stop\n\nGracefully stops the server.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh stop\nhytale update\n\nDownloads or updates the server files using the Hytale Downloader.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh update\nhytale status\n\nChecks if the server process is running.\n\nRun: /home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh status"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NewcastleGeek/hytale",
    "publisherUrl": "https://clawhub.ai/NewcastleGeek/hytale",
    "owner": "NewcastleGeek",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}