Analyst Kit (YC W23): Turn your Claude / Codex into an investment analyst (Free) Analyst Kit (YC W23) has released a free, open-source set of hedge-fund-grade equity-research skills for AI coding agents like Claude and Codex. The skills, which include capabilities for SEC filings, financial modeling, and charting, can be installed as plugins to turn AI agents into investment analysts. Installable, hedge-fund-grade equity-research skills for AI coding agents. Each skill is a self-contained folder of instructions and, where useful, runnable scripts that an agent loads on demand. Install them into Claude Code as a plugin, or copy them into any agent runtime with the bundled installer. The skill frontmatter is the single source of truth — the registry, the plugin manifests, and the installer all derive from it. The skills split into capabilities one atomic job — a data source, an engine, a deliverable, or reusable knowledge and workflows an engagement entry point that orchestrates capabilities via requires: . The "Needs" column lists runtimes, API keys, and required skills. | Skill | Type | What it does | Needs | |---|---|---|---| analyst-playbook | capability | How to structure any analysis before fetching a number: pick the deliverable, align fiscal calendars and frequencies, normalize units, route series to the right skill, and apply per-sector conventions | — | 13f-analysis | capability | Fetch & read U.S. institutional 13F-HR holdings from SEC EDGAR — resolve a fund to its CIK, pull a quarter's holdings as a normalized, ranked CSV, and read it without the common traps | Python stdlib | sec-filings | capability | Fetch & read U.S. SEC filings 10-K, 10-Q, 8-K, any EDGAR form — risk factors, MD&A, material events, segment data, insider trades, earnings 8-K exhibits — with ticker→CIK resolution and BM25 search for large filings | Python stdlib | financialmodellingprep | capability | Call the Financial Modeling Prep REST API — daily prices, news, profiles, screener, quarterly income statements, fiscal-period info, earnings-call transcripts — with exact endpoints, params, and field schemas | Python · FMP API KEY | finmind | capability | Pull Taiwan TWSE/TPEx market data — prices, monthly revenue, financials, dividends, shareholding, institutional flows — via the FinMind API | Python · FINMIND TOKEN | market-intelligence | capability | Nowcast a company's quarter and predict a revenue segment from Google Trends search-interest via SerpAPI — keyword selection, normalization to a quarterly index, and a quarter-to-date nowcast | Python · SERPAPI API KEY | company-universe-manager | capability | Own a watchlist of companies and their key dates earnings, investor days, ex-dividend, AGMs… : roster CRUD, a daily monitor that detects date changes, and a daily brief markdown or branded PDF . Pluggable local-folder or connected-server storage | Python · financialmodellingprep, reporting | analyzing-financial-statements | capability | Calculate & interpret financial ratios profitability, liquidity, leverage, efficiency, valuation, per-share from statement data, with industry benchmarking | Python stdlib | creating-financial-models | capability | DCF valuation, M&A accretion/dilution, sensitivity analysis data tables, tornado charts , and probability-weighted best/base/worst scenario planning | Python · numpy/pandas | charting | capability | Financially-correct charts: a thin Python/Polars layer normalizes data → a TypeScript layer emits Highcharts options + a self-contained HTML page trends, segments, margins, dividends, surprise, waterfalls, price | Node · Python | reporting | capability | Assemble charts, tables, and analyst text into a branded PDF — A4 portrait report or 16:9 deck — from ready-made page templates; remembers your logo and brand colors | Node · charting | wiki-builder | capability | Serve any folder of markdown as a navigable browser wiki sidebar, table of contents, frontmatter chips, ECharts | Bun | data-analysis | capability | End-to-end analysis of a structured dataset CSV/JSON/Excel/SQL — profile, clean, visualize, model, and report with reproducible code | — | single-stock-deep-dive | workflow | Forensic, decision-useful deep dive on one stock: thesis, valuation, catalysts, variant perception, value-chain adjacencies | — | thematic-investing | workflow | Map a theme or trend into an investable value chain — who benefits, where value accrues, what's mispriced | company-universe-manager | technical-analysis | workflow | Disciplined technical analysis with concrete entry/exit levels: regime classification, a three-layer confluence stack, and ATR-based stops/sizing/targets from a zero-dependency indicator engine | Python · charting | company-wiki | workflow | Build a multi-page company-research wiki overview, products, 5-year financials, model, competitors, citations as a deployed web app | FMP API KEY · wiki-builder, company-universe-manager | One command — works on macOS, Linux, and Windows inside WSL2 — see below . It installs all the skills into your chosen runtime and wires them into the agent's system/common prompt. Needs only Node ≥ 18 which detects your OS and installs to the right paths : npx github:mohitjandwani/analyst-kit claude-code or: codex · openclaw · cowork Swap claude-code for codex , openclaw , or cowork ; add --scope project to install into the current project ./.claude/skills , … instead of your home directory. Already cloned the repo? node bin/analyst-kit.js claude-code does the same plus list , doctor , uninstall , or install