valuation-calculator

Fast stock valuation calculator - compute PEG, EV/EBITDA, Rule of 40, DCF and more with simple commands. Inspired by YouTube tutorial and Day1Global Tech Earnings Deepdive Skill.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "valuation-calculator" with this command: npx skills add arbiger/valuation-calculator

Valuation Calculator

Fast stock valuation calculator with instant market valuation metrics.

Commands

CommandDescription
value <ticker>Full valuation for a single stock
value peg <ticker>PEG + Forward/Trailing P/E + Implied Growth
value ev <ticker>EV/EBITDA + Rule of 40
value dcf <ticker>DCF valuation (default parameters)
value dcf <ticker> --autoDCF with auto-calculated WACC (CAPM model)
value dcf <ticker> --wacc=0.10 --growth=0.15 --terminal=0.03Custom DCF parameters
valueAll holdings valuation (reads from holdings.md)
value --indexThree major indices (SPY, QQQ, DIA)

Output Metrics

  • PEG Ratio = Forward P/E ÷ EPS Growth Rate
  • Forward P/E = Based on next 12 months expected earnings
  • Trailing P/E = Based on past 12 months actual earnings
  • Implied EPS Growth = (Trailing P/E ÷ Forward P/E - 1) × 100%
  • EV/EBITDA = Enterprise Value ÷ EBITDA
  • Rule of 40 = Revenue Growth % + Profit Margin %
  • DCF = Discounted Cash Flow valuation

DCF Parameters

ParameterDescriptionDefault
--autoAuto-calculate WACC using CAPM model-
--wacc=NWeighted Average Cost of Capital10%
--growth=NFuture growth rate5%
--terminal=NTerminal growth rate2.5%

Auto WACC (CAPM Model)

WACC = Rf + β × (Rm - Rf)

  • Rf = 10-year Treasury yield (auto-fetched from Yahoo Finance)
  • β = Stock beta (from Yahoo Finance)
  • Rm - Rf = Market risk premium (5.5%)

Holdings File

Default reads from ~/.openclaw/workspace/holdings.md

Data Source

Yahoo Finance API (yfinance)

Usage Examples

value NVDA          # Full valuation
value peg NVDA      # PEG only
value ev NVDA       # EV/EBITDA + Rule of 40
value dcf NVDA     # DCF (default params)
value dcf NVDA --auto  # DCF with auto-WACC
value dcf NVDA --wacc=0.08 --growth=0.15 --terminal=0.03  # Custom
value               # All holdings dashboard
value --index       # Major indices

Evaluation Criteria

PEGRating
< 0.5🔥 Severely Undervalued
0.5 - 1.0👍 Undervalued
1.0 - 1.5✅ Fair Value
> 1.5⚠️ Overvalued
Rule of 40Rating
>= 40%✅ Pass
< 40%⚠️ Below
DCF UpsideRating
> 20%✅ Undervalued
-20% ~ 20%⚠️ Fair Value
< -20%❌ Overvalued

Inspired by:

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Omniscient

全知全能技能 — 整合认知套件、执行框架、系统控制三大能力层,并配备编排引擎。 认知层:四种思维操作码(直用/改进/迁移/构建)覆盖所有思考任务; 执行层:大语言模型 + 命令执行工具,自动化代码生成与脚本执行; 操控层:Windows桌面软件、系统硬件、串口设备、物联网平台、图形界面自动化、蓝牙设备、GPU显卡...

Registry SourceRecently Updated
General

系统清理技能

定期清理OpenClaw系统中的备份、临时及会话文件,分析磁盘使用并检查系统状态,优化系统性能。

Registry SourceRecently Updated
General

Whoislookup

Look up domain WHOIS registration info — registrar, creation date, expiry date, nameservers, and domain status. Use when asked to check who owns a domain, wh...

Registry SourceRecently Updated
General

WayinVideo - Find Moments in the Video

Find specific moments in a video using a natural language query. Ideal for locating particular scenes, topics, or events in long videos (e.g., “the part wher...

Registry SourceRecently Updated