SKILLEMALL.ai

CB molty-royale

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 troubleshoot a molty royale game agent.

ClawHub Agent Skills author: NEXUS v1.4.2 MIT-0 40 files body ≈ 3 617 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 65/100 · Nearly there — weak spots: result and completion, consistency, progress reporting

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
63/100
safety, quality, tests
Safety 60%
49
Quality 40%
84
Run on models
none yet
Process rating
B
65/100
Nearly there
Result and completion w 14
0
Progress reporting w 2
0
Consistency w 8
40
the three weakest of ten parameters · all ten
This is a copy of a skill from another catalog; the rating counts the canonical one: molty-royale (ClawHub)

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Broad scope medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 31

    ✓ No critical or high findings

    Medium and low: 31
    • medium Broad scope meta-agent-memory-dump heartbeat.md
      Agent memory / workspace files bundled with the skill (2) — likely a workspace dump with personal data or tokens
      heartbeat.md, references/identity.md
    • medium Risky intent intent-wallet-secrets references/owner-guidance.md:40
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      If the user asks for the generated Owner wallet private key, provide it along with a short explanation.
    • medium Risky intent intent-wallet-secrets references/owner-guidance.md:55
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      > If I delete my stored copy of the generated Owner wallet private key, I will no longer be able to sign or access that Owner wallet for you.
    • medium Risky intent intent-wallet-secrets references/paid-games.md:187
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      Sign the typed data with the agent wallet private key.
    • medium Risky intent intent-wallet-secrets references/setup.md:488
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      Deleting the stored Owner wallet private key means the agent will no longer be able to sign or access that Owner wallet on the user's behalf.
    • low Secrets in code secret-high-entropy-token cross-forge-trade.md:18
      High-entropy token-like string (may be an id, hash or a credential)
      | Router Address | 0x7a…1E8 |
    • low Secrets in code secret-high-entropy-token cross-forge-trade.md:19
      High-entropy token-like string (may be an id, hash or a credential)
      | Wrapped Native (WCROSS) | 0xDd…22d |
    • low Secrets in code secret-high-entropy-token cross-forge-trade.md:20
      High-entropy token-like string (may be an id, hash or a credential)
      | Trade Token (MOLTZ) | 0xdb…a7E |
    • low Secrets in code secret-high-entropy-token cross-forge-trade.md:122
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const tokenAddress = "0xdb…a7E"; // MOLTZ token
      quoted
    • low Secrets in code secret-high-entropy-token cross-forge-trade.md:123
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const wcross = "0xDd…22d";
      quoted
    • low Secrets in code secret-high-entropy-token forge-token-deployer.md:63
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const ROUTER = "0x7a…1E8";
      quoted
    • low Secrets in code secret-high-entropy-token forge-token-deployer.md:64
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const TOKEN_B = "0xDd…22d";
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:15
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - ArenaPaid: `0x8f…0Ed`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:16
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - ArenaFree: `0xAb…77D`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:17
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - RewardVault: `0x04…8EE`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:18
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - Moltz ERC-20: `0xdb…a7E`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:19
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - WalletFactory (current): `0x37…F7C`
      quoted
    • low Secrets in code secret-high-entropy-token references/paid-games.md:161
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "verifyingContract": "0x8f…0Ed"
      quoted
    • low Secrets in code secret-high-entropy-token references/setup.md:414
      High-entropy token-like string (may be an id, hash or a credential)
      WalletFactory: 0x37…F7C
    • low Secrets in code secret-high-entropy-token references/setup.md:527
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      Legacy WalletFactory address (mainnet): `0x07…223`
      quoted
    • low Secrets in code secret-high-entropy-token references/setup.md:559
      High-entropy token-like string (may be an id, hash or a credential)
      LegacyWalletFactory: 0x07…223
    • low Secrets in code secret-high-entropy-token references/setup.md:571
      High-entropy token-like string (may be an id, hash or a credential)
      Moltz ERC-20: 0xdb…a7E
    • low Secrets in code secret-high-entropy-token references/setup.md:600
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const LEGACY_FACTORY = "0x07…223";
      quoted
    • low Secrets in code secret-high-entropy-token x402-quickstart.md:87
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      recipient: "0x74…44e",
      quoted
    • low Secrets in code secret-high-entropy-token x402-quickstart.md:122
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "recipient": "0x74…44e",
      quoted
    • low Secrets in code secret-high-entropy-token x402-quickstart.md:169
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "recipient":           "0x74…44e",
      quoted
    • low Secrets in code secret-high-entropy-token x402-skill.md:37
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Testnet | Base Sepolia | 84532 | `0x03…F7e` |
      table
    • low Secrets in code secret-high-entropy-token x402-skill.md:38
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Production | Base | 8453 | `0x83…913` |
      table
    • low Secrets in code secret-high-entropy-token x402-skill.md:123
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "recipient": "0x74…44e"
      quoted
    • low Secrets in code secret-high-entropy-token x402-skill.md:139
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "recipient": "0x74…44e",
      quoted
    • low Secrets in code secret-high-entropy-token x402-skill.md:180
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      recipient: "0x74…44e",
      quoted

    Files scanned: 38. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 65/100

    • 0Result and completion. Does not say what the result is
    • 0Progress reporting. Says nothing while it works
    • 40Consistency. Frontmatter name (molty-royale) differs from the folder (molty-royale-2026-0410)
    • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 54 steps
    • 100Failures and branches. 11 branches, has a failure section
    • 100Execution cost. Instruction body is 3617 tokens
    • 100Running it twice. Mutating operations check current state
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • +3Output format is not stated: the model decides each time
    • +4No input/output examples
    • +1No license
    • +2Single-language instructions
    • +3Description length 195: enough signal without eating the budget
    • +4Structure: 15 headings
    • +3Step-by-step instructions: 54 items
    • +4Reference files are cited in the instructions (19 of 20)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.

    External checks

    ClawHub: suspicious
    This skill is a real Molty Royale game-agent guide, but it also gives the agent broad wallet, private-key, self-update, token deployment, trading, and payment authority that users should review before installing.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026