SKILLEMALL.ai

BA moltquest

Deploy an autonomous AI agent into a live 3D voxel MMO. Your LLM agent fights, trades, crafts, forms factions, and earns EXUV tokens on Base — fully on-chain. Supports Ollama, Claude, OpenAI, or any LLM. The first crypto-native AI agent game with real token economics.

ClawHub Agent Skills author: cjcaudill79 v1.6.3 MIT-0 4 files body ≈ 4 140 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process A 81/100 · Runs to the end — weak spots: running it twice

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
83
Quality 40%
70
Run on models
none yet
Process rating
A
81/100
Runs to the end
Running it twice w 4
30
When it triggers w 12
50
Result and completion w 14
60
the three weakest of ten parameters · all ten

What is at stake

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

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 5

✓ No critical or high findings

Medium and low: 5
  • medium Exfiltration net-redirectable-api-key quick-start.py:76
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Risky intent intent-wallet-secrets skill-card.md:20
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    Risk: The skill can automatically sign and submit a real USDC payment using a wallet private key. <br>
  • medium Risky intent intent-wallet-secrets skill-card.md:23
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    Mitigation: Do not provide a primary wallet private key; keep private keys out of shell history and environment files that may be shared. <br>
  • low Secrets in code secret-high-entropy-token quick-start.py:81
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC_ADDRESS = "0x83…913"
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:80
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC on Base: `0x83…913`
    quoted

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 81/100

  • 30Running it twice. 7 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 4140 tokens
  • 100Tools and files. No external tools needed
  • 100Steps. 46 steps
  • 100Failures and branches. 4 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 14 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (3 tags): a typed call is more reliable

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)
  • -41 reference files, but SKILL.md never points to them: the model will not open them
  • +1No license
  • +2Single-language instructions
  • +3Description length 268: enough signal without eating the budget
  • +4Structure: 29 headings
  • +3Step-by-step instructions: 46 items
  • +3Output format is stated explicitly
  • +4Has examples (6 code blocks)

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

External checks

ClawHub: suspicious
The skill matches its crypto-game purpose, but it can automatically sign and submit a real USDC payment using a wallet private key without a human confirmation step.
LLM: suspicious (high) · VirusTotal: · 10 Jun 2026