Pulls market data, options chains, news, and screener results directly from your local TradingView desktop app using Chrome DevTools Protocol. It's read-only by design: you get quotes, IV, Greeks, watchlists, alert logs, and chart state without risking accidental trades or layout changes. The implementation is clever: it extracts session cookies via CDP then fires HTTP requests from Node to bypass CORS, mimicking how Electron itself talks to TradingView's API. Setup requires installing the opencli plugin and relaunching TradingView with a debug port, which means you'll lose unsaved chart drawings. Useful when you want programmatic access to your TradingView data without browser automation or paying for yet another market data API.
npx skills add https://github.com/himself65/finance-skills --skill tradingview-reader