Bityield
Description
OpenClaw agent skill for options volatility trading — BitYield framework (Vol Surface, Risk Reversal, Butterfly)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
bityield — Options Volatility Skill (BitYield Framework)
An OpenClaw agent skill for analyzing and trading options volatility using the **BitYield** three-dimensional framework. Covers BTC options on Deribit and equity options (NVDA, AAPL, TSLA, META, AMZN, GOOGL, MSFT, etc.).
What This Skill Does
- Real-time Vol Surface analysis: Fetch ATM IV, 25d Risk Reversal, 25d Butterfly across expiries
- Multi-ticker skew scanner: Rank equity options by skew and kurtosis premium simultaneously
- Position calculator: Entry price, net premium, Greeks (Delta/Gamma/Vega/Theta/Vanna), Delta hedge ratio, and P&L scenarios at expiry
- Strategy explainer: Full BitYield framework (Variance → Skewness → Kurtosis), backtest metrics, prerequisites skill tree
Strategy Overview
BitYield decomposes options premium into three statistical moments and harvests each independently:
| Dimension | Instrument | Signal |
|---|---|---|
| Variance | Straddle | Avoid (unbounded in extremes) |
| Skewness | Risk Reversal | 25d RR < −5% → entry signal |
| Kurtosis | Butterfly | 25d BF > 2% → layer on top |
**Backtest performance (Aug 2025 – Feb 2026, including Oct/Feb extreme moves):**
| Version | Sharpe | Calmar | Max DD |
|---|---|---|---|
| Skew only | 1.24 | 3.50 | −1,169 |
| Skew + Kurtosis V1 | 3.47 | 7.79 | −1,003 |
| Skew + Kurtosis V2 | 5.09 | 19.70 | −750 |
Skill Structure
bityield/
├── SKILL.md # Agent trigger + workflow guide
├── README.md # This file
├── references/
│ ├── strategy-core.md # BitYield strategy deep-dive
│ └── vol-surface-guide.md # Vol Surface construction & operations
└── scripts/
└── fetch_vol_surface.py # Live BTC Vol Surface from Deribit API
Quick Start
BTC Vol Surface (live)
pip install requests scipy
python3 scripts/fetch_vol_surface.py
Sample outp
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11