SKILLEMALL.ai

AB defipoly

Play the Defipoly blockchain Monopoly game on Solana — buy properties, earn yield, steal, shield, claim rewards. Use when the user wants to play Defipoly, check their Defipoly portfolio, buy/sell properties, shield against theft, claim DEFI rewards, steal from other players, or check the leaderboard.

modbender/skill-library-mcp Agent Skills author: modbender MIT 4 files body ≈ 1 642 tokens Open the sourcegithub.com analyzed 2 d ago

Play the Defipoly blockchain Monopoly game on Solana — buy properties, earn yield, steal, shield, claim rewards.

As a process B 66/100 · Nearly there — weak spots: inputs and preconditions, progress reporting

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
92/100
safety, quality, tests
Safety 60%
95
Quality 40%
88
Run on models
none yet
Process rating
B
66/100
Nearly there
Inputs and preconditions w 11
0
Progress reporting w 2
0
Failures and branches w 10
50
the three weakest of ten parameters · all ten

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 · 5

    ✓ No critical or high findings

    Medium and low: 5
    • low Secrets in code secret-high-entropy-token package-lock.json:98
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…0ah+lGiA…co6+9GrJ…naQ==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:149
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:182
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha512-c/I8ZRb51j+pYGA…kSk+qT2Ea+OdWElz/OiMf…ihw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:197
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…8fQ+wE2m…hIQ==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:261
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
      detector

    Files scanned: 4. 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 66/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70When it triggers. States when to use, but not when not to
    • 100Steps. 20 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 1642 tokens
    • 100Running it twice. No mutating operations

    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)
    • -2localhost URLs: will not work for another user
    • +1No license
    • +2Single-language instructions
    • +3Description length 301: enough signal without eating the budget
    • +4Structure: 12 headings
    • +3Step-by-step instructions: 20 items
    • +3Output format is stated explicitly
    • +4Has examples (6 code blocks)
    • +3All 1 scripts are documented

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