← Back to Skills Marketplace
minecraft-server-admin
by
en1r0py1865
· GitHub ↗
· v1.0.0
· MIT-0
318
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install minecraft-server-admin
Description
Execute Minecraft Java Edition admin commands through the RCON remote console. Use for player moderation, whitelist management, item/state commands, world ru...
Usage Guidance
This skill appears to implement exactly what it claims: an RCON-based remote admin for Minecraft Java servers. Before installing: 1) Ensure you only point MC_RCON_HOST/PORT/PASSWORD at servers you control (RCON grants powerful admin access). 2) Review OpenClaw memory/audit retention settings because the skill will append executed commands/results to agent memory. 3) Confirm whether the declared npm dependency 'rcon-client' is intentional or unused (the included rcon.js implements RCON itself); an unused dependency is usually benign but worth checking. 4) If you set MC_SERVER_LOG, restrict its path to the server logs you intend to expose; the analyzer will read that file. If those points are acceptable, the skill is coherent with low risk.
Capability Analysis
Type: OpenClaw Skill
Name: minecraft-server-admin
Version: 1.0.0
The skill bundle provides legitimate tools for Minecraft server administration via the RCON protocol and log analysis. The scripts (rcon.js and log-analyzer.js) are well-structured, perform their stated functions without obfuscation, and include safety protocols in the instructions (SKILL.md) to require user confirmation for destructive commands. No indicators of data exfiltration, malicious execution, or unauthorized access were found.
Capability Assessment
Purpose & Capability
The skill requires node and the expected RCON env vars (MC_RCON_HOST, MC_RCON_PORT, MC_RCON_PASSWORD) which are appropriate for a remote RCON admin tool. Minor inconsistency: the install spec declares the npm package 'rcon-client', but the included scripts implement the RCON protocol directly using Node's net/Buffer API and do not require('rcon-client'). This is likely harmless (an unused dependency) but worth confirming.
Instruction Scope
SKILL.md stays within its stated scope: it sends RCON commands and (optionally) reads the server log file when MC_SERVER_LOG is set. It requires confirmations for destructive/high-privilege commands. The instructions also request appending audit entries to the agent's OpenClaw Memory after operations — this is appropriate for auditability but means command history/results will be stored in agent memory (review retention/privacy settings).
Install Mechanism
Installation is a standard Node dependency (rcon-client) from the npm ecosystem — a low/moderate risk install mechanism. No downloads from arbitrary URLs or extract/install-from-remote-archive steps are present.
Credentials
Required environment variables (MC_RCON_HOST, MC_RCON_PORT, MC_RCON_PASSWORD) are directly relevant and proportionate to RCON connectivity. An optional MC_SERVER_LOG is referenced for log analysis (not listed as required). No unrelated secrets or other service credentials are requested.
Persistence & Privilege
The skill is not set to always:true and does not request system-wide modifications. It does ask the agent to append audit logs to OpenClaw Memory (its own agent memory) after actions, which is normal for audit purposes. There is no evidence it modifies other skills or global configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minecraft-server-admin - After installation, invoke the skill by name or use
/minecraft-server-admin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
minecraft-server-admin v1.0.0
- Initial release: Execute Minecraft Java Edition admin commands via RCON for real-time moderation, world management, and broadcast messaging.
- Supports player management (kick, ban, whitelist, op/deop), item and state manipulation, and world rules adjustments.
- Includes safety protocols: confirmation required for high-impact commands (ban, op, fill, kill, stop).
- Provides performance monitoring and log analysis using optional server log path.
- Designed for in-game remote admin only; does not cover server lifecycle or plugin management.
- Requires RCON enabled and environment variables set for connection.
Metadata
Frequently Asked Questions
What is minecraft-server-admin?
Execute Minecraft Java Edition admin commands through the RCON remote console. Use for player moderation, whitelist management, item/state commands, world ru... It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.
How do I install minecraft-server-admin?
Run "/install minecraft-server-admin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minecraft-server-admin free?
Yes, minecraft-server-admin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minecraft-server-admin support?
minecraft-server-admin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minecraft-server-admin?
It is built and maintained by en1r0py1865 (@en1r0py1865); the current version is v1.0.0.
More Skills