← Back to list
wallet-profiling Checked
Behavioral classification, performance analysis, and trading style detection for Solana wallets
8.0Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "wallet-profiling" skill by following the instructions at https://skill123.me/install/wallet-profiling.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/wallet-profiling.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 21 KBAbout this skill
Overview
Behavioral classification, performance analysis, and trading style detection for Solana wallets
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/wallet-profiling
Score breakdown
Trigger
3.5
Description states What (behavioral classification, performance analysis, style detection) but no When/When-Not or trigger variants: 3+2+2+0=7/20
Structure
9.3
247-line SKILL.md, clean references/scripts split, Files table plus explicit dependencies and env-var tables, inline 'See references' cues: 4+5+3+2=14/15
Workflow
7.6
Framework plus scripts with demo modes; copy-trade evaluation framework provides concrete guardrails (min trades, consistency thresholds, red flags); deterministic risk scoring in code: 4+5+5+3+2=19/25
Content
10.0
Concise imperative writing, formulas and thresholds concrete, commands directly runnable: 10/10
Engineering
10.0
Valid frontmatter; scripts have shebangs, declared deps (httpx), documented env vars; all paths exist: 10/10
Security
10.0
Only declared egress (data.solanatracker.io with env-provided key); no eval/base64/destructive ops, no secrets, no injection; capabilities match declared scope: 20/20
Wallet behavior/performance profiling skill with two scripts (single profile, multi-wallet comparison) and strong copy-trade evaluation guardrails (minimum history requirements, green/red flags, risk scoring). Capability manifest: reads WALLET_ADDRESS/WALLET_ADDRESSES/ST_API_KEY env vars (all declared in env table); no local file or credential reads; no writes/persistence; sole network egress is GET to data.solanatracker.io with the declared API key. Capabilities match declared scope.
