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.
npx agentmods add skills/mphinance/alpha-skills/value-complexnpx skills add mphinance/alpha-skills --skill value-complexgit clone --depth 1 https://github.com/mphinance/alpha-skillsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00125 | $0.01224 |
| Opus 5 | $0.00063 | $0.00612 |
| Sonnet 5 | $0.00025 | $0.00245 |
| Haiku 4.5 | $0.00013 | $0.00122 |
Grade A, and why
value-complex 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Value Complex — Avantis small + large value, by weight
This skill reads Avantis's two flagship value ETFs straight from TickerTrace's
per-fund endpoint (/fund/<TICKER>) and lays out what changed under the hood,
grouped the way the value factor actually moves:
- AVUV — small-cap value ($12.5B, ~794 holdings) — the flagship.
- AVLV — large-cap value ($3.2B, ~272 holdings).
This is the per-fund holdings view that the daily stock-recap skill does not pull. stock-recap only hits TickerTrace's cross-fund aggregates (
/briefing,/institutional,/divergences). This skill is the deep, by-weight, per-fund value read.
What it groups, and why
For each fund (small tier → large tier), three lifecycle buckets:
- 🆕 New / Exited — positions TickerTrace flags
type=NEWorREMOVED. Passive Avantis funds rarely open or close a name day-to-day, so when they do it's meaningful. This is the literal "new adds." - 📈 Conviction tilt — active over/under-weighting, inflow-stripped.
Every name in an inflow day shows a positive
sharesDelta(new money buys the whole book pro-rata), so raw adds are noise. We compute each name's share growthsharesDelta/previousShares, take the fund-wide median as the inflow tide, and rank by the excess over that tide. Positive excess = the fund is genuinely leaning into the name beyond mechanical inflow; negative = leaning out. - 🔥 Up-streaks — names on multi-day winning runs (TickerTrace
streaks). This is the cleanest momentum signal — independent of fund mechanics entirely.
Then the payoff, 🔗 cross-tier synthesis:
- Sector convergence — sectors that are streaking and/or tilting up in both the small and large fund. (Exact-ticker overlap is rare because the funds hold different cap tiers, so convergence is read at the sector/theme level — e.g. "transports leading in both.")
- Flow tell — all-buys with zero trims = inflows into value (creations, risk-on); a genuine mix of adds and trims = active rebalancing.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 90 lines · 125 tokens per session scan A 0cda5ed2b3bc
value-complex is a skill published in the GitHub repository mphinance/alpha-skills (19 stars, last pushed 4d ago), licensed MIT. It adds 125 tokens to every session and 1,224 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.
Other skills, from other repositories
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…
chenhao-limit-up
Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.
copy-trading-solana
Copy trade Solana wallets - mirror trades automatically.
southwest
Search Southwest Airlines fares and points pricing via Patchright browser automation. SW is not in any GDS or API. Covers all fare classes, Companion Pass value, and fare drop monitoring.
alpaca-trade-api-sdk
Integrate and build on the @alpacahq/alpaca-trade-api TypeScript SDK for the Alpaca Trading and Market Data APIs (the unified Alpaca client, ergonomic order builders, normalized market-data shapes, pagination, typed errors, resilience, and real-time streaming). Use when writing or reviewing code that imports…
alphagbm-greeks
Greeks dashboard for any option contract or multi-leg position. Covers first-order Greeks (Delta, Gamma, Theta, Vega, Rho) and second-order Greeks (Charm, Vanna, Volga). Returns individual and position-level Greeks with scenario heatmaps. Use when: checking option sensitivities, managing position risk, understanding…