BC bankr
AI-powered crypto trading agent and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances, view token prices, transfer crypto, manage NFTs, use leverage, bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, and Unichain.
As a process C 55/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
The same skill appears in 1 more place: ClawHub
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 Exfiltration
net-credential-usereferences/error-handling.md:198Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.bankr.bot/_health" -H "X-API-Key: $BANKR_API_KEY"
vendor-host -
low Secrets in code
secret-high-entropy-tokenreferences/sign-submit-api.md:53High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"verifyingContract": "0x83…913"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/sign-submit-api.md:85High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/sign-submit-api.md:181High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/transfers.md:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- "Send 0.5 ETH to 0x74…bEb"
quoted -
low Exfiltration
net-credential-useSKILL.md:805Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.bankr.bot/_health" -H "X-API-Key: $BANKR_API_KEY"
vendor-host
Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 6877 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 55/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 40Consistency. Frontmatter name (bankr) differs from the folder (bankr-2)
- 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 6877 tokens
- 85Steps. 172 steps, 3 vague phrases
- 100Failures and branches. 5 branches, has a failure section
- 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
- low 17 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (17 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)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 429: enough signal without eating the budget
- +4Structure: 75 headings
- +3Step-by-step instructions: 172 items
- +4Has examples (25 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.