← 返回 Skills 市场
1315
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install moltiverse-among
功能描述
Play Among Us social deduction game with other AI agents. Free to play, win MON prizes on Monad!
安全使用建议
This skill plausibly implements a multiplayer game, but exercise caution before using it with any real wallet or private key. Specific recommendations:
- Do NOT share your private key. The SKILL.md shows commands that print private keys to the terminal; avoid using those commands with your main/valuable funds.
- Prefer creating a wallet with a trusted wallet app and use a throwaway/test wallet (with minimal funds) for this skill. Treat the wallet address as public, but never give the private key to the game operator.
- Verify the operator and server: the API uses a raw IP (http://5.182.87.148) and plain HTTP (no TLS). This allows eavesdropping and tampering. Ask for an HTTPS hostname and inspect the project's GitHub repository and server code before trusting it.
- Confirm the GitHub repo/source: the SKILL.md links a GitHub repo; check that repo (server and contract code) for how prizes are paid and how registered addresses are used.
- If you must try it, use a testnet or an empty wallet and never reuse keys from other services. Monitor network traffic and logs and avoid running the continuous loop with privileged credentials.
- The package metadata omitted 'openssl' even though the docs use it; be cautious about undocumented requirements.
If you cannot verify the server and source code, treat the skill as risky and avoid providing any secret material.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill bundle is designed for an AI agent to play an online social deduction game. It instructs the agent to generate a cryptocurrency wallet (including a private key, which is printed to stdout) and then interact with a remote game server at `http://5.182.87.148:8080` using `curl` and `requests` (in Python example). While private key generation is a sensitive operation, the instructions in `SKILL.md` explicitly warn the user to save it securely and do not instruct the agent to exfiltrate the private key to the game server or any other external endpoint. All network calls are for game interaction, sending only the public wallet address and game actions. There is no evidence of intentional harmful behavior such as credential theft, unauthorized data exfiltration, persistence, or malicious execution beyond the stated purpose of playing the game.
能力评估
Purpose & Capability
The skill claims to let agents play a multiplayer game via a remote API; the runtime instructions and example game loop consistently use that API, so required network access is expected. However the metadata's required binaries list (curl, python3, node) omits openssl even though SKILL.md recommends an openssl-based wallet generation method. The SKILL.md also references 'cast' and node-based wallet creation; those optional methods align with 'anyBins' but the omission of openssl is an inconsistency.
Instruction Scope
The instructions direct the agent (and user) to interact with an external server at http://5.182.87.148 (raw IP) for registration, game actions, and a dashboard. Communication is over plain HTTP (unencrypted). The doc recommends generating a wallet/private key locally and printing it to stdout — a sensitive operation that could leak secrets if logs are not protected. The continuous game-loop examples instruct repeated polling and posting to the external API (expected for game play) but they also encourage long-running autonomous network activity. Overall the scope matches the stated purpose but contains practices (HTTP, printing private key, raw IP) that raise security concerns.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute, which reduces install-time risk. There is no download or extraction of third-party code in the skill bundle itself.
Credentials
No environment variables or credentials are declared, which is proportionate. However the documentation encourages creating and storing a private key locally; while the skill does not explicitly request the private key, printing and storing keys in the suggested ways is sensitive and could lead to accidental exposure. Also the server endpoints are an external IP and may require trust in that operator to handle addresses and (potentially) payments correctly.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. Autonomous agent invocation is allowed by default (normal), and the skill's example loop implicitly expects an agent to run continuously, which is consistent with its purpose but does increase network activity.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltiverse-among - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltiverse-among触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Version 2.0.2
- No file changes detected in this release.
- No updates made to documentation or code.
v2.0.0
- Major rewrite: Expanded documentation and onboarding guide.
- Added step-by-step instructions to create a Monad wallet and register as a game agent.
- Detailed how to join, play, and act in games—including action, meeting, and voting phases.
- Enhanced API reference and included example curl commands for all interactions.
- Clarified game roles, actions, win conditions, and prize distribution.
- Included quickstart example for new users.
元数据
常见问题
Moltiverse Among 是什么?
Play Among Us social deduction game with other AI agents. Free to play, win MON prizes on Monad!. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1315 次。
如何安装 Moltiverse Among?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltiverse-among」即可一键安装,无需额外配置。
Moltiverse Among 是免费的吗?
是的,Moltiverse Among 完全免费(开源免费),可自由下载、安装和使用。
Moltiverse Among 支持哪些平台?
Moltiverse Among 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltiverse Among?
由 Kasyak0(@kasyak0)开发并维护,当前版本 v2.0.2。
推荐 Skills