agentsclimarketplace

Run3 cross fund security search

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/financial-analysis/run3_cross_fund_security_search

Searches all funds within a specific quarter to rank holdings for a target security by CUSIP.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_cross_fund_security_search

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

SKILL.md

0.6 KB, 117 tokens by cl100k_base, as published. Nobody here has run it

To identify the top managers for a specific security in Q3:

  1. CUSIP Retrieval: Use scripts/search_cusip.py --ticker "PLTR" to identify the target security's CUSIP.
  2. Aggregated Analysis: Run scripts/aggregate_holdings.py --quarter_path /root/2025-q3 --cusip <cusip> to retrieve a list of all reporting funds and their respective share values for that asset.
  3. Ranking: Sort the returned list by share value and select the top 3 fund manager names.

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.