News banner
Esonhugh Esonhugh

News

Development community

Description

--- description: "Fetch TradingView news headlines or read a full story" argument-hint: "[--symbol=AAPL] [--id=<story_id>] [--category=...] [--limit=20]" allowed-tools: ["Bash"] --- Fetch news headlines from TradingView or read a full story by ID. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py news [options] ``` ## Arguments - `--id`: Story ID to fetch full article text - `--symbol`: Filter headlines by symbol (e.g. `NASD

Installation

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

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

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

Full documentation available on GitHub

View Source Repository