← 返回 Skills 市场
newcastlegeek

Hytale Server

作者 NewcastleGeek · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1877
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install hytale
功能描述
Manage and control a local Hytale dedicated server with commands to start, stop, update, and check the server status using the official downloader.
使用说明 (SKILL.md)

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

  1. 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
  2. Add Credentials:

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

Commands

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
安全使用建议
This skill appears to do what it says: manage a local Hytale server. Before installing/using it: 1) only download the Hytale downloader from official sources and verify checksums or signatures if available; 2) inspect the downloader binary (or run it in an isolated VM/container) before giving it your credentials; 3) place the credentials file only in the indicated directory and avoid reusing unrelated secrets; 4) adjust the absolute script path in SKILL.md if your system home directory differs from /home/clawd. If you cannot verify the downloader binary, run updates in an isolated environment to reduce risk.
功能分析
Type: OpenClaw Skill Name: hytale Version: 1.0.0 The skill bundle is designed to manage a local Hytale dedicated server. The `SKILL.md` provides clear instructions for setup and commands, without any prompt injection attempts. The `hytale.sh` script performs standard server management tasks like starting, stopping, updating, and checking status using `screen` and `java`. It expects the user to provide the `hytale-downloader` binary and credentials, interacting with them in a manner consistent with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. All actions are directly related to managing the Hytale server within the user's home directory.
能力评估
Purpose & Capability
The SKILL.md and the included hytale.sh implement a local Hytale server manager (start/stop/update/status) and only require Java, screen, an external Hytale downloader binary, and a credentials JSON in ~/hytale_server — all of which are appropriate for this purpose.
Instruction Scope
Instructions are narrowly scoped to managing files under $HOME/hytale_server and calling the downloader, java, and screen. The SKILL.md references an absolute path to the packaged script (/home/clawd/...) which is likely a packaging artifact and may need adjusting on the user's system. The script reads a credentials file only if placed at ~/hytale_server/hytale-downloader-credentials.json.
Install Mechanism
No install spec (instruction-only) and a small shell script are included — low surface area. However, the skill runs a user-supplied binary (the Hytale downloader) by chmod +x and executing it; running third-party binaries is inherently risky if the binary's authenticity isn't verified.
Credentials
No environment variables or unrelated credentials are requested. The single secret artifact is a credentials JSON for the Hytale downloader which is proportional to the updater/download functionality.
Persistence & Privilege
The skill does not request permanent/global inclusion (always:false) and does not modify other skills or system-wide settings. It runs on demand and uses only local user paths.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hytale
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hytale 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug hytale
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Hytale Server 是什么?

Manage and control a local Hytale dedicated server with commands to start, stop, update, and check the server status using the official downloader. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1877 次。

如何安装 Hytale Server?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hytale」即可一键安装,无需额外配置。

Hytale Server 是免费的吗?

是的,Hytale Server 完全免费(开源免费),可自由下载、安装和使用。

Hytale Server 支持哪些平台?

Hytale Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hytale Server?

由 NewcastleGeek(@newcastlegeek)开发并维护,当前版本 v1.0.0。

💬 留言讨论