一键导入
insider-tracker
Analyze insider buying and selling activity for a stock, detecting cluster trades, activist filings, and pre-earnings timing patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze insider buying and selling activity for a stock, detecting cluster trades, activist filings, and pre-earnings timing patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce an end-of-day market recap covering index performance, sector rotation, notable movers, and key headlines to frame the next session.
Run a pre-market scan across indices, sectors, sentiment, and upcoming catalysts to produce a structured morning briefing with directional bias.
Build a comprehensive macroeconomic dashboard covering rates, inflation, labor, yield curve, and market sentiment to identify the current macro regime.
Analyze sector performance across timeframes, detect risk-on vs risk-off rotation, and identify overweight/underweight sector picks with technical confirmation.
Guidance on using stock and crypto market data tools effectively -- when to use which tools, how to interpret results, and how to combine data sources
Run a pre-trade risk assessment scoring volatility, technicals, short interest, earnings proximity, and market regime into a 0-8 risk flag system.
| name | insider-tracker |
| description | Analyze insider buying and selling activity for a stock, detecting cluster trades, activist filings, and pre-earnings timing patterns. |
| argument-hint | ["TICKER"] |
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.