SKILLEMALL.ai

BC binance-agentic-wallet

Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, prediction market, place prediction, redeem winnings, prediction PnL, x402 payment, HTTP 402 Payment Required, check/revoke/manage token approvals, DeFi protocols, staking, liquidity pool, LP, yield farming, deposit, redeem, stake, unstake, claim rewards/fees, health factor, APY, TVL, sign external transaction, contract call, sign message, EIP-712, developer mode, speed up/cancel/replace transaction, pending/stuck transactions, or any on-chain wallet operation.

ClawHub Agent Skills author: binance-skills-hub v1.9.0 MIT-0 17 files body ≈ 5 187 tokens Open the sourceclawhub.ai analyzed 2 d ago

Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel…

As a process C 60/100 · Has gaps — weak spots: result and completion, inputs and preconditions

ProcedureAI and agentsMarketingtype and topics are labelled automatically from the skill text
JSON
Technical rating
B
75/100
safety, quality, tests
Safety 60%
73
Quality 40%
78
Run on models
none yet
Process rating
C
60/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Tools and files w 18
60
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 · 27

✓ No critical or high findings

Medium and low: 27
  • low Secrets in code secret-high-entropy-token references/defi.md:439
    High-entropy token-like string (may be an id, hash or a credential)
    baw defi deposit --investmentId 0e82... --tokenAddress 0x55…955 --amount 1.5 --json
  • low Secrets in code secret-high-entropy-token references/limit-order.md:40
    High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
    baw limit-order buy --triggerPrice 10 --fromTokenQty 100 --fromToken 0x55…955 --toToken 0xca…231 --binanceChainId 56 --json
    placeholder
  • low Secrets in code secret-high-entropy-token references/limit-order.md:43
    High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
    baw limit-order buy --triggerPrice 5 --fromTokenQty 0.4 --fromToken 0xEe…EeE --toToken 0xca…231 --binanceChainId 56 --json
    placeholder
  • low Secrets in code secret-high-entropy-token references/limit-order.md:81
    High-entropy token-like string (may be an id, hash or a credential)
    baw limit-order sell --triggerPrice 100 --fromTokenQty 10.1 --fromToken 0xca…231 --toToken 0x55…955 --binanceChainId 56 --json
  • low Secrets in code secret-high-entropy-token references/limit-order.md:84
    High-entropy token-like string (may be an id, hash or a credential)
    baw limit-order sell --triggerPrice 100 --fromTokenQty 10.1 --fromToken 0xca…231 --toToken 0xEe…EeE --binanceChainId 56 --json
  • low Secrets in code secret-high-entropy-token references/limit-order.md:147
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "fromToken": "0xEe…EeE",
    quoted
  • low Secrets in code secret-high-entropy-token references/market-order.md:39
    High-entropy token-like string (may be an id, hash or a credential)
    baw market-order swap --fromTokenQty 0.1 --fromToken 0xEe…EeE --toToken 0x55…955 --binanceChainId 56 --json
  • low Secrets in code secret-high-entropy-token references/market-order.md:42
    High-entropy token-like string (may be an id, hash or a credential)
    baw market-order swap --fromTokenQty 100 --fromToken 0x55…955 --toToken 0xEe…EeE --binanceChainId 56 --slippage 5 --mev false --gasL
  • low Concealment en-hide-from-user references/market-order.md:56
    Instruction to hide actions from the user (negated — the text forbids it)
    1. **Do NOT tell the user the swap succeeded yet.** At most say it has been *submitted* and you are confirming.
    negated
  • low Secrets in code secret-high-entropy-token references/market-order.md:89
    High-entropy token-like string (may be an id, hash or a credential)
    baw market-order quote --fromTokenQty 0.1 --fromToken 0xEe…EeE --toToken 0x55…955 --binanceChainId 56 --json
  • low Secrets in code secret-high-entropy-token references/market-order.md:160
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "fromToken": "0xEe…EeE",
    quoted
  • low Secrets in code secret-high-entropy-token references/market-order.md:163
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "toToken": "0x55…955",
    quoted
  • low Secrets in code secret-high-entropy-token references/send.md:28
    High-entropy token-like string (may be an id, hash or a credential)
    baw wallet send --amount 0.02 --recipient 0x12…678 --binanceChainId 56 --tokenAddress 0xEe…EeE --json
  • low Secrets in code secret-high-entropy-token references/send.md:31
    High-entropy token-like string (may be an id, hash or a credential)
    baw wallet send --amount 10 --recipient 0x12…678 --binanceChainId 56 --tokenAddress 0x55…955 --json
  • low Secrets in code secret-high-entropy-token references/send.md:34
    High-entropy token-like string (may be an id, hash or a credential)
    baw wallet send --max --recipient 0x12…678 --binanceChainId 56 --tokenAddress 0xEe…EeE --json
  • low Secrets in code secret-high-entropy-token references/wallet-view.md:163
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    { "symbol": "USDT", "address": "0x55…955", "binanceChainId": "56", "balance": "1000.50", "price": "1.0", "value": "1000.50" }
    quoted
  • low Secrets in code secret-high-entropy-token references/wallet-view.md:225
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "feeTokenAddress": "0xEe…EeE",
    quoted
  • low Secrets in code secret-high-entropy-token references/x402-payment.md:31
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "asset": "0x83…913",
    quoted
  • low Secrets in code secret-high-entropy-token references/x402-payment.md:39
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "asset": "0x55…955",
    quoted
  • low Secrets in code secret-high-entropy-token references/x402-payment.md:71
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "tokenAddress": "0x83…913",
    quoted
  • low Secrets in code secret-high-entropy-token references/x402-payment.md:83
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "asset": "0x83…913",
    quoted
  • low Secrets in code secret-high-entropy-token references/x402-payment.md:101
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "tokenAddress": "0x55…955",
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:185
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BNB (Native) | `0xEe…EeE` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:186
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDT         | `0x55…955` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:187
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC         | `0x8A…80d` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:188
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | U            | `0xcE…666` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:189
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USD1         | `0x8d…B0d` |
    table

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

Against the Agent Skills spec

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

Process rating: all ten parameters 60/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 70When it triggers. States when to use, but not when not to
  • 70Execution cost. Instruction body is 5187 tokens
  • 85Steps. 28 steps, 1 vague phrases
  • 100Failures and branches. 4 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • 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
  • +1No license
  • +2Single-language instructions
  • +3Description length 737: enough signal without eating the budget
  • +4Structure: 13 headings
  • +3Step-by-step instructions: 28 items
  • +4Has examples (1 code blocks)
  • +4Reference files are cited in the instructions (15 of 15)

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

External checks

ClawHub: clean
This is a high-impact Binance wallet skill, but its sensitive capabilities are generally disclosed, purpose-aligned, and guarded by user confirmation rules.
LLM: benign (medium) · VirusTotal: · 17 Aug 2026