Extracts and analyzes insights from SEC 13-F fund filings.

Install

mkdir -p .claude/skills/13f-analyzer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5138" && unzip -o skill.zip -d .claude/skills/13f-analyzer && rm skill.zip

Installs to .claude/skills/13f-analyzer

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, and change of holdings between two quarters.
163 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Analyze fund holdings for a specific quarter
  • Compare portfolio changes between two quarters
  • Identify funds holding a specific stock
  • Calculate AUM and total stock holdings

How it works

The tool uses Python scripts to parse SEC 13-F data and perform comparative analysis between specified reporting periods.

Inputs & outputs

You give it
Accession number and quarter identifier
You get back
Fund holding summary or dynamic change report

When to use 13f-analyzer

  • Tracking institutional holdings
  • Analyzing fund performance trends
  • Comparing quarterly portfolio shifts

About this skill

Overview

Analyze the holding summary of a particular fund in one quarter:

python3 scripts/one_fund_analysis.py \
    --accession_number ... \
    --quarter 2025-q2 \

This script will print out several basic information of a given fund on 2025-q2, including total number of holdings, AUM, total number of stock holdings, etc.

Analyze the change of holdings of a particular fund in between two quarters:

python scripts/one_fund_analysis.py \
    --quarter 2025-q3 \
    --accession_number <accession number assigned in q3> \
    --baseline_quarter 2025-q2 \
    --baseline_accession_number <accession number assigned in q2>

This script will print out the dynamic changes of holdings from 2025-q2 to 2025-q3. Such as newly purchased stocks ranked by notional value, and newly sold stocks ranked by notional value.

Analyze which funds hold a stock to the most extent

python scripts/holding_analysis.py \
    --cusip <stock cusip> \
    --quarter 2025-q3 \
    --topk 10

This script will print out the top 10 hedge funds who hold a particular stock with highest notional value.

When not to use it

  • Analyzing non-SEC 13-F financial documents

Prerequisites

python3

Limitations

  • Requires specific accession numbers for each quarter

How it compares

It automates the extraction and comparison of fund data that would otherwise require manual parsing of SEC filings.

Compared to similar skills

13f-analyzer side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
13f-analyzer (this skill)16moReviewIntermediate
quant-analyst1032moNo flagsAdvanced
stock-analyzer712moReviewBeginner
pair-trade-screener111moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

stock-analyzer

FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

71214

pair-trade-screener

tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair trading opportunities, statistical arbitrage screening, mean-reversion strategies, or market-neutral portfolio construction. Supports correlation analysis, cointegration testing, and spread backtesting.

1198

risk-metrics-calculation

wshobson

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.

881

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

model-usage

openclaw

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

548

Search skills

Search the agent skills registry