Watchlists banner
Esonhugh Esonhugh

Watchlists

Development community

Description

--- description: "List TradingView watchlists or fetch specific watchlist/color flag" argument-hint: "[--id=<list_id>] [--color=red|green|blue|...]" allowed-tools: ["Bash"] --- Read-only access to TradingView custom watchlists and color-flag lists. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py watchlists [options] ``` ## Arguments - `--id`: Fetch specific watchlist by ID - `--color`: Fetch color-flag list (`red`, `orange

Installation

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

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

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

Full documentation available on GitHub

View Source Repository