Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

valuation-analysis估值分析

Agent Skill

valuation-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

4

下载量

91
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:valuation-analysis(估值分析)
来源仓库:https://github.com/tradeinsight-info/investment-analysis-skills
仓库路径:skills/valuation-analysis
安装命令:
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill valuation-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill valuation-analysis

简介

用于查找与估值模型、财务预测或可比公司分析相关的信息。

  • 适合在股权投资、并购评估或资产配置中使用。valuation-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过关键词检索帮助用户快速获取 DCF、PE/PB 等常用方法说明。
  • 使用时需确认数据时效性和假设合理性,避免依赖过时参数。
  • 建议结合原始文档了解具体模型选择和输入要求。

SKILL.md

Valuation Analysis

Purpose

Assess whether a company's current market price adequately reflects its financial fundamentals by computing and interpreting a comprehensive set of valuation multiples. Compare the company's multiples against its own historical range, sector peers, and the broader market. Incorporate forward estimates and, where available, discounted cash flow context to arrive at a reasoned assessment of relative valuation. Present the analysis as informational context, not as a buy or sell recommendation.

Data Fetching Process

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full source details and fallback behavior.

  1. Resolve the ticker. Fetch https://www.sec.gov/files/company_tickers.json using the sec-fetch skill (see data-sources.md), locate the company's CIK, and pad it to 10 digits. Cache the CIK and official company name.
  2. Fetch structured financial data (primary). Request the SEC EDGAR XBRL company facts endpoint: https://data.sec.gov/api/xbrl/companyfacts/CIK{10-digit-CIK}.json Extract the following XBRL concepts for the most recent fiscal year and trailing twelve months where available:

- Revenues — for P/S and EV/Revenue - NetIncomeLoss — for P/E and earnings yield - EarningsPerShareDiluted — for P/E computation verification - OperatingIncomeLoss — for EV/EBIT - DepreciationDepletionAndAmortization — for EBITDA derivation - NetCashProvidedByUsedInOperatingActivities — for P/FCF and EV/FCF - PaymentsToAcquirePropertyPlantAndEquipment — CapEx for FCF - StockholdersEquity — for P/B - Goodwill, IntangibleAssetsNetExcludingGoodwill — for P/Tangible Book - LongTermDebt, ShortTermBorrowings, CashAndCashEquivalentsAtCarryingValue, ShortTermInvestments — for enterprise value - CommonStockSharesOutstanding — for per-share computations

  1. Fetch pre-computed ratios and market data (secondary). Fetch:

- https://stockanalysis.com/stocks/{ticker}/financials/ratios/ — pre-computed P/E, P/B, P/S, EV/EBITDA, and historical multiples - https://stockanalysis.com/stocks/{ticker}/ — current price, market cap, shares outstanding

  1. Fetch analyst estimates (critical for forward multiples). Fetch:

- https://stockanalysis.com/stocks/{ticker}/forecast/ — consensus EPS estimates, revenue estimates, price targets, analyst recommendations

  1. Fetch DCF and intrinsic value data (supplementary). Fetch:

- https://www.gurufocus.com/term/iv_dcf/{ticker} — Gurufocus DCF intrinsic value estimate - https://www.gurufocus.com/term/pettm/{ticker} — historical P/E context

Analysis Steps

Enterprise Value Computation

Before computing EV-based multiples, derive enterprise value:

Enterprise Value = Market Cap + Total Debt + Minority Interest + Preferred Equity − Cash − Short-Term Investments

For simplicity when minority interest and preferred equity are not material:

EV = Market Cap + Total Debt − Cash and Equivalents

Present the EV components in a table so the user understands the bridge from market cap to EV.

Earnings-Based Multiples

MultipleFormulaInterpretation
P/E (TTM)Price / Trailing 12-Month EPSWhat investors pay per dollar of current earnings
Forward P/EPrice / Consensus Next-Year EPSValuation based on expected future earnings
PEG RatioForward P/E / Expected EPS Growth Rate (%)Growth-adjusted P/E; PEG below 1.0 is often considered attractive
Earnings YieldDiluted EPS / Price (inverse of P/E)Comparable to bond yields; compare against the 10-year Treasury rate

For earnings yield vs risk-free rate: if the earnings yield is below the current risk-free rate, the market is pricing in significant future growth or the stock may be overvalued on a yield basis. Fetch the current 10-year Treasury yield via WebSearch if not already known.

Cash Flow-Based Multiples

MultipleFormulaInterpretation
P/FCFMarket Cap / Free Cash FlowWhat investors pay per dollar of free cash flow
EV/EBITDAEnterprise Value / EBITDACapital-structure-neutral profitability multiple; widely used in M&A
EV/EBITEnterprise Value / EBITSimilar to EV/EBITDA but accounts for depreciation; better for capital-intensive businesses
EV/FCFEnterprise Value / Free Cash FlowEnterprise-level cash flow multiple
EV/RevenueEnterprise Value / RevenueUsed for high-growth, pre-profit companies

Book Value-Based Multiples

MultipleFormulaInterpretation
P/BPrice / Book Value per ShareRelationship between market price and accounting equity
P/Tangible BookPrice / Tangible Book Value per ShareExcludes goodwill and intangibles; more conservative

P/B below 1.0 means the market values the company below its liquidation value of equity — this may indicate deep value or fundamental problems. P/B is most relevant for asset-heavy industries (banking, insurance, industrials).

Revenue-Based Multiples

MultipleFormulaInterpretation
P/S (TTM)Market Cap / Trailing RevenuePrice paid per dollar of revenue
EV/RevenueEnterprise Value / RevenueCapital-structure-neutral revenue multiple

Revenue multiples are most useful for high-growth companies with negative or volatile earnings. For mature companies, earnings and cash flow multiples are more informative.

Income-Based Multiples

MultipleFormulaInterpretation
Dividend YieldAnnual Dividends per Share / PriceCurrent income return
Earnings YieldEPS / PriceInverse of P/E; directly comparable to interest rates

Valuation Context

For each computed multiple, provide context along three dimensions:

  1. Historical comparison. Compare the current multiple to the company's own five-year average, five-year high, and five-year low. Note whether the stock is trading above or below its historical average.
  2. Peer / sector comparison. When available from Stock Analysis or Gurufocus, compare the current multiple to the sector median. Note whether the premium or discount is justified by superior growth, margins, or returns.
  3. Market comparison. Compare to broad market averages (e.g., S&P 500 average P/E of approximately 20-22x) for context.

Forward Estimates and Analyst Consensus

Present analyst consensus data from Stock Analysis forecast:

  • Current-year and next-year EPS estimates
  • Current-year and next-year revenue estimates
  • Consensus price target (mean, high, low)
  • Analyst recommendation distribution (buy, hold, sell)
  • Implied upside/downside from the consensus price target

DCF / Intrinsic Value Context

If Gurufocus DCF data is available, present:

  • The Gurufocus DCF intrinsic value estimate
  • The current price relative to the DCF estimate (premium or discount percentage)
  • The implied margin of safety (if trading below DCF estimate)

Note that a full DCF model requires assumptions about growth rates, discount rates, and terminal values. If the user requests a full DCF, outline the required inputs (revenue growth rate, operating margin trajectory, CapEx assumptions, WACC, terminal growth rate) and note that the Gurufocus estimate provides a reference point.

Valuation Summary

Synthesize the findings into a brief assessment:

  • Is the stock trading at a premium or discount to its historical multiples?
  • Is the stock trading at a premium or discount to its peers?
  • Do forward estimates suggest improving or deteriorating fundamentals?
  • What is the implied return based on the analyst consensus price target?

Avoid definitive "buy" or "sell" language. Use terms like "trading at a premium to historical averages" or "appears attractively valued relative to peers on a PEG basis."

Depth Handling

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for standard formatting rules.

  • Summary depth (default). Present current P/E (TTM and forward), EV/EBITDA, P/FCF, P/B, and P/S in a single table alongside five-year averages and sector medians. Include the consensus price target and implied upside/downside. Add three to four sentences interpreting relative valuation.
  • Detailed depth. Expand to include all multiples listed above, the full EV bridge, earnings yield vs risk-free rate comparison, a historical multiple range table, the DCF / intrinsic value context, complete analyst consensus data, and an extended valuation narrative discussing what growth assumptions are embedded in the current price.

Sector-Specific Adjustments

  • REITs. Standard P/E is not meaningful due to depreciation distortions. Use:

- P/FFO = Price / FFO per Share (primary REIT valuation metric) - P/AFFO = Price / AFFO per Share - P/NAV = Price / Net Asset Value per Share (estimates market premium or discount to property value)

  • Banking / Financial Services. P/B and P/Tangible Book are primary valuation metrics. Use P/PTPP (Price to Pre-Tax Pre-Provision Earnings) as an additional metric that strips out credit cycle volatility.
  • High-Growth / Pre-Profit Technology. EV/Revenue and P/S are the primary multiples. PEG ratio is particularly important. Revenue growth rate should be presented alongside the multiple to contextualize high valuations.
  • Cyclical Industries (Energy, Materials, Industrials). P/E may be misleading at cycle peaks (low P/E when earnings are cyclically high). Use normalized earnings or mid-cycle P/E. EV/EBITDA is generally more reliable for cyclicals.
  • Utilities. Dividend yield and P/E are primary metrics. Compare yield to the 10-year Treasury rate and to the utility sector average.

Output

Follow the output structure defined in ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md. Begin with the standard header, present data in markdown tables with right-aligned numbers and units, include source links after each data section, and close with the standard disclaimer.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.87%
按下载量换算30

Claude

32.48%
按下载量换算30

Cursor

19.97%
按下载量换算18

Gemini CLI

9.57%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill valuation-analysis 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills