Trading Analyzer for Openclaw

A unified market analysis engine for cryptocurrency and stocks powered by multi-source financial data and technical indicators.

baoduy
v0.0.6
Feb 11, 2026
2
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install drunk-trading-analyzer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install drunk-trading-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Trading Analyzer?

The Trading Analyzer is a sophisticated tool designed for the Openclaw Skills ecosystem that bridges the gap between different financial data silos. By combining real-time cryptocurrency data from TradingView with fundamental stock metrics from Alpha Vantage and market intelligence from Yahoo Finance, it provides a comprehensive 360-degree view of any financial asset.

Built on the Model Context Protocol (MCP), this skill enables developers and traders to automate complex market research. It handles everything from technical indicator calculation and volume breakout detection to sentiment analysis of the latest news, delivering actionable reports in either human-readable Markdown or machine-parseable JSON.

Trading Analyzer Use Cases

  • Automated technical analysis for Bitcoin and altcoins using TradingView indicators and oscillators.
  • Deep fundamental research for equities including earnings data, revenue growth, and profit margins via Alpha Vantage.
  • High-speed market screening to identify volume breakouts and top gainers across global exchanges like Binance and KuCoin.
  • Sentiment-aware reporting that pairs real-time price action with the latest news headlines from Yahoo Finance.

How Trading Analyzer Works

  1. The skill utilizes mcporter to auto-discover and interface with TradingView, Alpha Vantage, and Yahoo Finance MCP servers.
  2. Upon receiving a ticker, the system applies asset detection logic to route the request to the correct crypto or stock analyzer.
  3. It initiates parallel data fetching across multiple APIs to collect technical signals, historical price history, and qualitative news.
  4. The engine synthesizes these disparate data points into a unified analysis report with specific signals and risk assessments.

Trading Analyzer Setup

To deploy this tool within your Openclaw Skills environment, ensure your MCP servers are configured and API keys for Alpha Vantage are set. Use the following commands to verify and run analysis:

# Verify MCP server connectivity
mcporter list tradingview-mcp
mcporter list alphavantage

# Run a technical analysis on a crypto pair
mcporter call tradingview-mcp.coin_analysis symbol=BTCUSDT exchange=BINANCE

# Fetch stock fundamentals and news
mcporter call alphavantage.get_ticker_info symbol=AAPL
mcporter call yahoo-finance-server.get_ticker_news symbol=AAPL count=5

Trading Analyzer Data Schema & Taxonomy

The trading-analyzer organizes data into structured segments to ensure clarity across different asset classes. This is essential for maintaining consistency within Openclaw Skills integrations:

Component Crypto Data Points Stock Data Points
Price Action 24h High/Low, Volume Change Open/Close, 52-week High/Low
Technical RSI, MACD, Bollinger Bands Historical Trend, MA Crossovers
Context Exchange Liquidity, Pair Info P/E Ratio, Market Cap, Dividends
Intelligence Market Sentiment Ticker News & Analyst Outlook

Trading Analyzer Advanced Features

  • Intelligent asset routing that automatically distinguishes between crypto pairs (e.g., BTCUSDT) and equity tickers (e.g., TSLA).
  • Advanced candle pattern recognition for detecting progressive size patterns and consecutive candle trends.
  • Multi-source orchestration for building consolidated reports that merge technicals, fundamentals, and news into one output.
  • Customizable timeframe support ranging from 5-minute scalping intervals to monthly macro trend analysis.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*