AC smart-money-miner
This skill should be used when the user asks to "mine smart money addresses", "find smart money", "analyze PumpFun tokens", "analyze Four Meme tokens", "analyze BSC tokens", "find profitable traders", "discover good addresses", mentions "聪明钱", "优秀地址", "BSC聪明钱", "BNB链", or discusses finding and filtering high-performing wallet addresses from token trading data.
As a process C 63/100 · Has gaps — weak spots: inputs and preconditions, running it twice, progress reporting
How to improve
- 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-tokenSKILL.md:102High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wallet_address": "7xKX…AsU",
quoted -
low Secrets in code
secret-high-entropy-tokensmart_money_results.json:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wallet_address": "4Kwr…6va",
quoted -
low Secrets in code
secret-high-entropy-tokensmart_money_results.json:19High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"6D7N…5Ui"
detector -
low Secrets in code
secret-high-entropy-tokensmart_money_results.json:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wallet_address": "H7Wk…1ys",
quoted -
low Secrets in code
secret-high-entropy-tokensmart_money_results.json:33High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"FeR8…ump"
detector -
low Secrets in code
secret-high-entropy-tokensmart_money_results.json:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wallet_address": "mW4P…TsM",
quoted
Files scanned: 5. 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 63/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 5 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web, python) 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. 77 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2194 tokens
- low 18 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
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +5Description quotes 8 example trigger phrases
- +3Description length 362: enough signal without eating the budget
- +4Structure: 28 headings
- +3Step-by-step instructions: 77 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 95.