Alerts banner
Esonhugh Esonhugh

Alerts

Development community

Description

--- description: "Fetch TradingView price alerts (list/active/triggered/offline/log)" argument-hint: "[--type=list|active|triggered|offline|log]" allowed-tools: ["Bash"] --- Read-only access to TradingView price alerts. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py alerts [--type=list] ``` ## Arguments - `--type`: Alert endpoint type: - `list` (default) — All alerts - `active` — Currently active alerts - `triggered

Installation

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

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

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

Full documentation available on GitHub

View Source Repository