Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Alphagbm Buffett Analysis

ASecurity

Warren Buffett-lens scorecard for any ticker. Scores 4 dimensions 0-100 each (business / circle of competence, moat / durable advantage, management / capital allocation, valuation / fair price vs 10Y treasury) and returns a weighted overall HOLDABLE / WATCHABLE / AVOID verdict. This is NOT a generic fundamental screener — it's Buffett's specific framework mechanically applied: sector simplicity, gross margin + ROE + profit margin thresholds, FCF yield vs treasury, and dividend-continuity as m...

17 stars
0 votes
0 copies
1 views
Added 9/4/2026
businessapi

Works with

api

Security Analysis

A100/100

Scanned 9/4/2026

Install to Claude Code

$npx -y skills add gabrielmoreira/agent-skills-mirror --skill alphagbm-buffett-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alphagbm Buffett Analysis?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Alphagbm Buffett Analysis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gabrielmoreira-alphagbm-buffett-analysis/badge)](https://www.skillsdirectory.com/skills/gabrielmoreira-alphagbm-buffett-analysis)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: alphagbm-buffett-analysis
description: |
  Warren Buffett-lens scorecard for any ticker. Scores 4 dimensions 0-100 each
  (business / circle of competence, moat / durable advantage, management / capital
  allocation, valuation / fair price vs 10Y treasury) and returns a weighted
  overall HOLDABLE / WATCHABLE / AVOID verdict. This is NOT a generic fundamental
  screener — it's Buffett's specific framework mechanically applied: sector
  simplicity, gross margin + ROE + profit margin thresholds, FCF yield vs treasury,
  and dividend-continuity as management proxy.
  Triggers: "Buffett analysis AAPL", "score KO with Buffett lens", "would Buffett
  buy MSFT", "JNJ Buffett scorecard", "AAPL moat analysis", "fair price vs bonds",
  "Buffett-style verdict on NVDA", "long-term hold analysis"
globs:
  - "mock-data/buffett-analysis/**"
---

# AlphaGBM Buffett Analysis

The 4 lenses Buffett himself says he applies, computed from yfinance fundamentals
and returned as a single-number verdict plus reasoning for each lens.

## The 4 Lenses

1. **Business (20% weight)** — circle of competence. Simple sectors (consumer
   staples, utilities, industrials) score high. Complex sectors (tech, healthcare,
   financials) score lower unless mega-cap like AAPL.
2. **Moat (30% weight)** — durable advantage. Gross margin > 40%, ROE > 20%,
   profit margin > 15%, and market cap > $100B each contribute to the moat score.
3. **Management (15% weight)** — capital allocation proxy via dividend continuity
   + payout ratio (15-60% is ideal balance) + 5yr avg div yield.
4. **Valuation (35% weight)** — fair price check. PE < 15 → +20, PEG < 1 → +15,
   FCF yield > 10Y treasury + 2pp → +20. PE > 40 or PEG > 2.5 → deductions.

## Overall Verdict

- **≥ 75** → HOLDABLE (color green) — meets Buffett standards, long-term hold
- **55-74** → WATCHABLE (color amber) — wait for better price or clearer evidence
- **< 55** → AVOID (color red) — fails Buffett's standards

## Why This Is a Separate Skill

The generic `alphagbm-stock-analysis` runs a G=B+M style/momentum score. Buffett's
framework is different — it weights moat + valuation much more heavily than
momentum, and penalizes complex businesses regardless of growth. This skill
codifies *Buffett's* rules, not AlphaGBM's house rules.

## How to Use

**Input:**
- `ticker` (required) — US stock symbol

**Output:**
- `scorecard.business`: `{score, sector, industry, verdict_zh, verdict_en}`
- `scorecard.moat`: `{score, gross_margin, roe, profit_margin, market_cap_b, reasons_zh, reasons_en}`
- `scorecard.management`: `{score, dividend_rate, payout_ratio, reasons_zh, reasons_en}`
- `scorecard.valuation`: `{score, pe, forward_pe, peg, pb, fcf_yield_pct, ten_year_treasury, reasons_zh, reasons_en}`
- `scorecard.overall`: `{score, verdict, verdict_zh, verdict_en, color}`

## Example Queries

- `Buffett analysis on KO` → likely HOLDABLE (simple business, strong moat, 30+ year hold by Buffett himself)
- `would Buffett buy NVDA` → likely WATCHABLE or AVOID (complex sector, high valuation)
- `Buffett scorecard JNJ` → likely HOLDABLE (consumer defensive, strong margins, reasonable PE)
- `score AAPL with Buffett lens` → reference Berkshire's own holding for context
- `apply Buffett's checklist to WMT` → retail-native test case

## Mock Data

Mock data in `mock-data/buffett-analysis/` — sample for KO (HOLDABLE).

## API Endpoint

```
POST /api/masters/buffett-analyze
Content-Type: application/json
```

Request body:

```json
{"ticker": "KO"}
```

Response shape:

```json
{
  "success": true,
  "ticker": "KO",
  "current_price": 63.4,
  "scorecard": {
    "business": {
      "score": 85,
      "sector": "Consumer Defensive",
      "industry": "Beverages - Non-Alcoholic",
      "verdict_zh": "业务相对简单,在巴菲特能力圈范围内",
      "verdict_en": "Relatively simple business within Buffett's circle"
    },
    "moat": {
      "score": 100,
      "gross_margin": 60.3,
      "roe": 41.8,
      "profit_margin": 22.4,
      "market_cap_b": 273.4,
      "reasons_zh": ["毛利率 60.3% > 40%,显示定价权", "ROE 41.8% > 20%,资本效率强", "市值 $273B > $100B,规模壁垒", "净利率 22.4% > 15%,强定价权"],
      "reasons_en": ["Gross margin 60.3% > 40% shows pricing power", "ROE 41.8% > 20% — strong capital efficiency", "Market cap $273B > $100B — scale moat", "Net margin 22.4% > 15% — strong pricing power"]
    },
    "management": {
      "score": 80,
      "dividend_rate": 1.94,
      "payout_ratio": 77.0,
      "reasons_zh": ["派息 $1.94 — 体现向股东返现意愿", "5 年平均股息率 3.1%"],
      "reasons_en": ["Dividend $1.94 — willingness to return cash", "5-yr avg div yield 3.1%"]
    },
    "valuation": {
      "score": 45,
      "pe": 24.8,
      "forward_pe": 22.1,
      "peg": 3.2,
      "pb": 10.5,
      "fcf_yield_pct": 3.5,
      "ten_year_treasury": 4.3,
      "reasons_zh": ["FCF 收益率 3.5% < 10Y 美债 4.3%,不如债券"],
      "reasons_en": ["FCF yield 3.5% < 10Y 4.3% — bonds beat it"]
    },
    "overall": {
      "score": 78.3,
      "verdict": "HOLDABLE",
      "verdict_zh": "符合巴菲特标准 — 值得长期持有",
      "verdict_en": "Meets Buffett standards — worth a long-term hold",
      "color": "green"
    }
  },
  "timestamp": "2026-04-24T08:00:00"
}
```

Pricing: 1 stock-analysis credit per call; **30-min cache** per ticker (cache hits free).

## Related Skills

| Skill | Relevance |
|-------|-----------|
| [alphagbm-stock-analysis](../alphagbm-stock-analysis/) | House G=B+M model — complementary, different weights |
| [alphagbm-company-profile](../alphagbm-company-profile/) | Deep fundamental profile once Buffett flags HOLDABLE |
| [alphagbm-investment-thesis](../alphagbm-investment-thesis/) | Turn Buffett verdict into a trackable thesis |

---

*Powered by [AlphaGBM](https://alphagbm.com) — Real-data options & research intelligence. 10K+ users.*

Attribution

gabrielmoreiragabrielmoreira
View sourceMore from gabrielmoreira →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes
View all in business →