Company ValuationFinance Skill
A comprehensive equity valuation skill that triangulates intrinsic value via three methods: (1) DCF — 5-year FCFF projection, discount at WACC, terminal value via Gordon Growth and exit multiple; (2) Relative — apply peer median P/E, EV/Revenue, EV/EBITDA across 4-6 peers with adjustment rules; (3) SOTP — when 2+ distinct reporting segments exist, value each at pure-play peer multiples. Blends results into an implied share price with method weights, 5×5 WACC × g sensitivity matrix, and Bull/Base/Bear scenarios. Handles banks/REITs/pre-revenue/cyclical edge cases. Pulls data via yfinance (auto-installed if missing) or delegates to funda-data skill. Includes 4 detailed reference files: DCF methodology with industry-specific guidance (software, retail, financials, healthcare, energy, manufacturing, CPG, telecom, REITs, streaming), relative valuation with peer selection heuristics and 30+ default peer sets, SOTP with conglomerate discount detection and catalyst framework, and WACC/ERP/risk-free rate benchmarks with sector-default betas.
- Snapshot quality
- 88/100
- Snapshot risk
- Medium
- Audit conclusion
- Needs review
Discovery
What this Skill helps an agent do.
Search metadata is limited to this summary, the controlled finance taxonomy, and relation labels. Detailed upstream instructions are not part of the Search Index.
Domains and assets
Search aliases and tags
Trust
Evidence from the captured directory.
This content snapshot assessment does not certify the repository, current files, or installation environment. "Not verified" means the captured files did not support a Yes or No conclusion.
License
GitHub reports the repository license as MIT License.
Review state
- Automated review
- Automated review
- Install tested
- No
- Human reviewed
- Not verified
Snapshot
- Files reviewed
- 6
- Captured
- 2026-07-29 07:31 UTC
- Snapshot ID
- fsh-company-valuation-2026-07-29-001
Permissions
FilesystemRead
NoThe skill does not read local files.
FilesystemWrite
NoThe skill does not write local files.
NetworkAccess
Yesyfinance pulls financial data, analyst estimates, and market data from Yahoo Finance APIs. Live 10Y Treasury yield fetched via yfinance (^TNX).
ShellExecution
YesThe skill executes Python scripts in the shell for DCF, relative valuation, and SOTP calculations. Path C auto-installs dependencies via pip.
CodeExecution
YesThe skill executes Python code for financial modeling — DCF projections, WACC calculation, peer multiple analysis, sensitivity grids, and scenario analysis.
ExternalCredentials
NoNo external credentials are required — yfinance uses public Yahoo Finance APIs.
Dependencies
yfinance
python3 -m pip install yfinance numpy pandas (auto-installed if missing)
Python library for pulling Yahoo Finance financial statements, analyst estimates, and market data.
numpy
python3 -m pip install numpy (auto-installed if missing)
Numerical computing library used in DCF and relative valuation calculations.
pandas
python3 -m pip install pandas (auto-installed if missing)
Data manipulation library for handling income statements, cash flows, and balance sheets.
Python 3.8+
Python 3.8 or later
Python runtime required for all valuation calculations.
funda-data skill
Optional: finance-data-providers:funda-data skill as fallback data source
Alternative data source for fundamentals when yfinance is missing.
Data sources named by the Skill
Yahoo Finance (yfinance)
Python library providing access to Yahoo Finance financial data including income statements, cash flows, balance sheets, analyst estimates, and market data.
Snapshot assessment
88/100
Pineify Finance Skill snapshot assessment, version 1.0.0. Generated 2026-07-29 07:31 UTC.
Medium risk · Needs review
Skill structure
100/100Instruction clarity
100/100Dependency transparency
65/100Permission transparency
75/100Safety guardrails
100/100Finance task fit
100/100Audit findings
Medium
Dependency manifest is absent from the snapshot
No requirements.txt or pyproject.toml is included in the captured directory. Dependencies are documented in README prerequisites and auto-installed via Path C (pip install).
Low
Auto-installs Python dependencies via pip if missing
Path C executes python3 -m pip install -q yfinance numpy pandas when yfinance is not detected. This modifies the user Python environment.
Low
Relies on yfinance — unofficial Yahoo Finance data
yfinance is an unofficial library that scrapes Yahoo Finance APIs. Data may be delayed, incomplete, or break without notice. The skill acknowledges this in its caveats and recommends cross-checking with primary filings.
Sources and relations
Context around this Skill.
Repository
himself65/finance-skills
topic
Equity valuation
P0 relation label. No public page yet.
topic
DCF modeling
P0 relation label. No public page yet.
topic
Relative valuation & peer comps
P0 relation label. No public page yet.
topic
WACC & cost of capital
P0 relation label. No public page yet.
agent
Claude Code
P0 relation label. No public page yet.
collection
Market analysis
P0 relation label. No public page yet.
guide
Reviewing finance skills before install
P0 relation label. No public page yet.
Registry
Read this record as data.
The public record includes the page-safe snapshot, evidence, assessment, taxonomy, and relations. Internal revision fields stay outside the public projection.
- Record ID
- github:himself65/finance-skills:plugins/market-analysis/skills/company-valuation
- Snapshot ID
- fsh-company-valuation-2026-07-29-001