Tradingview Quantitative

v1.0.4

Professional quantitative investment analysis system based on TradingView data. Provides intelligent stock screening, technical pattern recognition, market r...

7· 2.9k·27 current·27 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description match the runtime instructions: SKILL.md and workflows describe calling TradingView MCP tools (metadata, leaderboards, price, TA, news). Requiring an external market-data API key (RapidAPI) is coherent with the stated purpose. There are no requests for unrelated credentials or system-level access in the skill files.
Instruction Scope
The SKILL.md instructs only to call tradingview_get_* tools and follow a metadata-first workflow. The README and SECURITY.md add user-facing steps for configuring an MCP server and putting API keys in a local mcp_config.json; those are normal user configuration steps. Minor documentation inconsistencies exist (mentions of TradingView account password in troubleshooting despite the documented RapidAPI flow, and mix of real vs example domains in changelog/SECURITY.md) — these are sloppy but not clearly malicious.
Install Mechanism
There is no install spec and no code files executed by the platform at runtime (instruction-only). The README suggests using npx skills add and editing a local mcp_config.json, but the skill itself does not include downloads or archive extraction. This is low-risk from an install mechanism perspective.
Credentials
The registry lists no required env vars, but the documentation clearly expects the user to supply an external API key (RapidAPI) and/or a JWT token in their MCP configuration. That is proportionate for a data-driven trading skill. It would be clearer if required credentials were declared in metadata; absence of declared required env vars is a documentation/metadata omission rather than an unexplained demand for unrelated secrets.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It asks users to add an MCP server entry to a local config file (user action). The skill can be invoked autonomously per platform defaults — expected for skills — and there are no additional privilege escalations requested.
Assessment
This skill appears internally consistent: it’s an instruction-only TradingView-data consumer that expects you to configure an MCP endpoint (RapidAPI or a self-hosted JWT-backed endpoint) and provide your own API key. Before installing: 1) Verify the MCP endpoint domain you’ll connect to (the docs contain example domains and may be inconsistent) and only enter API keys into trusted providers (RapidAPI or your own server). 2) Keep API keys secret (use environment variables or a secure config file with tight permissions as suggested in SECURITY.md). 3) Note the minor documentation inconsistencies (references to TradingView login/password troubleshooting) — they likely reflect sloppy docs, not hidden behavior. 4) If you prefer to limit autonomous calls, control the skill’s invocation permissions in your agent UI. 5) If origin/maintainer trust matters, confirm the publisher (the README points at 'hypier' but registry owner is an opaque id) before granting access to live API keys.

Like a lobster shell, security has layers — review code before you run it.

latestvk976z9bj48vwgnpde7ya782kzh82tbnv
2.9kdownloads
7stars
3versions
Updated 1mo ago
v1.0.4
MIT-0

Quantitative Investment Analysis Expert

Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.

Core Rules

Metadata First Principle

Before calling tradingview_get_leaderboard, you must first call tradingview_get_metadata to get parameter values:

  1. type='markets' → Get market_code (required for stock leaderboard)
  2. type='tabs' + asset_type → Get available tab values
  3. type='columnsets' → Get available columnset values

Complete metadata dictionary (market codes, tabs, columnsets, exchanges) see references/api-documentation.md.

Tool Selection Quick Reference

NeedToolKey Parameters
Search instrumentssearch_marketquery, filter(stock/crypto/forex...)
Real-time quotesget_quote / get_quote_batchsymbol, session
K-line dataget_price / get_price_batchsymbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500)
Technical analysisget_tasymbol, include_indicators=true for detailed indicators
Leaderboardget_leaderboardasset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical)
Newsget_news / get_news_detailmarket_country, lang(zh-Hans/en/ja), symbol
Economic calendarget_calendartype(economic/earnings/revenue/ipo), from/to(Unix seconds), market
Metadataget_metadatatype(markets/tabs/columnsets/languages/exchanges)

Workflows

For detailed steps, see `workflows/ directory:

Core Analysis

  • deep-stock-analysis.md - Deep individual stock analysis (combine quote + price multi-timeframe + ta detailed indicators + news + calendar)
  • smart-screening.md - Smart stock screening (leaderboard multi-columnset + ta + price)
  • fundamental-screening.md - Fundamental screening (leaderboard valuation/profitability/dividends columnsets)
  • pattern-recognition.md - Technical pattern recognition (price + ta + pattern-library reference)
  • multi-timeframe-analysis.md - Multi-timeframe trend confirmation (price D/W/M + ta multi-period)

Market & Sectors

  • market-review.md - Market review (leaderboard gainers/losers + news)
  • sector-rotation.md - Sector rotation analysis (leaderboard performance columnset + multi-sector comparison)
  • news-briefing.md - Financial news briefing (news + news_detail, supports multi-country multi-language)

Risk & Events

  • risk-assessment.md - Risk assessment (price historical data + quote + volatility calculation)
  • event-analysis.md - Event-driven analysis (calendar + news + search)
  • calendar-tracking.md - Calendar event tracking (calendar 4 types)

Quotes & Search

  • symbol-search.md - Instrument search (search_market)
  • realtime-monitor.md - Real-time quote monitoring (quote / quote_batch)
  • multi-symbol-analysis.md - Multi-instrument batch analysis (quote_batch + price_batch + ta)
  • exchange-overview.md - Exchange overview (metadata exchanges/markets/tabs)

Reference Knowledge Base

For professional methodologies and data dictionaries, see references/ directory:

  • api-documentation.md - Complete TradingView API documentation (endpoints, parameters, metadata dictionary: market codes/tabs/columnsets/exchanges, search keywords: Market Codes, Asset Types and Tabs, Column Sets, Supported Languages)
  • mcp-tools-guide.md - MCP tools usage guide (tool combination patterns, metadata-first rules, best practices for various scenarios)
  • technical-analysis.md - Technical analysis methodology (comprehensive scoring model, trend/momentum/pattern/support-resistance scoring, search keywords: comprehensive scoring model, RSI, MACD, support resistance)
  • pattern-library.md - Pattern recognition library (classic patterns, recognition algorithms, success rate statistics, search keywords: double bottom, head and shoulders, triangle, flag, candlestick patterns)
  • risk-management.md - Risk management system (position management, stop-loss strategies, portfolio management, search keywords: Kelly formula, volatility, stop loss take profit, batch position building)
  • china-a-stock-examples.md - China A-share practical cases (stock screening, pattern analysis, market review output examples)

Disclaimer

The analysis and recommendations provided by this Skill are for reference only and do not constitute investment advice. Investing involves risks; decisions should be made cautiously.

Comments

Loading comments...