Skills financial-analyst
Financial analysis and research workflows for market research, equity research, comparable companies, precedent transactions, and DCF valuation. Use when asked to build or critique DCF models, comps/precedents tables, competitor or strategy analysis, market sizing, or to deliver analyst-ready outputs in Excel, PowerPoint, or Markdown from CSV/Excel/SQL/API/web data.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aniebyl/financial-analyst" ~/.claude/skills/openclaw-skills-financial-analyst-6e6c00 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aniebyl/financial-analyst" ~/.openclaw/skills/openclaw-skills-financial-analyst-6e6c00 && rm -rf "$T"
manifest:
skills/aniebyl/financial-analyst/SKILL.mdsource content
Financial Analyst
Overview
Deliver industry-standard market research, equity research, comps, precedents, and DCF valuation with explicit assumptions, source citations, and polished outputs in Excel, PowerPoint, or Markdown.
Quick Intake
- Confirm company name, ticker, industry, geography, currency, and units (USD millions, etc.).
- Confirm scope (DCF, comps, precedents, market sizing, competitive strategy, equity research memo) and output formats.
- Gather data sources (CSV/Excel/SQL/API/web) and ask for access details or files.
- Ask for missing inputs; if the user says proceed, use standard assumptions and list them explicitly.
Core Workflows
DCF Model
- Use
for standard structure and checks.references/dcf.md - Build a 5-year forecast, WACC via CAPM, and terminal value via Gordon Growth.
- Produce a valuation summary, sensitivity table, and assumptions table.
- Use
as a starting layout if a template helps.assets/templates/dcf-model-template.md
Comparable Companies
- Use
for peer selection and table fields.references/comps.md - Build a comps table with key operating metrics and trading multiples.
- Call out outliers and justify adjustments or exclusions.
- Use
for the table skeleton.assets/templates/comps-template.csv
Precedent Transactions
- Use
for deal filters and table fields.references/precedents.md - Build a precedents table with deal values, premiums, and transaction multiples.
- Note deal context (strategic vs. financial buyer, control premium, timing).
- Use
for the table skeleton.assets/templates/precedents-template.csv
Market Research
- Use
for market sizing and structure.references/market-research.md - Provide TAM/SAM/SOM with both top-down and bottom-up triangulation when possible.
- Cite sources and state any conversions or extrapolations.
- Use
for the memo layout.assets/templates/market-research-template.md
Competitive Strategy and Key Competitors
- Use
for frameworks and output structure.references/competitive-strategy.md - Identify direct, adjacent, and substitute competitors with brief rationale.
- Assess differentiation, moats, pricing power, and distribution advantages.
- Use
for the memo layout.assets/templates/competitive-strategy-template.md
Equity Research Memo
- Use
for the memo structure.references/equity-research.md - Present a clear thesis, valuation summary, catalysts, and risks.
- Keep conclusions linked to data and comps/DCF outputs.
- Use
as a starting outline.assets/templates/er-memo-template.md
Output Standards
- Provide an assumptions table for every model or valuation.
- Include units, currency, and as-of dates on every table.
- Keep formulas transparent in Excel outputs and document key drivers in Markdown.
- Provide a slide outline when PowerPoint is requested via
.assets/templates/ppt-outline.md
Resource Index
- References:
,references/dcf.md
,references/comps.md
,references/precedents.md
,references/market-research.md
,references/competitive-strategy.mdreferences/equity-research.md - Assets:
,assets/templates/dcf-model-template.md
,assets/templates/comps-template.csv
,assets/templates/precedents-template.csv
,assets/templates/market-research-template.md
,assets/templates/competitive-strategy-template.md
,assets/templates/er-memo-template.mdassets/templates/ppt-outline.md