What problem does it solve? Accessing TradingView market data programmatically normally requires paid APIs, cookie extraction, or fragile scraping. This Skill reads the user's already-logged-in TradingView macOS desktop app over Chrome DevTools Protocol, exposing quotes, full options chains with greeks, screeners, news, watchlists, and alerts without any API keys. ## Core Features & Use Cases - Options Chain Analysis: Pull full or filtered options chains with delta, gamma, theta, vega, rho, per-strike IV, and theoretical prices, plus expiry listings with DTE and contract counts. - Screener and Search: Run filtered scans across stocks, crypto, forex, futures, and bonds with 3,000+ fields, and resolve ambiguous tickers via symbol search. - Account-Bound Reads: Read the signed-in user's watchlists (including colored-flag lists), alert states, chart state, and capture chart screenshots. - Use Case: Ask for the IV skew on NVDA's front-month expiry and receive an ATM-banded chain with greeks, then screenshot the chart for research notes. ## Quick Start Ask the agent to pull the options chain for a ticker with greeks and IV from TradingView, for example by requesting the ATM strikes for the next monthly expiry.