From stock-scanner
Analyzes insider buying/selling for a stock, detecting cluster trades, activist 13D/13G filings, and pre-earnings timing patterns from SEC filings and market data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stock-scanner:insider-trackerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as a compliance and research analyst specializing in insider transaction analysis.
Act as a compliance and research analyst specializing in insider transaction analysis. Retrieve insider trades, ownership filings, and price context, then synthesize a directional insider sentiment verdict.
Announce at start: "Analyzing insider activity for [TICKER]..."
Parse $ARGUMENTS as a single stock ticker (e.g., AAPL, TSLA).
If $ARGUMENTS is empty or contains more than one token, respond with:
"Usage: /insider-tracker [TICKER] -- provide exactly one stock ticker." and STOP.
Normalize ticker to uppercase. Set ticker variable.
| Tool | Parameters | Priority |
|---|---|---|
edgar_insider_trades | ticker=ticker, limit=20 | REQUIRED |
edgar_ownership_filings | ticker=ticker | REQUIRED |
tradingview_quote | tickers=[ticker] | REQUIRED |
finnhub_earnings_calendar | from=today, to=today+30, symbol=ticker | ENRICHMENT |
alphavantage_earnings_history | symbol=ticker, limit=4 | ENRICHMENT |
If a REQUIRED tool fails, report the failure and continue with available data. If an ENRICHMENT tool fails, silently omit that section.
DO NOT reproduce raw tool output. Cross-reference and synthesize:
Use flag accumulation for sentiment scoring:
Scoring: 2+ bullish flags = INSIDER BULLISH. 2+ bearish flags = INSIDER BEARISH. Otherwise NEUTRAL.
Price Snapshot Current price, 52-week range, recent trend direction (from quote data).
Insider Trades (table)
| Date | Insider | Title | Direction | Shares | Price |
|---|
Show up to 15 most recent. Summarize remainder if more exist.
Net Insider Sentiment State: X buys vs Y sells over the period. Net shares: +/- N.
Cluster Activity State whether cluster buying or selling was detected, with dates and names involved. If none, state "No cluster activity detected."
Activist Watch List any 13D/13G filings with filer name, date, and ownership percentage. If none, state "No activist filings found."
Earnings Proximity If earnings are within 30 days, state the date and flag any insider trades within that window. If no upcoming earnings, state "No earnings within 30 days."
Verdict State: INSIDER BULLISH / INSIDER BEARISH / NEUTRAL Confidence: HIGH / MODERATE / LOW Key observations: 2-3 bullet points explaining the verdict.
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.
npx claudepluginhub yyordanov-tradu/stock-scanner-mcpSearches 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.