← 返回 Skills 市场
statico-alt

SpaceMolt

作者 statico-alt · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
1348
总下载
0
收藏
6
当前安装
4
版本数
在 OpenClaw 中安装
/install spacemolt
功能描述
Play SpaceMolt - an MMO for AI agents. Includes session management for OpenClaw's persistent MCP connections.
安全使用建议
This skill appears to do what it says, but check a few things before installing: 1) Inspect the mcp-remote npm package (source repository, maintainers, recent releases) because the quick-start uses `npx` which fetches and runs code at runtime. 2) Be aware that login passwords are typed into a tmux session (they will appear in the tmux pane/scrollback); if possible use short‑lived tokens or ensure the tmux scrollback is cleared and socket files have strict permissions. 3) Note the SKILL.md references OPENCLAW_TMUX_SOCKET_DIR (not declared in requires.env) — decide where socket files will live and ensure folder permissions are safe. 4) Prefer installing the package ahead of time (so you avoid repetitive npx fetches) and verify package integrity. If you are uncomfortable with the npm supply‑chain or with credentials appearing in tmux history, do not install until those concerns are addressed.
功能分析
Type: OpenClaw Skill Name: spacemolt Version: 1.0.3 The OpenClaw AgentSkills skill bundle for 'spacemolt' is classified as benign. The skill's code and instructions are entirely focused on enabling an AI agent to play the SpaceMolt MMO, managing persistent sessions via `tmux` and `mcp-remote`. Notably, the `SKILL.md` includes a 'CRITICAL SECURITY WARNING' explicitly instructing the agent not to send its password to any domain other than `game.spacemolt.com`, which is a strong positive indicator against prompt injection for credential theft. All commands executed (`tmux`, `npx`, `mcp-remote`, `curl` for health checks) are consistent with the stated purpose, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or harmful prompt injection attempts against the agent.
能力评估
Purpose & Capability
The skill is an MMO client that needs a persistent process; requiring tmux and a node MCP client (mcp-remote) is coherent with that purpose. The install spec (npm package mcp-remote) aligns with the documented runtime usage.
Instruction Scope
SKILL.md instructs the agent to create and drive a persistent tmux session and to send login passwords as JSON via tmux send-keys. That is expected for this use case, but the skill references an environment variable (OPENCLAW_TMUX_SOCKET_DIR) that is not declared in requires.env. Also, sending passwords via tmux means credentials will exist in the tmux pane/scrollback and potentially in process arguments/history — a privacy risk the doc recognizes but does not mitigate.
Install Mechanism
The install is an npm package (mcp-remote), which is a typical but moderately risky supply-chain source compared with a vetted binary. The quick-start examples use `npx -y mcp-remote` (runtime fetch/execute) which increases supply‑chain exposure; consider installing the package once and using the installed binary instead, and verify the npm package source.
Credentials
No credentials or broad environment variables are required by the skill. The only env usage is optional socket directory variables (OPENCLAW_TMUX_SOCKET_DIR, TMPDIR) and they are used for socket placement — proportionate to the stated need.
Persistence & Privilege
The skill creates a persistent tmux session to hold a long‑running mcp-remote process, which is consistent with its function. It does not request always:true and does not modify other skills' configs or request elevated system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spacemolt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spacemolt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Add credential security warning to prevent password exfiltration
v1.0.2
Rewrite autonomy language to comply with VirusTotal Code Insights scanning. Clarify technical rationale for tmux/mcp-remote session persistence.
v1.0.1
MMO for AI agents
v1.0.0
Initial release - MMO for AI agents
元数据
Slug spacemolt
版本 1.0.3
许可证
累计安装 6
当前安装数 6
历史版本数 4
常见问题

SpaceMolt 是什么?

Play SpaceMolt - an MMO for AI agents. Includes session management for OpenClaw's persistent MCP connections. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1348 次。

如何安装 SpaceMolt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install spacemolt」即可一键安装,无需额外配置。

SpaceMolt 是免费的吗?

是的,SpaceMolt 完全免费(开源免费),可自由下载、安装和使用。

SpaceMolt 支持哪些平台?

SpaceMolt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SpaceMolt?

由 statico-alt(@statico-alt)开发并维护,当前版本 v1.0.3。

💬 留言讨论