13f data extraction
[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-data-extractionAssembled 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
Extract AUM, holdings count, and detailed holding information for a specific fund.
SKILL.md
0.7 KB, as published. Nobody here has run it
Overview
Extract summary and detailed information about a fund's holdings using its accession number.
Usage
Extract Fund Summary (AUM and Total Holdings)
python3 /root/.agents/skills/13f-analyzer/scripts/one_fund_analysis.py --accession_number <ACCESSION_NUMBER> --quarter 2025-q3
Manual Extraction (Alternative)
- AUM: Found in
SUMMARYPAGE.tsvunderTABLEVALUETOTALfor a givenACCESSION_NUMBER. - Holdings Count: Found in
SUMMARYPAGE.tsvunderTABLEENTRYTOTAL. - Detailed Holdings: Found in
INFOTABLE.tsvby filtering forACCESSION_NUMBER.