Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

options-strategist期权策略师

Agent Skill

options-strategist 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,631

周安装

113

GitHub Stars

公开资料未说明

下载量

922
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:options-strategist(期权策略师)
来源仓库:https://github.com/finskills/options-strategist
安装命令:
openclaw skills install options-strategist
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install options-strategist

简介

通过 Finskills API 分析期权链、计算隐含波动率排名并根据市场状况选择最佳的多腿策略。

SKILL.md

name
Options Strategist
version
1.0.2
description
Analyze options chains, compute implied volatility rank, and select optimal multi-leg strategies based on market conditions via the Finskills API.
author
finskills
metadata
openclaw
requires
env
primaryEnv
FINSKILLS_API_KEY
homepage
https://github.com/finskills/options-strategist

Options Strategist

Analyze options chains, construct multi-leg strategies, calculate Greek risk metrics, and generate structured trade recommendations using real-time options data from the Finskills API. Combines quantitative options theory with live market data to evaluate opportunity and manage risk.


Setup

API Key requiredRegister at https://finskills.net to get your free key. Header: X-API-Key: <your_api_key>

Get your API key: Register at https://finskills.net — free tier available, Pro plan unlocks real-time quotes, history, and financials.

When to Activate This Skill

Activate when the user:

  • Asks which options strategy is best for a given outlook
  • Wants to analyze a specific options contract or expiration
  • Asks about Greeks (Delta, Gamma, Theta, Vega) for a position
  • Wants to build a covered call, protective put, spread, straddle, or iron condor
  • Asks about implied volatility, volatility skew, or IV rank
  • Wants to calculate break-even points or max profit/loss for a trade

Required Information

Resolve before starting:

  1. Underlying ticker — e.g., SPY, AAPL
  2. Directional outlook — Bullish / Bearish / Neutral / Volatile / Non-volatile
  3. Time horizon — Days to target expiration (e.g., 30, 45, 60 DTE)
  4. Risk tolerance — Defined-risk vs. undefined-risk strategies preferred
  5. Account level — Options approval level (Level 1–4) if known

Data Retrieval — Finskills API Calls

1. Real-Time Quote

GET https://finskills.net/v1/stocks/quote/{SYMBOL}

Extract: price (current underlying price), volume, changePercent

2. Options Chain

GET https://finskills.net/v1/stocks/options/{SYMBOL}

Extract from each contract:

  • strike, expiration, type (call/put)
  • bid, ask, mid (use mid for pricing)
  • impliedVolatility (as decimal, multiply by 100 for %)
  • delta, gamma, theta, vega (Greeks)
  • openInterest, volume
  • inTheMoney flag

3. Historical Price (for IV Rank / Realized Vol)

GET https://finskills.net/v1/stocks/history/{SYMBOL}?period=1y&interval=1d

Extract closing prices; compute:

  • HV20: 20-day historical volatility (annualized standard deviation of daily returns × √252)
  • HV60: 60-day historical volatility
  • Price range: 52-week high/low for support/resistance context

Analysis Workflow

Step 1 — Market Context

From the quote data, note:

  • Current price vs. 52-week range (where in range?)
  • Recent price momentum (up/down trend)
  • Sector/market context (risk-on/off environment)

Step 2 — Volatility Analysis

Using the options chain and historical data:

Implied Volatility Metrics:

  • ATM IV: Use implied volatility of the nearest-to-ATM straddle
  • IV Rank (approximation): (Current ATM IV − 52w Low IV) / (52w High IV − 52w Low IV) × 100

- IV Rank > 50: Elevated IV → consider selling premium - IV Rank < 30: Low IV → consider buying premium

Volatility Skew: Compare put IV vs. call IV at equidistant strikes

  • Positive skew (puts more expensive): Market pricing downside protection
  • Flat skew: Balanced two-directional uncertainty

HV vs. IV Comparison:

  • IV > HV by > 20%: Premium selling opportunity (high vega)
  • IV < HV: Premium buying may be cheap

Step 3 — Strategy Selection Matrix

Based on outlook and volatility environment:

OutlookIV EnvironmentRecommended Strategy
BullishLow IVLong Call, Bull Call Spread
BullishHigh IVCash-Secured Put (sell put), Bull Put Spread
BearishLow IVLong Put, Bear Put Spread
BearishHigh IVBear Call Spread, Covered Call
Neutral (non-volatile)High IVIron Condor, Short Strangle, Short Straddle
Neutral (volatile)Low IVLong Straddle, Long Strangle
Mildly BullishHigh IVCovered Call, Bull Put Spread
Hedge existing longAnyProtective Put, Collar

Always prefer defined-risk strategies unless user explicitly requests undefined risk.

Step 4 — Strike and Expiration Selection

Expiration guidelines:

  • Income strategies (iron condor, credit spreads): 30–45 DTE (optimal theta decay)
  • Directional strategies (debit spreads): 45–90 DTE (time buffer)
  • Long options (earnings plays, catalysts): 1–2 weeks past the event

Strike selection guidelines:

  • Delta guide: Long calls/puts: 0.30–0.50 delta for balanced risk/reward
  • Credit spreads: Sell at 0.25–0.35 delta (≈ 70–75% probability of profit)
  • Iron condor wings: 0.15–0.20 delta for outer strikes
  • ATM for straddles/strangles: Use the nearest strike(s) to current price

Step 5 — Strategy Metrics Calculation

For the recommended strategy (manual calculation using API data):

For Debit Spreads (e.g., Bull Call Spread):

Max Profit  = (Width of spread − Net debit) × 100
Max Loss    = Net debit × 100
Break-Even  = Long strike + Net debit paid
ROI at max  = Max Profit / Max Loss × 100%

For Credit Spreads (e.g., Bull Put Spread):

Max Profit  = Net credit received × 100
Max Loss    = (Width of spread − Net credit) × 100
Break-Even  = Short strike − Net credit received
Probability of Profit ≈ 1 − short put delta (as %)

For Iron Condors:

Max Profit  = Total net credit × 100
Max Loss    = (Width of widest wing − Total credit) × 100
Lower B/E   = Short put strike − Total credit
Upper B/E   = Short call strike + Total credit

Greeks for the position:

  • Position Delta: Net sum of (leg delta × lots × sign)
  • Position Theta: Net sum of (leg theta × lots × sign) — daily P&L from time decay
  • Position Vega: Net sum — how much P&L changes per 1% IV move

Step 6 — Risk Management Rules

Always state:

  1. Max loss cap: Risk no more than 2–5% of portfolio per trade
  2. Exit at 50% max profit (for credit strategies): Lock in profit, reinvest theta
  3. Exit at 2× max credit (stop-loss): Close if spread doubles in value against you
  4. Adjust or roll if: Underlying breaches short strike by more than 1 strike width
  5. Earnings blackout: Close or roll before earnings if not intentionally an earnings play

Output Format

╔══════════════════════════════════════════════════════╗
║     OPTIONS STRATEGY REPORT — {TICKER} ({DATE})     ║
╚══════════════════════════════════════════════════════╝

📌 UNDERLYING
  {Ticker}: ${price}  Change: {%}  Outlook: {Bullish/Bearish/Neutral}

📊 VOLATILITY ENVIRONMENT
  ATM IV:        {%}    IV Rank: {0–100} → {Low/Elevated/High}
  HV20:          {%}    HV60: {%}
  IV vs HV:      {premium/discount}
  Skew:          {Positive/Flat/Negative} — {one-line interpretation}
  Recommendation: {Sell premium / Buy premium}

🎯 RECOMMENDED STRATEGY: {STRATEGY NAME}

  Structure:
    Leg 1: {BUY/SELL} {qty} {TICKER} {Strike} {Exp} {CALL/PUT}  @ ${price}
    Leg 2: {BUY/SELL} {qty} {TICKER} {Strike} {Exp} {CALL/PUT}  @ ${price}
    [Additional legs if applicable]

  Net {Debit/Credit}: ${amount} per contract

  📐 Key Metrics:
    Max Profit:   ${amount} ({%} ROI)
    Max Loss:     ${amount}
    Break-Even:   ${price} [{direction} from current]
    Prob of Profit: {%}
    Days to Exp:  {DTE} days

  📉 Position Greeks (per contract):
    Delta: {value}  Gamma: {value}  Theta: {value}/day  Vega: {value}

  💼 Risk Management:
    ✓ Profit target: Close at 50% max profit (${amount} credit remaining)
    ✓ Stop-loss: Close if debit/spread reaches ${amount} (2× initial credit)
    ✓ Time exit: Close or roll at 21 DTE to avoid gamma risk

📋 ALTERNATIVE STRATEGIES CONSIDERED
  {Alternative 1}: {brief rationale for/against}
  {Alternative 2}: {brief rationale for/against}

⚠️ KEY RISKS
  • {Risk 1 — e.g., earnings announcement within DTE, sudden vol crush}
  • {Risk 2 — e.g., gap risk if undefined risk}

Limitations

  • Options chain data reflects last available bid/ask; actual fills may differ.
  • IV Rank is approximated from available chain data, not full 52-week option history.
  • Greeks calculations assume no dividends or early assignment unless noted.
  • This is not personalized financial advice; consult a licensed advisor before trading options.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.11%
按下载量换算822

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills