$npx skillfedfor your agent

scanner-pmcc

Identifies stocks primed for Poor Man's Covered Call strategies by evaluating option chain quality across delta accuracy, liquidity, bid-ask spreads, implied volatility, yield potential, technical trend, and earnings proximity. Scores each candidate on a 14-point scale to rank suitability and surface the best risk-reward structures for diagonal spreads.

scanner-pmcc finds stocks with optimal option chains for Poor Man's Covered Call strategies by scoring LEAPS and short call quality.

AI-generated summary based on this skill's SKILL.md

★ 299  68 MITupdated by staskh

Decision gist · record as of 2026-07-20

scanner-pmcc finds stocks with optimal option chains for Poor Man's Covered Call strategies by scoring LEAPS and short call quality. Identifies stocks primed for Poor Man's Covered Call strategies by evaluating option chain quality across delta accuracy, liquidity, bid-ask spreads, implied volatility, yield potential, technical trend, and earnings proximity. Scores each candidate on a 14-point scale to rank suitability and surface the best risk-reward structures for diagonal spreads.

manual: git clone https://github.com/staskh/trading_skills → cp -r trading_skills/.claude/skills/scanner-pmcc ~/.claude/skills/scanner-pmcc
.claude/skills/scanner-pmcc/SKILL.md · version 49d426ab

Use it when

  • scanner-pmcc scans stocks for PMCC setups by analyzing LEAPS and short call combinations across multiple quality metrics.
  • scanner-pmcc scores and ranks LEAPS + short call diagonal spreads using a 14-point quality scale that weighs delta accuracy.

Verify before relying

Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

staskh/trading_skills/scanner-pmcc · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does scanner-pmcc help me find?

scanner-pmcc identifies stocks primed for Poor Man's Covered Call strategies by evaluating option chain quality across delta accuracy, liquidity, bid-ask spreads, implied volatility, yield potential, technical trend, and earnings proximity. It scores each candidate on a 14-point scale to rank suitability and surface the best risk-reward structures for diagonal spreads.

How can I scan stocks for PMCC setups using this tool?

scanner-pmcc scans stocks for PMCC setups by analyzing LEAPS and short call combinations across multiple quality metrics. It evaluates option chain liquidity, spread tightness, IV levels, and delta accuracy to identify candidates where both legs of your diagonal spread will trade efficiently and predictably.

How does scanner-pmcc score and rank LEAPS diagonal spreads?

scanner-pmcc scores and ranks LEAPS + short call diagonal spreads using a 14-point quality scale that weighs delta accuracy, liquidity depth, bid-ask spreads, implied volatility conditions, yield potential, and technical trend alignment. Higher scores indicate better risk-reward structures for executing your PMCC strategy.

What option chain factors does scanner-pmcc analyze for PMCC?

scanner-pmcc analyzes option chain liquidity, spreads, and IV for PMCC setups by examining bid-ask width, contract volume, open interest, and volatility skew across both your long LEAPS leg and short call leg. It flags chains where both strikes will execute cleanly without slippage.

Does scanner-pmcc identify earnings dates and trend risks?

Yes. scanner-pmcc identifies earnings dates and trend signals to avoid PMCC risks by flagging upcoming earnings announcements and technical breakdowns that could spike IV or gap your position. This helps you avoid setting up diagonal spreads into volatility events or weakening chart patterns.

Can scanner-pmcc calculate PMCC yield and capital needs?

scanner-pmcc calculates PMCC yield and capital requirements for trade planning by estimating the return on your long LEAPS investment and the margin or cash needed to hold the position. This helps you size trades appropriately and compare yield across multiple candidates.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

PMCC Scanner

Finds optimal Poor Man's Covered Call setups by scoring symbols on option chain quality.

What is PMCC?

Buy deep ITM LEAPS call (delta ~0.80) + Sell short-term OTM call (delta ~0.20) against it. Cheaper alternative to covered calls.

Instructions

> Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.

uv run python scripts/scan.py SYMBOLS [options]

Arguments

  • SYMBOLS - Comma-separated tickers or path to JSON file from bullish scanner
  • --min-leaps-days - Minimum LEAPS expiration in days (default: 270 = 9 months)
  • --leaps-delta - Target LEAPS delta (default: 0.80)
  • --short-delta - Target short call delta (default: 0.20)
  • --output - Save results to JSON file (use this; Claude generates the report from the JSON)
  • --report

(truncated - see the full file via the links below)

File tree — 3 files
.claude/skills/scanner-pmcc/SKILL.md
.claude/skills/scanner-pmcc/scripts/scan.py
.claude/skills/scanner-pmcc/templates/markdown-template.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Find stocks suitable for Poor Man's Covered Call (PMCC) strategies”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

ib-pmcc-advisor
by staskh · staskh/trading_skills

Pulls all diagonal call spreads from your IB portfolio and surfaces actionable metrics on the short leg: delta, IV, assignment probability, and daily P&L projections. Ranks the top roll candidates by delta improvement and net credit, then displays a side-by-side comparison to help you decide whether to hold, roll, or close. Requires TWS or IB Gateway running locally with API enabled.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
report-stock
by staskh · staskh/trading_skills

report-stock produces detailed stock analysis reports covering technical trends, fundamental valuations, Piotroski F-Score breakdowns, and option spread strategies. Output formats include both markdown and PDF, with support for single or multiple ticker symbols. The skill aggregates data from trend scanners, PMCC viability checks, and financial metrics to deliver actionable investment insights.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
options-strategy-advisor
by tradermonty · tradermonty/claude-trading-skills

This skill models options strategies through theoretical pricing and Greeks analysis, helping traders evaluate covered calls, spreads, iron condors, and other positions without real-time market subscriptions. It calculates strategy profit/loss, position sizing, and risk exposure using Black-Scholes formulas and historical volatility data from FMP API. Built for learning and simulation, not live trading.

MITupdated Jul 2026
★ 2,514repo stars
ib-stop-loss
by staskh · staskh/trading_skills

IB Stop-Loss Manager analyzes your Interactive Brokers portfolio and automatically computes and places conditional stop-loss orders for diagonal spreads, naked LEAPS, and stock positions. It runs in dry-run mode by default—no orders execute until you explicitly request it—and supports both paper and live trading accounts. The skill detects positions at risk, identifies orphaned orders, and alerts you when losses approach your threshold.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
ib-collar
by staskh · staskh/trading_skills

This skill builds collar strategy reports for PMCC traders facing earnings or volatility spikes. It connects to Interactive Brokers, analyzes your long LEAPS and short calls, models put protection scenarios across gap-up/flat/down outcomes, and recommends optimal strike and duration for tactical hedging.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
Stock Yahoo Finance
by kirkluokun · kirkluokun/awesome-a-stock-openclawskills

A command-line tool for fetching stock market data from Yahoo Finance using the yfinance library. Query prices, detailed quotes, fundamentals, earnings dates, company profiles, dividends, analyst ratings, options chains, and historical price data across US stocks, international exchanges, crypto, forex, and ETFs. Supports side-by-side comparisons and symbol search.

no license declared → metadata onlyupdated Mar 2026
★ 59repo stars

More skills Yahoo Finance (unlicensed) · options-payoff (MIT) · scanner-bullish (MIT) · ib-trailing-stop (MIT)

Tags
options-strategyincome-generationleverage-alternativedelta-targetingliquidity-scoringearnings-awarenesstrend-confirmationpremium-collection