ib-find-short-roll
Analyze roll opportunities for existing short options or identify best covered calls/puts to open against long stock. The skill connects to Interactive Brokers via TWS or IB Gateway, evaluates candidates across multiple expirations, and uses IV-aware strike bands to surface relevant alternatives tailored to market conditions.
IB Find Short Roll analyzes roll candidates for short option positions using Interactive Brokers real-time data.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-20
IB Find Short Roll analyzes roll candidates for short option positions using Interactive Brokers real-time data. Analyze roll opportunities for existing short options or identify best covered calls/puts to open against long stock. The skill connects to Interactive Brokers via TWS or IB Gateway, evaluates candidates across multiple expirations, and uses IV-aware strike bands to surface relevant alternatives tailored to market conditions.
Use it when
- ib-find-short-roll evaluates your short option position and generates roll candidates by examining multiple expiration dates and strike.
- Yes.
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Install
staskh/trading_skills/ib-find-short-roll · 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
How do I roll my short call position using ib-find-short-roll?
ib-find-short-roll analyzes roll opportunities for your existing short calls by connecting to Interactive Brokers and evaluating candidates across multiple expirations. The skill uses IV-aware strike bands to surface relevant alternatives tailored to current market conditions, helping you identify the best strikes and expiries to roll into.
What are my roll options for this short option with ib-find-short-roll?
ib-find-short-roll evaluates your short option position and generates roll candidates by examining multiple expiration dates and strike prices. It applies IV-aware analysis to recommend strikes within optimal bands, helping you decide whether to roll out in time, up/down in strike, or both—all based on real-time Interactive Brokers data.
Can ib-find-short-roll find the best covered call to sell against my long stock?
Yes. ib-find-short-roll identifies the best covered calls to open against long stock positions by analyzing strike and expiration candidates. The skill evaluates opportunities across multiple expirations and uses IV-aware strike band recommendations to surface covered calls that match your risk and income objectives.
How does ib-find-short-roll help analyze vertical spread opportunities?
ib-find-short-roll finds short option pairs to construct vertical spreads by identifying complementary strikes and expirations. When you have a long option, the skill surfaces the best short call or put to pair with it, using IV-aware analysis to recommend strikes that optimize your spread structure.
Does ib-find-short-roll work with Interactive Brokers?
Yes. ib-find-short-roll connects to Interactive Brokers via TWS or IB Gateway to access real-time market data and your account positions. This integration enables the skill to analyze your existing short options and long stock holdings, then recommend roll candidates and covered call opportunities based on live pricing and volatility.
What strikes should I roll to using ib-find-short-roll?
ib-find-short-roll recommends specific strike targets using IV-aware strike band analysis. The skill evaluates your current short position and suggests roll candidates across different expirations, with strike recommendations tailored to market conditions so you can roll to strikes that align with your directional view and income goals.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
IB Find Short Roll
Analyze roll options for short positions or find best short options to open against long stock using real-time data from Interactive Brokers.
IB Connection
TWS or IB Gateway must be running locally with API enabled:
- Paper trading — port 7497
- Live trading — port 7496
- IB_PORT env var — default port when --port is omitted (e.g. IB_PORT=4001 for a Gateway container). Precedence: --port flag > IB_PORT > built-in default. Set it in the shell or a .env file.
Port fallback: If the configured port fails, automatically retry on the other port. If the retry succeeds, save to memory which account type worked (live/paper) and reuse it for all IB skill calls in this and future sessions — until the user explicitly asks for the other account. If both ports fail, ask the user to verify that TWS
(truncated - see the full file via the links below)
File tree — 3 files
.claude/skills/ib-find-short-roll/SKILL.md
.claude/skills/ib-find-short-roll/scripts/roll.py
.claude/skills/ib-find-short-roll/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 optimal roll candidates for existing short option positions”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related 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.
IB Portfolio connects to your Interactive Brokers account to display current positions, quantities, average costs, and market values. It works with TWS or IB Gateway running locally and automatically handles paper and live trading ports. The skill returns structured position data including unrealized profit/loss for each holding.
Stock Quote pulls live market data from Yahoo Finance for any ticker you specify, returning current price, trading volume, market capitalization, and 52-week highs and lows. The skill formats results for quick readability and flags significant price movements to help you spot market action at a glance.
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.
This skill computes delta-adjusted notional exposure across all your IBKR accounts, using Black-Scholes to price option deltas and reporting directional risk by account and underlying. It connects to TWS or IB Gateway, processes positions including equities, futures, and options, and generates a markdown report with summary tables and top exposures.
This skill merges multiple IBRK trade exports from a directory into consolidated reports, grouping trades by underlying symbol, strike, date, and position direction. It outputs both markdown and CSV formats with aggregated quantities, proceeds, commissions, and realized P&L.
More skills ib-portfolio-action-report (MIT) · ib-trailing-stop (MIT) · ib-collar (MIT) · ib-account (MIT) · ib-trades-history (MIT)