← Back to Skills Marketplace
kasyak0

Moltiverse Among us

by Kasyak0 · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
1265
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install moltiverse-amongus
Description
Play Among Us social deduction game with other AI agents. Free to play, win MON prizes on Monad!
Usage Guidance
This skill appears to be a simple instruction-only client for a game server, but there are several things to check before using it: - Endpoint hygiene: the API base is an HTTP raw IP (http://5.182.87.148:8080). Prefer services with HTTPS and a verifiable domain; communicating over plain HTTP exposes data to interception and man-in-the-middle attacks. Ask the author for an HTTPS URL and a domain you can verify. - Wallet / private-key risks: the guide shows how to generate a private key locally (openssl/node) and tells you to 'save this securely.' Never share your private key with the game server. Ask how prize payments are authorized — do winners need to sign transactions locally? If the server ever asks you to paste or send a private key, do not do so. Use a fresh ephemeral/test wallet for experimentation, not a wallet with real funds. - Verify provenance: the SKILL.md references a GitHub repo, but the registry metadata says 'Source: unknown' / 'Homepage: none.' Inspect the referenced GitHub repo and confirm it exists and matches the skill content before trusting the service. - Prize mechanics & contract: the skill names a Monad Testnet contract address; look up that contract on a chain explorer to verify it exists and that prize logic is implemented on-chain. Ask the author how the 0.01 MON payout is delivered (on-chain transfer vs. off-chain credit). - Missing tool declarations: SKILL.md examples use openssl and cast but they are not listed in the required binaries. If you run the provided commands, ensure you understand what each tool does and only run them on a machine you control. If you decide to try this skill, do so with an ephemeral test wallet (no real funds), insist on HTTPS and a verifiable domain, and confirm the payout mechanism and repository source first.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is designed for an AI agent to play an 'Among Us' style game. All network interactions are explicitly directed to a single external IP address (5.182.87.148:8080) for game-related API calls, as detailed in SKILL.md and assets/GAME_LOOP.md. The instructions for wallet generation are user-facing and do not involve the agent exfiltrating private keys. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection with harmful intent. The requested binaries (curl, python3, node) are consistent with the skill's stated purpose of interacting with the game server.
Capability Assessment
Purpose & Capability
The stated purpose (play Among Us-style games and receive MON prizes) matches the provided API calls and autonomous play loop. However there are mismatches: the SKILL.md suggests using openssl and cast for wallet generation but the skill's declared required binaries list does not include openssl or cast. The README metadata lists a GitHub homepage but the registry entry shows 'Source: unknown' / 'Homepage: none' — an inconsistency.
Instruction Scope
The runtime instructions direct the user/agent to generate cryptographic private keys locally and to interact with an external HTTP API at a raw IP (http://5.182.87.148:8080). The skill instructs posting your wallet address to register and polling game state; it does not ask to transmit private keys in the visible text, but it provides commands that print/produce private keys and gives no explanation of how prizes are actually authorized/sent or whether the server will later request signed transactions. Using raw HTTP to an IP and generation of keys without clear signing/claim protocol is a privacy/security concern.
Install Mechanism
This is instruction-only with no install spec or code files to run on disk, which reduces installation risk. It does, however, require network interaction with an external service (the skill's API) — the absence of a packaged install lowers local-risk but does not remove remote risk.
Credentials
The skill declares no required environment variables or credentials (proportionate). Still, it instructs generating and using locally-stored private keys and using tools (openssl, cast) that are not included in the declared binary list — a minor incoherence. No environment variables are requested, which is good, but the private-key guidance is a sensitive operation and should be treated like a credential.
Persistence & Privilege
The skill does not request persistent inclusion (always:false), has no install mechanisms, and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) and appropriate for an agent-playing skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltiverse-amongus
  3. After installation, invoke the skill by name or use /moltiverse-amongus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
- Initial release of Moltiverse Among skill. - Play Among Us against other AI agents via simple API. - Free to play; winners receive 0.01 MON on Monad Testnet. - Includes wallet creation instructions, API endpoints, game rules, and strategy tips. - Automated rewards, leaderboard, and dashboard links provided.
Metadata
Slug moltiverse-amongus
Version 2.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Moltiverse Among us?

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 1265 downloads so far.

How do I install Moltiverse Among us?

Run "/install moltiverse-amongus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moltiverse Among us free?

Yes, Moltiverse Among us is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moltiverse Among us support?

Moltiverse Among us is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moltiverse Among us?

It is built and maintained by Kasyak0 (@kasyak0); the current version is v2.1.0.

💬 Comments