stock-recap

stock-recap is a skill for Claude Code from mphinance/alpha-skills. It costs 121 tokens per session (1,958 once invoked), scanned A, original, MIT.

A daily stock-market summary that compares screening results, options activity, earnings gaps, new option listings, and hedge-fund filings to find stocks supported by several data sources.

In plain words
What is it for?
Use it to review the day’s market, find stocks with matching signals, and inspect the technical picture behind each shortlist entry.
Why use it?
It reduces the need to check many separate market signals and makes disagreements between them easier to see.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mph-kit plugin — 28 skills, 6 commands, 3 agents shipped together

Good fit Use it to review the day’s market, find stocks with matching signals, and inspect the technical picture behind each shortlist entry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mphinance/alpha-skills/stock-recap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mphinance/alpha-skills --skill stock-recap
Clone the repo
git clone --depth 1 https://github.com/mphinance/alpha-skills

Made for: Claude Code.

Or install mph-kit, the plugin that ships this one along with the rest of its 28 skills, 6 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stock-recap

README.md
[![agentmods](https://agentmods.dev/badge/skills/mphinance/alpha-skills/stock-recap/github.svg)](https://agentmods.dev/skills/mphinance/alpha-skills/stock-recap)
Your own site
<a href="https://agentmods.dev/skills/mphinance/alpha-skills/stock-recap"><img src="https://agentmods.dev/badge/skills/mphinance/alpha-skills/stock-recap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for stock-recap

Your own site · 80×15
<a href="https://agentmods.dev/skills/mphinance/alpha-skills/stock-recap"><img src="https://agentmods.dev/badge/skills/mphinance/alpha-skills/stock-recap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,958 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.01958
Opus 5 $0.00060 $0.00979
Sonnet 5 $0.00024 $0.00392
Haiku 4.5 $0.00012 $0.00196

Measured 11d ago against content hash 799bb072305f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

stock-recap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/mph-kit/skills/stock-recap/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stock Recap — convergence-ranked picks

This skill produces a market recap and a short list of stocks the data agrees on, each with technicals. It pulls four independent legs and ranks names by how many of them point at the same ticker (equal-blend convergence):

  1. Screeners — all 10 TraderDaddy Pro screeners at their default settings (Momentum Pullback, Gamma Scan, Coiled Springs, Daily Cuts, CSP Wheel, LEAPS, Leveraged, Small-Cap, Volatility Surge, Bullish Pullback).
  2. Options flow — the biggest premium / smart-money unusual activity today, including the INSTITUTIONAL_ALPHA tier and repeat-strike conviction.
  3. Bounce finder — TD Pro's /api/agent/bounce-finder. bounce_bottom = oversold name curling up (a second, independent read on Mike's reversal edge); bounce_top = overbought exhaustion (tracked as a conflict, not a bullish leg).
  4. Earnings gaps — TD Pro's /api/earnings-gap. Bullish gap-ups that are holding (positive intraday, not filling back through the open) count as a momentum leg; fading or bearish gaps are context/conflict only.
  5. New CBOE option listings — names that just became optionable.
  6. Hedge funds (13F) — TickerTrace top buys/sells, cross-fund convergence (multiple funds into the same name), and divergences.

It also renders candlestick charts (from our own 90-day OHLC data) for the top picks + reversal names and a dedicated under-$100 section so the list isn't all $700+ mega-caps.

Mike's edge: his best picks come from Momentum Pullback names once they START reversing out of the pullback. The script has a dedicated Reversal Watch section that flags pullback names with a fresh stochastic crossover up from oversold + bullish RSI zone + A/B entry grade, and marks which of those already have bullish flow and fund buying behind them. Always call this out.

How to run it

  1. Run the gather script (works from any directory — the absolute path resolves the symlink back into the mphinance repo, so the API key and chart venv are found automatically):

Read the full file on GitHub · 131 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 131 lines · 121 tokens per session scan A 799bb072305f

Subscribe to this mod's changes

stock-recap is a skill published in the GitHub repository mphinance/alpha-skills (21 stars, last pushed 13d ago), licensed MIT. It adds 121 tokens to every session and 1,958 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens