fundamental-report
Installation
SKILL.md
Fundamental Report — Summary Depth
Generate a comprehensive fundamental analysis research note for a publicly traded company. Orchestrate all analysis skills in parallel, aggregate results, and compile into a structured report.
Orchestration Process
Step 0: Ticker Resolution
Before dispatching parallel tasks, resolve the ticker:
- Fetch the company ticker-to-CIK mapping from
https://www.sec.gov/files/company_tickers.jsonusing thesec-fetchskill (it handles SEC credentials and User-Agent automatically — seedata-sources.md) - Find the CIK for the given ticker and pad to 10 digits
- Fetch company overview from
https://stockanalysis.com/stocks/{ticker}/via WebFetch to get current price, market cap, sector, and exchange - Store resolved metadata: CIK, company name, sector, exchange, current price, market cap
If the ticker is not found in EDGAR (international company), note this and proceed with Stock Analysis and WebSearch only.
Important: For ALL SEC EDGAR fetches (data.sec.gov, efts.sec.gov, www.sec.gov), use the sec-fetch skill — never WebFetch.