Overview
- Skill Key
- arbiger/valuation-calculator
- Author
- arbiger
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/arbiger/valuation-calculator
- Latest Commit SHA
- eb5442fad18effbe8af6cd2bb79025b70a40eefb
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 valuation-calculator 技能。 若已安装,则直接安装 valuation-calculator 技能。
# Valuation Calculator Fast stock valuation calculator with instant market valuation metrics. ## Commands | Command | Description | |---------|-------------| | `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> --auto` | DCF with **auto-calculated WACC** (CAPM model) | | `value dcf <ticker> --wacc=0.10 --growth=0.15 --terminal=0.03` | Custom DCF parameters | | `value` | All holdings valuation (reads from holdings.md) | | `value --index` | Three 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 | Parameter | Description | Default | |-----------|-------------|---------| | `--auto` | Auto-calculate WACC using CAPM model | - | | `--wacc=N` | Weighted Average Cost of Capital | 10% | | `--growth=N` | Future growth rate | 5% | | `--terminal=N` | Terminal growth rate | 2.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...
caoyumin97
Structured problem analysis and communication using system mapping and hierarchical logic. Use when a request involves messy, multi-factor problems, root-cause analysis, intervention design, feedback loops or delays, or when a clear top-line recommendation with logically grouped support is required.
cerbug45
AI Wallet Payment System Skill Guide
chaimengphp
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
c0rv0s
Short-form video for AI agents. Generate videos using the latest models, pay with USDC via x402.
bywallace
Read and manage Kubera.com portfolio data (net worth, assets, debts, allocation, holdings). Use when a user asks about their finances, net worth, portfolio, investments, holdings, asset allocation, or wants to update asset values in Kubera. Works with any AI agent or CLI that can run Python scripts.
c-goro
Expense tracking and accounting for AI agents. Log purchases, set budgets, generate spending reports, and manage multi-currency finances — all stored locally. Privacy.com card import, natural language queries, CSV/JSON export. Use when agents make purchases and need a financial audit trail.