Chart State banner
Esonhugh Esonhugh

Chart State

Design community

Description

--- description: "Read current chart symbol, interval, and layout from browser" argument-hint: "[--tab=<tab_id>]" allowed-tools: ["Bash"] --- Read the current chart state (symbol, interval, layout ID) from an open TradingView chart tab via CDP. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py chart-state [--tab=<tab_id>] ``` ## Arguments - `--tab`: Specific tab ID (from `/tradingview:status`). If omitted, auto-selects the f

Installation

Installs to ~/.claude/skills/esonhugh-tradingview-chart-state/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository