solana-whale-alert
Monitor Solana wallets and tokens for large transactions. Get alerts when whales move. No API keys required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/satoshi891102/solana-whale-alertSolana Whale Alert
Monitor Solana wallets and tokens for large transactions. Detect whale movements in real-time using free public APIs.
Usage
- "Watch this wallet for large transactions: [address]"
- "Alert me when someone moves more than $10K of SOL"
- "Monitor top holders of [token] for sells"
- "Check recent large SOL transfers"
Commands
Check recent large transfers
bash scripts/whale-check.sh [min_amount_sol]
Monitor a specific wallet
bash scripts/watch-wallet.sh <wallet_address> [check_interval_seconds]
Scan token top holders for movements
bash scripts/scan-holders.sh <token_mint>
What It Detects
| Signal | Description | Interpretation |
|---|---|---|
| Large SOL transfer | >1000 SOL moved | Whale repositioning |
| CEX deposit | Large transfer to known exchange | Potential sell pressure |
| CEX withdrawal | Large transfer from exchange | Accumulation signal |
| Token dump | Top holder selling large % | Rug/exit risk |
| New whale | Unknown wallet accumulating | Smart money signal |
APIs Used (all free)
- Solana RPC (getSignaturesForAddress, getTransaction)
- Helius Enhanced API (if key available, much richer data)
- DexScreener (token context)
Limitations
- Public RPC rate limits (~40 req/10s)
- Set SOLANA_RPC_URL or HELIUS_API_KEY for better throughput
- Historical lookback limited without indexed data
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-satoshi891102-solana-whale-alert": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
bounty-hunter
Find, evaluate, and submit online bounties and hackathons for prize money. Use when user mentions "bounties", "hackathon", "earn money", "Superteam Earn", "prize money", "submissions", "freelance bounties", or asks to find paid opportunities. Covers discovery, eligibility filtering, content drafting, and submission workflows.
vibe-ship
Ship a complete web app from idea to public deployment in one session. Use when user says "build me an app", "ship this idea", "vibe code", "quick ship", "deploy this", or describes any consumer app, tool, or website they want built and deployed. Handles validation, tech stack selection, building, testing, and deployment to Vercel or GitHub Pages.
solana-scanner
Scan any Solana token for safety — liquidity, holder concentration, red flags, and rug pull indicators. No API keys required.