An automation tool for managing Hytale dedicated servers via the official downloader and screen sessions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hytale
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hytale using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hytale Server Skill is a specialized utility designed for administrators who need to manage Hytale dedicated servers with precision and automation. As part of the Openclaw Skills ecosystem, this tool simplifies the complexity of interacting with official binaries and managing persistent background processes. It allows users to maintain their gaming environments without manual intervention for every update or restart.
By wrapping the official Hytale Downloader and leveraging Linux screen sessions, this skill provides a robust framework for server maintenance. Whether you are hosting a private community or a public test environment, this skill ensures that your server management workflow is consistent, repeatable, and easily controlled via agentic commands.
To get started with this Openclaw Skills component, ensure you have Java 21 and screen installed. Create the necessary directory and prepare the downloader binary:
mkdir -p ~/hytale_server
# Download the official tool and move hytale-downloader-linux-amd64 to the folder above
chmod +x ~/hytale_server/hytale-downloader-linux-amd64
You must also place a valid hytale-downloader-credentials.json file inside ~/hytale_server/ to allow the update command to function correctly.
The skill organizes its operations within a specific directory structure and relies on specific metadata files:
| Item | Path | Description |
|---|---|---|
| Server Root | ~/hytale_server/ |
The primary directory for all server data and binaries. |
| Credentials | hytale-downloader-credentials.json |
User-provided JSON file for official authentication. |
| Downloader | hytale-downloader-linux-amd64 |
The official executable for file management. |
| Control Script | hytale.sh |
The shell script that translates skill commands into system actions. |
Loading
A local logging utility that appends confirmed trade signals and execution data to a persistent JSONL file for history tracking.

A local Python-powered skill for retrieving and filtering recorded trade logs from a structured JSONL file.

A professional-grade technical analysis tool that fetches live Bitcoin data and generates trading signals using EMA and RSI indicators.

A conversational AI agent for launching and managing Solana tokens on Pump.fun with built-in fee sharing and portfolio tracking.

A MetaID-based toolkit for creating AI agents, managing digital identities, and broadcasting on-chain Buzz messages.

An advanced automated maintenance skill that ensures your AI agent and all installed tools remain updated with robust error recovery and step-by-step logging.








































