Quote banner
Esonhugh Esonhugh

Quote

Productivity community

Description

--- description: "Get real-time spot quote for a stock/crypto symbol" argument-hint: "<ticker> [--exchange=NASDAQ]" allowed-tools: ["Bash"] --- Fetch a real-time spot quote from TradingView for a given ticker symbol. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py quote --ticker=<SYMBOL> [--exchange=NASDAQ] ``` ## Arguments - `--ticker` (required): Symbol to quote, e.g. `AAPL`, `TSLA`, `BTC` - `--exchange`: Exchange prefix

Installation

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

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

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

Full documentation available on GitHub

View Source Repository