13f comparison
Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3-flash-preview/financial-analysis/13f-comparison
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill 13f-comparisonAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Compare holdings between two quarters or find top holders of a specific stock.
SKILL.md
0.7 KB, as published. Nobody here has run it
Overview
Analyze changes in investment strategy across quarters or identify major institutional holders of a stock.
Usage
Compare Holdings Between Quarters
python3 /root/.agents/skills/13f-analyzer/scripts/one_fund_analysis.py \
--quarter 2025-q3 --accession_number <Q3_ACCESSION> \
--baseline_quarter 2025-q2 --baseline_accession_number <Q2_ACCESSION>
Find Top Holders of a Stock
python3 /root/.agents/skills/13f-analyzer/scripts/holding_analysis.py --cusip <CUSIP> --quarter 2025-q3 --topk 3