trading-analyzer
Multi-source trading analyzer (`/drunk-trading-analyzer`) combining crypto data (TradingView), stock data (Alpha Vantage), and market intelligence (Yahoo Finance) into unified analysis reports with price trends, technical indicators, and sentiment analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/baoduy/drunk-trading-analyzerWhat This Skill Does
The Trading Analyzer skill is an advanced market intelligence tool designed to bridge the gap between technical crypto analysis and fundamental stock research. By integrating real-time data from TradingView, Alpha Vantage, and Yahoo Finance, this agent allows users to execute sophisticated financial workflows directly within OpenClaw. It provides technical indicators, volume analysis, market sentiment, and historical performance metrics, enabling data-driven decision-making for both retail traders and market researchers.
Installation
To integrate the Trading Analyzer into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/baoduy/drunk-trading-analyzer
Ensure that you have your respective API keys for Alpha Vantage and access to the necessary MCP server providers configured in your OpenClaw settings to enable full functionality across all three data providers.
Use Cases
This skill is highly versatile and supports several professional trading workflows:
- Cryptocurrency Breakout Detection: Automatically scan exchanges like Binance or KuCoin for unusual volume spikes and bullish momentum indicators.
- Fundamental Stock Analysis: Quickly retrieve company financial health metrics, earnings reports, and historical price action to determine long-term investment viability.
- Sentiment Aggregation: Use the integration with Yahoo Finance to pull top-tier news for specific tickers and correlate them with technical price trends.
- Market Screening: Generate lists of top-performing assets or high-volume sectors to identify immediate opportunities based on user-defined technical parameters.
Example Prompts
- "Analyze BTCUSDT on the 15m timeframe for volume anomalies and summarize the current trend strength."
- "Perform a fundamental check on AAPL, including recent earnings data and the latest headlines from Yahoo Finance."
- "Scan Binance for any crypto assets that have gained more than 5% in the last hour with a volume multiplier greater than 2.5."
Tips & Limitations
To maximize the utility of this skill, combine the tool calls using scripting to generate unified reports. Tips: Use the smart_volume_scanner for day trading and get_ticker_info for long-term portfolio monitoring. Limitations: This skill is strictly for information gathering; it does not execute trades automatically. Ensure your data provider subscriptions allow for the frequency of calls you intend to make, as some services have rate limits on free-tier API accounts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-baoduy-drunk-trading-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api