Use when the user asks about options, Deribit, Binance, BTC/ETH options, DVOL (波动率), Sell Put opportunities (收租/抄底), or large trades (大宗异动).
Resources
5Install
npx skillscat add roywongx/crypto-options-aggregator Install via the SkillsCat registry.
SKILL.md
Crypto Options Monitor (Deribit & Binance)
Overview
This skill analyzes BTC and ETH options data to find "Sell Put" (卖出看跌期权) opportunities. It provides side-by-side comparisons between Deribit (Coin-margined) and Binance (USDT-margined).
Key Improvements
- Margin-based APR: APR is calculated as
Premium / (Strike * Margin_Ratio), providing a realistic estimate of capital efficiency (Default Margin Ratio is 20%). - Aggregated Reporting: Use the aggregator script for unified side-by-side comparison.
- Risk Analysis: Includes Gamma and Vega for monitoring risk acceleration.
- Specific Strike Support: Allows filtering by specific strike price or strike range.
Execution Command (Unified Aggregator)
Always use the aggregator for a complete picture:
python C:\gemini\options_aggregator.py --currency BTC --min-dte 3 --max-dte 30 --max-delta 0.5Advanced Parameters:
--strike <price>: Filter for a specific strike (e.g., 64000).--strike-range <min>-<max>: Filter for a range (e.g., 60000-65000).--margin-ratio <float>: Adjust the margin requirement for APR calculation (default 0.2).--currency <BTC|ETH|SOL|XRP|BNB|DOGE>: Supports multiple assets (Binance).
Response Guidelines
- Never dump raw JSON. Use the formatted table output from the aggregator.
- Analyze Risk: Mention Gamma especially if price is close to strike.
- Compare Platforms: Point out where the best "Real APR" exists, noting the settlement difference (USDT vs BTC).
- Actionable Advice: For aggressive styles (Delta 0.3-0.5), highlight the highest APR options with decent liquidity (OI/Volume).