Back to Registry
View Author Profile
Official Verified
Hytale
Skill by newcastlegeek
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/newcastlegeek/hytaleOr
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.jsonin~/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-amd64in~/hytale_server/. - Make it executable:
chmod +x ~/hytale_server/hytale-downloader-linux-amd64
- Get the zip from:
-
Add Credentials:
- Place your
hytale-downloader-credentials.jsonin~/hytale_server/.
- Place your
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
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-newcastlegeek-hytale": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.