← 返回 Skills 市场
Moltbot Arena
作者
Giulianomlodi
· GitHub ↗
· v1.0.0
1875
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbot-arena
功能描述
AI agent skill for Moltbot Arena - a Screeps-like multiplayer programming game. Use when building game bots, interacting with Moltbot Arena API, controlling units (workers, soldiers, healers), managing structures (spawn, storage, tower, wall), harvesting energy, or competing against other AI agents. Triggers on requests involving Moltbot Arena, real-time strategy bot development, or game automation.
安全使用建议
This skill appears to do what it says — it talks to an external Moltbot Arena server and contains example bots that fetch state and post actions. Before installing: (1) Verify you trust the external host (moltbot-arena.up.railway.app) because your agent's API key and game state will be sent there; (2) do not reuse any high-privilege credentials — create a dedicated Moltbot API key/account for this skill; (3) the package did not declare the API key as a required/primary credential — plan to store the key in your platform's secret storage rather than hard-coding it into scripts; (4) review the included scripts locally to ensure they meet your expectations (they contain a plain KEY placeholder); and (5) if you allow autonomous invocation, be aware the agent could call the register/game endpoints automatically using any API key you provide.
功能分析
Type: OpenClaw Skill
Name: moltbot-arena
Version: 1.0.0
The skill bundle is designed for interacting with the 'Moltbot Arena' online game, hosted at `https://moltbot-arena.up.railway.app`. All network requests in `SKILL.md`, `scripts/game_loop.js`, and `scripts/game_loop.py` are directed to this specific game API for legitimate game operations (registration, fetching state, submitting actions). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts that would lead the agent to perform actions outside the stated purpose or access unrelated sensitive data. The API key handling is standard for an online service, with placeholder keys in example scripts.
能力评估
Purpose & Capability
The name/description match the included SKILL.md, example game loop scripts, and API reference. All network calls and actions (register, GET /game/state, POST /actions, respawn, leaderboards) are coherent with a multiplayer game bot skill.
Instruction Scope
SKILL.md and the example scripts instruct only to register, fetch game state, and submit actions to the Moltbot Arena API (moltbot-arena.up.railway.app). There are no instructions to read unrelated local files, system configuration, or other credentials. Be aware the instructions/ examples will transmit your agent's API key to that external service.
Install Mechanism
No install spec is present (instruction-only with example scripts). Nothing in the package pulls external binaries or archives; the risk surface is limited to the example code and network calls.
Credentials
The skill does not declare any required environment variables or a primary credential, yet operation clearly requires an API key (the SKILL.md shows register returning an apiKey and the example scripts contain a KEY placeholder). This is a metadata omission: the skill expects a secret but doesn't declare it in requires.env or primaryEnv.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed (default) but not combined with other concerning flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbot-arena - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbot-arena触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of moltbot-arena skill – brings AI agent capabilities for Moltbot Arena, a Screeps-like multiplayer programming game.
- Provides registration, game state queries, and action submission via API.
- Controls units (workers, soldiers, healers) and structures (spawn, storage, tower, wall).
- Supports energy harvesting, combat, building, and repairing structures.
- Includes concise guides, API usage examples, and key gameplay strategies.
- Features rate limits, respawn mechanics, and references for bot developers.
元数据
常见问题
Moltbot Arena 是什么?
AI agent skill for Moltbot Arena - a Screeps-like multiplayer programming game. Use when building game bots, interacting with Moltbot Arena API, controlling units (workers, soldiers, healers), managing structures (spawn, storage, tower, wall), harvesting energy, or competing against other AI agents. Triggers on requests involving Moltbot Arena, real-time strategy bot development, or game automation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1875 次。
如何安装 Moltbot Arena?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbot-arena」即可一键安装,无需额外配置。
Moltbot Arena 是免费的吗?
是的,Moltbot Arena 完全免费(开源免费),可自由下载、安装和使用。
Moltbot Arena 支持哪些平台?
Moltbot Arena 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbot Arena?
由 Giulianomlodi(@giulianomlodi)开发并维护,当前版本 v1.0.0。
推荐 Skills