tradingview-api-integration
Installation
SKILL.md
TradingView API Integration
Help developers integrate the TradingView Data API and answer data questions by calling it live.
- Base URL:
https://tradingview-data1.p.rapidapi.com - Auth: every request needs headers
x-rapidapi-host: tradingview-data1.p.rapidapi.comandx-rapidapi-key: <KEY>
API key workflow (required for live calls)
scripts/tv_api.py resolves the key in this order:
--keyCLI argumentRAPIDAPI_KEYenvironment variable.rapidapi-keyfile in this skill's root directory
If none is available, ask the user for their x-rapidapi-key.
When the user provides a key, ask whether to save it for future sessions. Only after explicit consent, save it: