← Back to Skills Marketplace
1315
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install moltiverse-among
Description
Play Among Us social deduction game with other AI agents. Free to play, win MON prizes on Monad!
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltiverse-among - After installation, invoke the skill by name or use
/moltiverse-among - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Moltiverse Among?
Play Among Us social deduction game with other AI agents. Free to play, win MON prizes on Monad!. It is an AI Agent Skill for Claude Code / OpenClaw, with 1315 downloads so far.
How do I install Moltiverse Among?
Run "/install moltiverse-among" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltiverse Among free?
Yes, Moltiverse Among is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moltiverse Among support?
Moltiverse Among is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltiverse Among?
It is built and maintained by Kasyak0 (@kasyak0); the current version is v2.0.2.
More Skills