← All plugins
whale-alert-monitor
v1.26.0Monitor large crypto transactions and whale wallet movements in real-time
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/whale-alert-monitor/ inside the repository.
Layout
plugins/crypto/whale-alert-monitor/
├── .claude-plugin/plugin.json└── skills/monitoring-whale-activity/SKILL.md
Skills1
monitoring-whale-activityskills/monitoring-whale-activity/SKILL.md
Track large cryptocurrency transactions and whale wallet movements in real-time. Use when tracking large holder movements, exchange flows, or wallet activity. Trigger with phrases like "track whales", "monitor large transfers", "check whale activity", "exchange inflows", or "watch wallet".
Manifests1
plugins/crypto/whale-alert-monitor/.claude-plugin/plugin.json
{
"name": "whale-alert-monitor",
"version": "1.26.0",
"description": "Monitor large crypto transactions and whale wallet movements in real-time",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"whale",
"alert",
"monitor",
"large",
"transactions"
]
}