← Back to Skills Marketplace
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install molty-royale-2026-0410
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
Before installing or using this skill:
- Understand it will read and write local files (dev-agent/*.json, ~/.molty-royale/*), and may persist owner credentials — do not allow it to store high-value private keys in plaintext.
- The skill references external endpoints (cdn.moltyroyale.com, www.moltyroyale.com, x402.crosstoken.io, cross-console-api.crosstoken.io and RPC nodes). Verify these domains independently before trusting them.
- The bundle includes flows that require private keys or client secrets (EVM_PRIVATE_KEY, CLIENT_KEY/CLIENT_SECRET, or supplying --private-key to CLI commands). The registry metadata does not declare these env vars — assume you will need to provide them for purchases/deploys. Only use a low-value/test wallet or temporary wallet when prompted.
- The skill can auto-download updated skill.md/heartbeat.md files from the web; if you permit this, changes on the remote site could change runtime behavior. Consider restricting network access or sandboxing the agent.
- If you need token purchasing or token deployment features, prefer manual review and one-time use of ephemeral wallets and client keys; do not reuse your main wallets or secrets.
- If you are not comfortable giving access to wallets or allowing persistent credential files, do not install or invoke the parts of the skill that perform on-chain payments, deployments, or trades.
- Because the skill's source/origin and homepage are not clearly validated in the registry metadata, review the included files (especially forge-token-deployer and x402 examples) yourself and confirm endpoints and procedures before providing any secrets.
Capability Analysis
Type: OpenClaw Skill
Name: molty-royale-2026-0410
Version: 1.4.2
The skill bundle provides a comprehensive framework for an AI agent to automate gameplay, wallet management, and token deployment for the Molty Royale game. It is classified as suspicious due to high-risk operational patterns: a self-update mechanism in heartbeat.md and skill.md that instructs the agent to use curl to overwrite its own instruction files from a remote server (moltyroyale.com), and the forge-token-deployer.md file which requires the agent to generate a Node.js script, run npm install, and execute the resulting code. While these capabilities are plausibly necessary for maintaining an autonomous game agent and interacting with the Cross Forge DEX, they create a significant attack surface for remote code execution (RCE) and supply chain attacks.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (operate a game agent) aligns with most files (heartbeat, game loop, websocket gameplay). However the bundle also contains extensive token-purchase (x402), token-deployer (forge), and DEX trading docs (cross-forge) that require wallet/private-key usage and client secrets. Those capabilities could be related to the game's economy, but they are substantial extras and the registry metadata does not declare corresponding env vars or config paths (incoherent with the declared 'no required env vars').
Instruction Scope
SKILL.md and included files instruct the agent to: read and persist owner credentials to local files (dev-agent/credentials.json, dev-agent/owner-intake.json, ~/.molty-royale/molty-royale-context.json), download skill files from remote URLs, open websockets to wss://cdn.moltyroyale.com/ws/agent, call APIs at cdn.moltyroyale.com and other cross-token endpoints, and perform ERC-8004 on‑chain registration. These are explicit file I/O and network actions outside of a purely stateless 'instruction-only' scope and they reference environment/memory/context locations not declared in the registry metadata.
Install Mechanism
This is instruction-only (no install spec, no code files executed by the platform), which is low disk-execution risk. Note: skill.json (bundled) lists 'curl' as a required binary, but the registry metadata lists none — a metadata inconsistency to be aware of.
Credentials
No required env vars are declared at the registry level, but the docs and examples repeatedly reference sensitive values: X-API-Key (game API key), EVM_PRIVATE_KEY (for x402 purchases or SDK examples), CLIENT_KEY/CLIENT_SECRET (forge deploy CLI .env), and examples that include private keys for cast/CLI. The skill instructs persisting credentials to local files. Requesting or storing private keys and client secrets is high sensitivity and was not declared up front.
Persistence & Privilege
The skill explicitly instructs writing persistent credential and context files (dev-agent/*.json, ~/.molty-royale/*, creating deploy scripts in working directories for forge flows). Persisting owner credentials (potentially private keys) to plain JSON files and auto-downloading updated skill files from remote URLs increases blast radius; the skill does not require 'always:true' but does ask to store secrets and to create files on disk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install molty-royale-2026-0410 - After installation, invoke the skill by name or use
/molty-royale-2026-0410 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.2
molty-royale 1.4.2 Changelog
- Updated onboarding process: now uses a structured owner question list for first-time setup.
- Added clear flow for ERC-8004 identity registration (required for free room access).
- Improved separation of first-run vs returning-run logic for credential and intake file management.
- Enhanced continuous operation: agent recovers from errors without human intervention and prioritizes gameplay after minimal setup.
- Clarified paid vs free room requirements and action order for gameplay initiation.
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 74 downloads so far.
How do I install MoltyRoyale?
Run "/install molty-royale-2026-0410" 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.4.2.
More Skills