By davdunc
Download historical US stock market data (minute and daily OHLCV with extended hours) from Massive.com flat files. Stores data locally for analysis.
Claude Code plugins for equities trading: watchlist generation, trading plans, and historical market data retrieval powered by Massive.com (Polygon.io).
Type: Claude Code skill (/market-data)
Download historical per-minute and daily OHLCV data from Massive.com flat files for any US-listed ticker. Includes premarket, regular session, and postmarket candles stored locally for analysis.
/market-data GSAT 2026-04-01
/market-data AAPL 2026-03-25 2026-03-28
Type: MCP server
Daily equities watchlist and trading plan generator. Screens for high-volume, high-volatility candidates and builds structured morning briefs.
Tools:
get_watchlist — Screen and rank candidates using Finviz + Polygon data (RVOL, ATR, premarket volume)get_trading_plan — Generate a morning trading plan with market overview, Camarilla pivots, and newsget_previous_day_analysis — Analyze prior session intraday moves from flat file minute dataget_calendar_events — Economic releases, earnings, and ex-dividend datesPrompts:
morning_trading_brief — Full structured brief with bias, if/then trade plans, and stocks to avoidBoth plugins use Massive.com credentials. Set via environment variables or a .env file:
# S3 flat file access
export MASSIVE_S3_ACCESS_KEY="your-access-key-id"
export MASSIVE_S3_SECRET_KEY="your-secret-key"
# API access (equities-watchlist)
export POLYGON_API_KEY="your-api-key"
# Optional: Finviz Elite (equities-watchlist screening)
export FINVIZ_API_KEY="your-finviz-key"
See each plugin's README for detailed setup instructions.
# As a Claude Code plugin
claude plugin install davdunc/davdunc-plugins --path market-data
# Or copy directly
cp -r market-data/skills/market-data ~/.claude/skills/
cd equities-watchlist
pip install -e .
# Register with Claude Code
claude mcp add equities-watchlist -- equities-watchlist
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub davdunc/davdunc-plugins --plugin market-dataComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.