BB bitmart-wallet-ai
BitMart Web3 Wallet Skills (12 endpoints): Token Search, Chain Details, Token Info, K-Line Chart, Hot Token Ranking, xStock Ranking, Smart Money P&L Ranking, Smart Money Address Analysis/Holdings/Transaction History, Address Balance, Address Recent Transactions, Swap Quote, Batch Price. All APIs do not require API Key. Use when users ask about token prices, market data, smart money tracking, asset queries, recent transactions, or token swap quotes.
As a process B 67/100 · Nearly there — weak spots: when it triggers, consistency, running it twice
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 6
✓ No critical or high findings
Medium and low: 6
-
low Secrets in code
secret-high-entropy-tokenREADME.md:66High-entropy token-like string (may be an id, hash or a credential)Show recent transactions for address 2h4h…i8R on Solana
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:79High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| 2001 | Solana | `So11…111` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:93High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Solana** | Must use `So11…111` | Kept as is |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:98High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- When swapping native tokens on Solana, must pass `So11…111` for `tokenAddress`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:112High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | SOL | `So11…111` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:119High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | USDC | `EPjF…t1v` |
table
Files scanned: 3. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5670 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 67/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 8 mutating operations with no state check
- 40Consistency. Frontmatter name (bitmart-wallet-ai) differs from the folder (bitmart-wallet-skill)
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Failures and branches. 6 branches
- 70Execution cost. Instruction body is 5670 tokens
- 100Tools and files. No external tools needed
- 100Steps. 59 steps
- 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)
- +1No license
- +2Single-language instructions
- +3Description length 452: enough signal without eating the budget
- +4Structure: 29 headings
- +3Step-by-step instructions: 59 items
- +3Output format is stated explicitly
- +4Has examples (12 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.