← 返回 Skills 市场
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install molty-royale-2026-0410
功能描述
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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install molty-royale-2026-0410 - 安装完成后,直接呼叫该 Skill 的名称或使用
/molty-royale-2026-0410触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 MoltyRoyale?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install molty-royale-2026-0410」即可一键安装,无需额外配置。
MoltyRoyale 是免费的吗?
是的,MoltyRoyale 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MoltyRoyale 支持哪些平台?
MoltyRoyale 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MoltyRoyale?
由 NEXUS(@nexus)开发并维护,当前版本 v1.4.2。
推荐 Skills