TR
tradingview-machine-profile
Invoke this skill when the user asks you to: - Connect to TradingView Desktop or verify MCP connectivity - Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior - Work on Pine Script in this repo and you need platform limits, execution model, or local DE
Install
mkdir -p .claude/skills/tradingview-machine-profile && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16465" && unzip -o skill.zip -d .claude/skills/tradingview-machine-profile && rm skill.zipInstalls to .claude/skills/tradingview-machine-profile
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Invoke this skill when the user asks you to: - Connect to TradingView Desktop or verify MCP connectivity - Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior - Work on Pine Script in this repo and you need platform limits, execution model, or local DE280 chars · catalog description✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
TradingView Machine Profile
Invoke this skill when the user asks you to:
- Connect to TradingView Desktop or verify MCP connectivity
- Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior
- Work on Pine Script in this repo and you need platform limits, execution model, or local DEEP6 context first
- Route a TradingView/Pine request to the correct downstream skill
Skill Entry Point
Load knowledge.md in this directory first.
Workflow
- Read
knowledge.mdfor the platform model, local DEEP6 context, and routing table. - Confirm whether the task is platform/setup, Pine building, Pine debugging, MCP operation, or strategy/backtesting.
- Route to the minimum downstream skill set needed.
- For DEEP6-specific Pine scripts, also load
C:\Users\Tea\DEEP6\.claude\skills\tradingview-pinescript-builder-doctor\deep6\deep6-patterns.md.
Downstream Skills
tradingview-pinescript-builder-doctor— build indicators, strategies, libraries, alerts, and DEEP6 Pine featurestradingview-pinescript-error-doctor— fix compile/runtime/repainting/MTF issuestradingview-mcp-trading-operator— chart control, Pine injection, compile loops, screenshots, alertstradingview-strategy-backtesting-operator— Strategy Tester, trade interpretation, backtest quality, risk settings