AC walletlens
Advanced multi-chain wallet analyzer with USD pricing, collection names, ENS support, and sophisticated bot detection across 8 EVM networks. Use when you need to: (1) analyze wallet profiles with USD valuations and natural language summaries, (2) inspect smart contract details and token information, (3) track NFT portfolios with resolved collection names, (4) examine transaction history and transfer patterns, (5) detect potential bot accounts through advanced behavioral analysis, (6) perform due diligence on addresses with comprehensive insights, (7) investigate cross-chain activity with ENS domain support. Supports ApeChain (primary), Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, and BNB Chain with automatic retry logic and human-readable output.
As a process C 63/100 · Has gaps — weak spots: when it triggers, consistency, 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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Secrets in code
secret-high-entropy-tokenpackage.json:16High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"test:chains": "for chain in apechain ethereum base arbitrum; do echo \"Testing $chain...\"; node scripts/wallet-lookup.js 0xd8…045 --chain $chain; done",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/lib/rpc.js:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ENS_REGISTRY = "0x00…e1e";
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:50High-entropy token-like string (may be an id, hash or a credential)node scripts/wallet-lookup.js 0xd8…045 --chain ethereum --pretty
-
low Secrets in code
secret-high-entropy-tokenTEST-RESULTS-v3.md:141High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)**Address**: `0xd8…045`
fixturequoted -
low Secrets in code
secret-high-entropy-tokenTEST-RESULTS-v3.md:275High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)node scripts/wallet-lookup.js 0xd8…045 --chain ethereum --pretty
fixture -
low Secrets in code
secret-high-entropy-tokenTEST-RESULTS.md:40High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)#### Test Wallet: `0xd8…045` (vitalik.eth)
fixturequoted -
low Secrets in code
secret-high-entropy-tokenTEST-RESULTS.md:56High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)Tested vitalik.eth (`0xd8…045`) across chains:
fixturequoted
Files scanned: 15. 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
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (walletlens) differs from the folder (apechain-reader)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 53 steps
- 100Execution cost. Instruction body is 2393 tokens
- 100Running it twice. No mutating operations
- low 13 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)
- +1No license
- +2Single-language instructions
- +3Description length 767: enough signal without eating the budget
- +4Structure: 36 headings
- +3Step-by-step instructions: 53 items
- +3Output format is stated explicitly
- +4Has examples (19 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +3All 5 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 94.