Claude Trading Skills is a collection of Claude Code workflows for individual investors who want structured market analysis, charting, economic-calendar review, screening, trade planning, journaling, and risk management. It is designed for people using long-term investing, ETFs, dividend stocks, and disciplined swing trading, and the catalogue entries package these workflows as skills, agents, commands, settings, and instructions.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/tradermonty/claude-trading-skillsnpx agentmods add commands/tradermonty/claude-trading-skills/us-undervalued-growth-screenWrote 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.
[](https://agentmods.dev/commands/tradermonty/claude-trading-skills/us-undervalued-growth-screen)<a href="https://agentmods.dev/commands/tradermonty/claude-trading-skills/us-undervalued-growth-screen"><img src="https://agentmods.dev/badge/commands/tradermonty/claude-trading-skills/us-undervalued-growth-screen/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.
<a href="https://agentmods.dev/commands/tradermonty/claude-trading-skills/us-undervalued-growth-screen"><img src="https://agentmods.dev/badge/commands/tradermonty/claude-trading-skills/us-undervalued-growth-screen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00696 |
| Opus 5 | $0.00014 | $0.00348 |
| Sonnet 5 | $0.00006 | $0.00139 |
| Haiku 4.5 | $0.00003 | $0.00070 |
Grade A, and why
us-undervalued-growth-screen 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 10d 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
US Undervalued Growth Screen
Use the repository's local direct-FMP pipeline. Do not call bulk FMP MCP tools and do not paste raw provider JSON into the conversation.
Arguments
$ARGUMENTS
Interpretation:
- Empty: use
skills/us-undervalued-growth-screener/assets/claude-code-config.example.json. - Existing JSON path: pass it as
--config. - Natural-language scope override: change the default USD 500M–20B range only when the user explicitly supplies another range; first write a temporary config recording the requested range.
Execution
- Confirm that
FMP_API_KEYexists without printing its value. - Run the runtime preflight, including
run_pipeline.py --version. Every helper must report skill 3.6.1, schema 3, contract 3.5, and fingerprintug-v3.6.1-claude-code-direct-fmp-20260830. - Run:
python3 skills/us-undervalued-growth-screener/scripts/run_pipeline.py \
--config skills/us-undervalued-growth-screener/assets/claude-code-config.example.json \
--output-dir reports/us-undervalued-growth-screener
Substitute an explicit JSON argument path only when supplied.
- Parse the single compact JSON object printed by the runner. Read only:
<run>/run-summary.json
<run>/NEXT_ACTION.json
<run>/audit/listing-enumeration-audit.json
<run>/audit/provider-prefilter-audit.json
<run>/audit/broad-screen-audit.json
<run>/candidate-packets/*.fmp-packet.json
Do not read the provider/ or provider-raw/ trees into model context. Open one raw provider artifact only to investigate a named discrepancy.
- Follow
NEXT_ACTION.jsonwithout asking for confirmation. Complete primary-source underwriting for everyselected_symbolusing accession-specific SEC filings and official company IR. Provider packets are discovery evidence, not primary-source verification. - Save every selected symbol as a verified candidate record, including
review_required,screened_out, andexcludedoutcomes. - Run the existing final sequence:
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.
- 10d ago First seen · 72 lines · 28 tokens per session scan A 7beee23d8c0c
us-undervalued-growth-screen is a command published in the GitHub repository tradermonty/claude-trading-skills (2,813 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 696 once invoked, about $0.0001 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-09-02.
Other commands, from other repositories
analyze-bond-rv
Analyze a bond's relative value vs yield curves and credit spreads with scenario stress testing.
valuation-methods
Valuation methods analysis — multiples, DCF inputs, PEG integration, valuation assumption extraction.
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only).
audit-checklist
Perform an internal audit, review controls, or prepare for an external financial audit.
scan
Scan AWS account for cost optimization.
audit
Scan for non-kernel money math. Rebuild critical flows as JournalEntrys. Replay and prove. Complements /ledger-verify.