Options Chain banner
Esonhugh Esonhugh

Options Chain

Development community

Description

--- description: "Fetch full options chain for a ticker with strike/expiry filtering" argument-hint: "<ticker> [--expiry=2025-06-20] [--type=call] [--strikes-around-spot=10]" allowed-tools: ["Bash"] --- Fetch the options chain for an underlying ticker from TradingView scanner API. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py options-chain --ticker=<SYMBOL> [options] ``` ## Arguments - `--ticker` (required): Underlying s

Installation

Installs to ~/.claude/skills/esonhugh-tradingview-options-chain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/esonhugh-tradingview-options-chain && curl -fsSL https://raw.githubusercontent.com/Esonhugh/tradingview/HEAD/commands/options-chain.md -o ~/.claude/skills/esonhugh-tradingview-options-chain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository