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 Duan Analysis

ASecurity

Duan-Yongping-style seller playbook for any ticker: Sell Put at your "willing buy" price, Covered Call for yield enhancement, and a Panic-Buy context read off current VIX. The response is three tightly-scoped analysis cards — not a generic options screener — derived from the specific framework that made Duan Yongping famous in Chinese retail investing (seller-only, rent-collection logic, never a buyer of options). Triggers: "Duan Yongping style AAPL", "sell put NVDA willing to buy at 120", "c...

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-duan-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alphagbm Duan Analysis?

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

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

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

Download with Pro
Files
SKILL.md
---
name: alphagbm-duan-analysis
description: |
  Duan-Yongping-style seller playbook for any ticker: Sell Put at your "willing buy"
  price, Covered Call for yield enhancement, and a Panic-Buy context read off
  current VIX. The response is three tightly-scoped analysis cards — not a generic
  options screener — derived from the specific framework that made Duan Yongping
  famous in Chinese retail investing (seller-only, rent-collection logic, never
  a buyer of options).
  Triggers: "Duan Yongping style AAPL", "sell put NVDA willing to buy at 120",
  "covered call yield TSLA", "should I sell AAPL put here", "seller strategy MSFT",
  "Duan-style analysis", "premium collection setup", "nationalist seller playbook"
globs:
  - "mock-data/duan-analysis/**"
---

# AlphaGBM Duan Yongping Analysis

Instant Duan-style framing for a single ticker. Three scoped outputs:

1. **Sell Put** — if you're "willing to buy at $X", what does selling a Put at $X
   actually pay, and how does the cost basis work out if assigned?
2. **Covered Call** — if you hold 100 shares, what yield can you pick up by selling
   a ~5% OTM Call 25-50 DTE? If called away, what's the total return?
3. **Panic Buy Context** — what's VIX telling us right now? Are we at Duan's
   "extreme fear = extreme opportunity" tier (VIX ≥ 35), or is this a wait?

Each panel is tailored to the Duan framework: seller-only, rent-collection, holding
quality companies indefinitely, and treating extreme VIX spikes as opportunity
rather than threat.

## Why This Is a Separate Skill

The generic `alphagbm-options-strategy` can compute any spread. But Duan Yongping's
style has three very specific moves and a very specific philosophy. This skill
packages that philosophy into a single call with Chinese-native copy that fits how
Chinese retail investors actually talk about these trades.

## How to Use

**Input:**
- `ticker` (required)
- `buy_price` (optional) — your "I'd happily buy at this price" level; defaults to
  spot × 0.95 if omitted

**Output (each panel may be null if no suitable contract exists):**

- `sell_put`: `{strike, premium, annualized_yield_pct, if_assigned_cost_basis, delta, dte}`
- `covered_call`: `{strike, premium, annualized_yield_pct, upside_cap_pct,
  total_return_if_called_pct, dte}`
- `panic_buy`: `{vix, level, signal (bool), action_zh, action_en}`
  - `level` ∈ `normal / caution / extreme_fear`
  - `signal = true` when VIX ≥ 35 (Duan-buy tier)

Plus meta: `ticker, stock_price, expiry_date, dte, timestamp`.

## Example Queries

- `Duan Yongping style AAPL` — All three panels for Apple
- `sell put NVDA willing to buy at 110` — Sell-Put sized for $110 entry
- `covered call yield on TSLA` — CC analysis at current price
- `is VIX at Duan buy level` — Panic-Buy panel alone (can also use `alphagbm-vix-status`)
- `should I sell AAPL put at 180` — Sell-Put analysis at specific strike

## Mock Data

Mock data in `mock-data/duan-analysis/` — sample for AAPL with a 180 buy price.

## API Endpoint

```
GET /api/options/duan-analysis?ticker={SYMBOL}&buy_price={PRICE}
```

Query params:
- `ticker` (required)
- `buy_price` (optional, float) — your preferred entry strike for Sell Put; defaults to spot × 0.95

Response shape:

```json
{
  "success": true,
  "ticker": "AAPL",
  "stock_price": 185.4,
  "expiry_date": "2026-06-20",
  "dte": 41,
  "sell_put": {
    "strike": 180.0,
    "premium": 2.45,
    "annualized_yield_pct": 12.1,
    "implied_vol": 0.24,
    "delta": -0.28,
    "open_interest": 4821,
    "volume": 312,
    "if_assigned_cost_basis": 177.55,
    "dte": 41
  },
  "covered_call": {
    "strike": 195.0,
    "premium": 2.10,
    "annualized_yield_pct": 10.1,
    "implied_vol": 0.22,
    "delta": 0.32,
    "open_interest": 3200,
    "volume": 198,
    "upside_cap_pct": 5.18,
    "total_return_if_called_pct": 6.31,
    "dte": 41
  },
  "panic_buy": {
    "vix": 18.7,
    "level": "normal",
    "signal": false,
    "action_zh": "VIX 18.7 偏平静。段永平风格下此水位更适合卖 Put 等跌到心理价位,而不是主动抄底。",
    "action_en": "VIX 18.7 is calm. Duan-style strategy prefers Sell-Put \"waiting\" over proactive buying at this level."
  },
  "timestamp": "2026-04-24T08:00:00"
}
```

Pricing: 1 option-analysis credit per call; 5-min cache per (ticker, buy_price) pair.

## Related Skills

| Skill | Relevance |
|-------|-----------|
| [alphagbm-vix-status](../alphagbm-vix-status/) | Standalone VIX-tier read (Panic-Buy panel uses same classification) |
| [alphagbm-options-score](../alphagbm-options-score/) | Broader multi-factor options scoring (not Duan-specific) |
| [alphagbm-options-strategy](../alphagbm-options-strategy/) | Custom multi-leg strategies |

---

*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 →