agentsclimarketplace

13f data extraction

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3-flash-preview/financial-analysis/13f-data-extraction

Extract AUM, holdings count, and detailed holding information for a specific fund.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill 13f-data-extraction

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.7 KB, 154 tokens by cl100k_base, 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.tsv under TABLEVALUETOTAL for a given ACCESSION_NUMBER.
  • Holdings Count: Found in SUMMARYPAGE.tsv under TABLEENTRYTOTAL.
  • Detailed Holdings: Found in INFOTABLE.tsv by filtering for ACCESSION_NUMBER.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.