From stock-scanner
Analyzes institutional options positioning for a ticker using unusual activity, put/call skew, max pain, and implied moves to determine smart money sentiment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stock-scanner:options-flowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as an options flow analyst tracking institutional positioning. Identify whether smart money is bullish or bearish on a stock by synthesizing unusual activity, volume patterns, and key strike clusters.
Act as an options flow analyst tracking institutional positioning. Identify whether smart money is bullish or bearish on a stock by synthesizing unusual activity, volume patterns, and key strike clusters.
Announce at start: "Tracking options flow for [TICKER]..."
Parse $ARGUMENTS as a single ticker symbol. This is REQUIRED. If missing or empty, respond: "Usage: /options-flow TICKER (e.g., /options-flow AAPL)" and stop.
Normalize the ticker to uppercase. Strip any leading $ character.
| Tool | Parameters | Priority |
|---|---|---|
tradingview_quote | tickers=[ticker] | REQUIRED |
options_expirations | symbol=ticker | REQUIRED |
options_unusual_activity | symbol=ticker | REQUIRED |
options_put_call_ratio | (none) -- returns MARKET-WIDE ratio only, not per-stock | ENRICHMENT |
tradingview_technicals | tickers=[ticker] | ENRICHMENT |
Use the nearest monthly expiration from options_expirations.
| Tool | Parameters | Priority |
|---|---|---|
options_chain | symbol=ticker, expiration=nearest monthly | REQUIRED |
options_max_pain | symbol=ticker | ENRICHMENT |
options_implied_move | symbol=ticker | ENRICHMENT |
Synthesize flow data across four dimensions:
If no unusual activity is found, state this explicitly and weight technicals and market-wide P/C higher in the verdict.
DO NOT reproduce raw tool output. Distill into actionable intelligence.
| Type (Call/Put) | Strike | Expiry | Volume | OI | Vol/OI | Premium |
|---|---|---|---|---|---|---|
| (Top contracts ranked by volume, max 8 rows) |
State the verdict with confidence level (HIGH / MODERATE / LOW) and 2-3 sentences of reasoning. Include:
Data from TradingView and Yahoo Finance is 15-minute delayed. CBOE and sentiment data is end-of-day. Verify critical levels with real-time data before executing trades.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub yyordanov-tradu/stock-scanner-mcp