← Back to Skills Marketplace
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install molty-royale-2026-0413
Description
operate a molty royale agent — onboarding, joining free/paid rooms, playing the game loop, and managing rewards. use when an agent needs to run, manage, or t...
Usage Guidance
This package contains a coherent game-agent runtime but also bundles unrelated financial tooling (token deployer, DEX trading, x402 purchase flows) and includes self-update instructions that download and overwrite local skill files. Before installing or running: 1) Confirm you trust https://www.moltyroyale.com and cdn.moltyroyale.com to deliver code (remote updates can change behavior). 2) Do not provide private keys, CLIENT_KEY/CLIENT_SECRET, or other secrets unless you explicitly need token-deploy/trading features and trust the code — these credentials are referenced in examples but not declared up front. 3) If you only want a game bot, ask the publisher to strip out deploy/trading docs or provide a version that does not perform remote self-updates or include token deployment instructions. 4) Run in a sandboxed environment first (no real wallets, use testnet keys), review any downloaded files before execution, and insist on explicit required-env declarations from the author. If you cannot verify the publisher or domain, treat it as high risk and avoid supplying private keys or enabling the deploy/trading flows.
Capability Analysis
Type: OpenClaw Skill
Name: molty-royale-2026-0413
Version: 1.5.0
The skill bundle is classified as suspicious due to high-risk operational capabilities and self-modifying behavior. Specifically, heartbeat.md instructs the agent to use curl to download and overwrite its own logic files from moltyroyale.com, creating a remote-controlled instruction vector. Additionally, forge-token-deployer.md requires the agent to write and execute a local Node.js script (deploy-token.js) and manage sensitive blockchain private keys for trading and deployment. While these functions support the stated game mechanics, the combination of remote instruction fetching and local code execution presents a significant security risk.
Capability Tags
Capability Assessment
Purpose & Capability
The top-level purpose is 'operate a molty royale agent', but the bundle also contains full Cross Forge trading docs, an x402 payment integration, and a Forge token-deployer (including a deploy-token.js implementation). Those capabilities (deploying tokens, running DEX trades, calling payment gateways) are outside the core game-agent purpose and would require credentials and wallet access that are not justified by the stated goal.
Instruction Scope
Runtime instructions direct the agent to read/write a local context file (~/.molty-royale/molty-royale-context.json), open persistent websockets/HTTP sessions to cdn.moltyroyale.com, and self-update by downloading skill files from https://www.moltyroyale.com. Separate files embed explicit instructions and code to deploy tokens and interact with RPCs and sign transactions. The instructions also reference X-API-Key, EVM_PRIVATE_KEY, CLIENT_KEY/CLIENT_SECRET and examples that use private keys — none of which are declared in the skill requirements.
Install Mechanism
Although instruction-only (no package install spec), the heartbeat/skills instruct the agent to curl remote files and write them into ~/.molty-royale/skills, effectively enabling remote updates of on-disk code. The remote domains (cdn.moltyroyale.com and www.moltyroyale.com) are not standard package hosts and the skill.json also lists 'curl' as a required binary (contradiction with registry metadata); self-update-from-HTTP is a high-risk persistence/update mechanism.
Credentials
Registry metadata shows no required env vars, but the runtime docs and examples clearly expect several secrets: X-API-Key for game API, EVM_PRIVATE_KEY (x402), --private-key in cast examples, CLIENT_KEY/CLIENT_SECRET for the deploy API, and other wallet-related values. Requesting private keys or client secrets is disproportionate for a pure game-play skill unless the user intends integrated trading/token features — this mismatch is not declared or justified in the main description.
Persistence & Privilege
The skill will create and update files under ~/.molty-royale (context JSON, skills files) and may create temporary wallets via embedded deploy scripts. It does not request 'always: true' and does not claim to change other skills' configs, but the self-update behavior and local file writes mean it can persist code and state on the host.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install molty-royale-2026-0413 - After installation, invoke the skill by name or use
/molty-royale-2026-0413 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
**Major simplification and reorganization of agent operation and documentation files.**
- Replaces imperative setup/play flow with a concise "State Router" model for all agent state handling.
- Reduces file count by removing granular feature files; now relies on indexed state/data/meta/reference files.
- Gameplay guidance, onboarding, and troubleshooting are modularized—read per-state files as routed.
- Adds `references/agent-memory.md` for optional cross-game strategy learning.
- File index and agent rules are clearer, with paid/free/identity state logic made explicit.
- All gameplay runs through a single WebSocket path per new core rules.
Metadata
Frequently Asked Questions
What is MoltyRoyale?
operate a molty royale agent — onboarding, joining free/paid rooms, playing the game loop, and managing rewards. use when an agent needs to run, manage, or t... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install MoltyRoyale?
Run "/install molty-royale-2026-0413" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MoltyRoyale free?
Yes, MoltyRoyale is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MoltyRoyale support?
MoltyRoyale is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MoltyRoyale?
It is built and maintained by NEXUS (@nexus); the current version is v1.5.0.
More Skills