SKILLEMALL.ai

BC smart-accounts-kit

Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework.

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

Web3 development using MetaMask Smart Accounts Kit.

As a process C 60/100 · Has gaps — weak spots: result and completion, running it twice, progress reporting

IntegrationSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
86
Quality 40%
78
Run on models
none yet
Process rating
C
60/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

How to improve

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 14

✓ No critical or high findings

Medium and low: 14
  • low Secrets in code secret-high-entropy-token references/advanced-permissions.md:110
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0x1c…238',
    quoted
  • low Secrets in code secret-high-entropy-token references/advanced-permissions.md:142
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: "0x1c…238",
    quoted
  • low Secrets in code secret-high-entropy-token references/advanced-permissions.md:302
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0x1c…238',
    quoted
  • low Secrets in code secret-high-entropy-token references/delegations.md:110
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0xb4…7da',
    quoted
  • low Secrets in code secret-high-entropy-token references/delegations.md:149
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0xc1…E92',
    quoted
  • low Secrets in code secret-high-entropy-token references/delegations.md:166
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0x3f…319',
    quoted
  • low Secrets in code secret-high-entropy-token references/delegations.md:249
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    targets: ['0x1c…238'], // USDC
    detector
  • low Secrets in code secret-high-entropy-token references/delegations.md:267
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    contractAddress: '0x1c…238',
    quoted
  • low Secrets in code secret-high-entropy-token references/smart-accounts.md:297
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    sender: '0xE9…E1f',
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:94
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    tokenAddress: '0x1c…238',
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:340
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | EntryPoint            | `0x00…032` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:341
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | SimpleFactory         | `0x69…77c` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:342
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | DelegationManager     | `0xdb…dB3` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:343
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | MultiSigDeleGatorImpl | `0x56…3A7` |
    table

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

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 6578 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 60/100

  • 0Result and completion. Does not say what the result is
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 27 mutating operations with no state check
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (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
  • 70Execution cost. Instruction body is 6578 tokens
  • 100Steps. 94 steps
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 17 top-level sections: this looks like several domains in one skill

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
  • +1No license
  • +2Single-language instructions
  • +3Description length 442: enough signal without eating the budget
  • +4Structure: 61 headings
  • +3Step-by-step instructions: 94 items
  • +4Has examples (20 code blocks)
  • +4Reference files are cited in the instructions (3 of 3)

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