Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

mcsmanager-controllermcsmanager 控制器

Agent Skill

mcsmanager-controller 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,967

周安装

199

GitHub Stars

公开资料未说明

下载量

1,608
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mcsmanager-controller(mcsmanager 控制器)
来源仓库:https://github.com/szabee13/mcsmanager-controller
安装命令:
openclaw skills install mcsmanager-controller
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mcsmanager-controller

简介

通过 MCSManager API 控制 Minecraft 服务器,支持启停、监控与故障排查。

  • 适用于 OpenClaw 中需要远程管理游戏服务器的用户。
  • 提供清晰的指令执行反馈和实时状态查询功能。mcsmanager-controller 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配置正确的 API 地址与密钥,确保通信链路安全可靠。
  • 建议限制非必要权限,防止误操作导致服务中断。

SKILL.md

name
mcsmanager-controller
description
Control and troubleshoot MCSManager-managed Minecraft servers through the MCSManager API and clearly provided host-side context. Use when asked to start, stop, restart, inspect, or debug an MCSManager instance; read or tail server logs; send console commands; or check instance status. Use only with configuration the user explicitly provides in the task context or in a local config file the user has intentionally set up for this skill.

MCSManager Controller

Use this skill to operate an MCSManager instance safely and consistently.

Scope and safety

  • Use only configuration the user explicitly provides in the prompt, session context, or a config file intentionally created for this skill.
  • Do not assume a specific host, home directory, panel URL, token, or instance UUID.
  • Do not search unrelated workspace files for secrets.
  • Do not infer credentials from random local files.
  • If required config is missing, ask for it.

Quick workflow

  1. Confirm the target instance.

- Use the instance identifier the user provided. - If a dedicated skill config file exists and the user set it up for this skill, use its default instance value.

  1. Prefer read-only checks first.

- Check whether MCSManager is reachable. - Check whether the instance is online before restarting anything. - Read logs before making changes.

  1. Only then perform state changes.

- Start, stop, restart, kill, or send commands.

  1. Report back clearly.

- Say what was checked. - Say what changed. - Include the important log line or symptom. - If something is broken, say the broken thing directly.

Operating rules

  • Prefer the API over brittle browser clicking.
  • Prefer read-only actions before writes.
  • Avoid restart spam. If a start or restart fails, inspect logs before retrying.
  • Preserve exact console commands when sending them.
  • For dangerous commands like stop, kill, or destructive plugin actions, confirm intent unless the user explicitly asked.
  • If the API details are missing, read references/api-notes.md and adapt to the installed MCSManager version.
  • If the user wants reusable local config, use config.json in this skill directory.
  • If config.json does not exist, create it by copying config.example.json and filling in user-provided values.

Common tasks

Check status

Use when the user asks whether the server is up, lagging, or crashed.

  • Verify MCSManager service reachability.
  • Query the target instance state.
  • If the API is unavailable and the user has provided host-side access details, fall back to host-side process and port checks.

Read logs

Use when the user reports crashes, plugin errors, failed joins, or startup problems.

  • Fetch recent instance logs.
  • Prioritize Java exceptions, plugin stack traces, port bind errors, world corruption, and authentication issues.
  • Quote the minimal log excerpt that explains the failure.

Send console commands

Use for commands like whitelist changes, saves, broadcasts, plugin commands, or graceful shutdowns.

  • Echo the exact command in the response.
  • Prefer graceful commands before hard stop actions.
  • For batch commands, serialize them and avoid flooding the panel.

Restart safely

Use when the instance is stuck, plugins need reload-by-restart, or the user asks for a restart.

  • Confirm the server is actually online first.
  • If players may be connected, warn about impact when appropriate.
  • Stop gracefully if possible.
  • Start once.
  • Re-check status and read the first meaningful startup lines.

Local config pattern

Recommended setup:

  • Commit config.example.json.
  • Keep your real config.json untracked.
  • Put per-server values in config.json.
  • Treat config.json as user-managed local config, not something to discover by rummaging through unrelated files.

Reference file

Read references/api-notes.md when you need request patterns, environment conventions, or fallback strategy.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95%
按下载量换算1,528

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills