staskh/insider-trading
Get insider trading activity (SEC Form 4 filings) for one or more stocks. Use when user asks about insider buying/selling, executive transactions, insider sentiment, or Form 4 activity.
npx skills add https://github.com/staskh/trading_skills --skill insider-trading
Fetch recent insider transactions from Yahoo Finance (SEC Form 4 data).
> Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.
uv run python scripts/insider_trading.py SYMBOLS [--days DAYS]
SYMBOLS - Single ticker or comma-separated list (e.g., NVDA or NVDA,PLTR,GOOG)--days - Trailing days to look back (default: 90)Returns JSON with:
transactions - List of insider trades with insider name, role, transaction type, shares, price, value, date, ownership typesummary - Net sentiment (net_buying, net_selling, neutral), buy/sell counts and valuesFor multiple symbols, results are ranked by net buying value (most buying first).
yfinanceAll timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
Take staskh/insider-trading from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.