plugins marketplace
← All plugins

market-movers-scanner

v1.27.0

Scan for top market movers - gainers, losers, volume spikes, and unusual activity

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/market-movers-scanner/ inside the repository.

Layout

plugins/crypto/market-movers-scanner/
├── .claude-plugin/plugin.json
└── skills/scanning-market-movers/SKILL.md

Skills1

scanning-market-moversskills/scanning-market-movers/SKILL.md

Detect significant price movements and unusual volume across crypto markets. Calculates significance scores combining price change, volume ratio, and market cap. Use when tracking market movers, finding gainers/losers, or detecting volume spikes. Trigger with phrases like "scan market movers", "top gainers", "biggest losers", "volume spikes", "what's moving", "find pumps", or "market scan".

Manifests1

plugins/crypto/market-movers-scanner/.claude-plugin/plugin.json
{
  "name": "market-movers-scanner",
  "version": "1.27.0",
  "description": "Scan for top market movers - gainers, losers, volume spikes, and unusual activity",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "market",
    "scanner",
    "movers",
    "gainers",
    "losers",
    "volume",
    "trading"
  ]
}