{
  "schemaVersion": "1.0",
  "item": {
    "slug": "drunk-trading-analyzer",
    "name": "Trading Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/baoduy/drunk-trading-analyzer",
    "canonicalUrl": "https://clawhub.ai/baoduy/drunk-trading-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/drunk-trading-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=drunk-trading-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/drunk-trading-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/drunk-trading-analyzer",
    "agentPageUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Trading Analyzer Skill",
        "body": "Multi-source market analysis combining cryptocurrency and stock data with AI-powered insights."
      },
      {
        "title": "Analyze Cryptocurrency",
        "body": "# List available TradingView tools\nmcporter list tradingview-mcp\n\n# Analyze a specific coin\nmcporter call tradingview-mcp.coin_analysis symbol=BTCUSDT exchange=BINANCE timeframe=15m\n\n# Find bullish coins\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=4h limit=25\n\n# Detect volume breakouts\nmcporter call tradingview-mcp.volume_breakout_scanner exchange=KUCOIN timeframe=15m volume_multiplier=2.0"
      },
      {
        "title": "Analyze Stock",
        "body": "# List available Alpha Vantage and Yahoo Finance tools\nmcporter list alphavantage\nmcporter list yahoo-finance-server\n\n# Get company fundamentals\nmcporter call alphavantage.get_ticker_info symbol=AAPL\n\n# Fetch latest news\nmcporter call yahoo-finance-server.get_ticker_news symbol=AAPL count=10\n\n# Get stock price history\nmcporter call alphavantage.get_price_history symbol=AAPL period=1y interval=1d\n\n# Get earnings data\nmcporter call alphavantage.ticker_earning symbol=AAPL period=quarterly"
      },
      {
        "title": "1. Quick Crypto Analysis",
        "body": "# 1. Get immediate technical overview\nmcporter call tradingview-mcp.coin_analysis symbol=BTCUSDT\n\n# 2. Identify breakout opportunities\nmcporter call tradingview-mcp.smart_volume_scanner \\\n  exchange=BINANCE min_volume_ratio=2.0 min_price_change=2.0\n\n# 3. Find bullish signals\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=4h"
      },
      {
        "title": "2. Fundamental Stock Research",
        "body": "# 1. Get company metrics\nmcporter call alphavantage.get_ticker_info symbol=TSLA\n\n# 2. Get sentiment from latest news\nmcporter call yahoo-finance-server.get_ticker_news symbol=TSLA count=5\n\n# 3. Confirm trend with historical data\nmcporter call alphavantage.get_price_history symbol=TSLA period=1y interval=1d"
      },
      {
        "title": "3. Market Screening",
        "body": "Use crypto screeners to identify opportunities:\n\n# Top performers\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=1h limit=50\n\n# Volume + momentum\nmcporter call tradingview-mcp.smart_volume_scanner \\\n  exchange=KUCOIN min_volume_ratio=3.0 rsi_range=oversold\n\n# Top stock sectors\nmcporter call yahoo-finance-server.get_top_entities \\\n  entity_type=performing_companies sector=technology count=10"
      },
      {
        "title": "4. Consolidated Report",
        "body": "Combine multiple data sources for comprehensive analysis - use scripting or agent calls to orchestrate these tool calls together."
      },
      {
        "title": "TradingView (Crypto Analysis)",
        "body": "ToolPurposecoin_analysisDetailed analysis on specific coin (indicators, metrics)smart_volume_scannerVolume + RSI + price change combination scanvolume_breakout_scannerCoins with volume and price breakoutstop_gainersBest performing coins (Bollinger Band filtered)top_losersWorst performing coinsadvanced_candle_patternProgressive candle size patterns across timeframesconsecutive_candles_scanGrowing/shrinking consecutive candles"
      },
      {
        "title": "Alpha Vantage (Stock Data)",
        "body": "ToolPurposeget_ticker_infoCompany fundamentals, metrics, governanceget_price_historyHistorical OHLC data for trend analysisticker_earningEarnings data and upcoming dates"
      },
      {
        "title": "Yahoo Finance (Market Intelligence)",
        "body": "ToolPurposeget_ticker_newsRecent news articles with sentimentget-top-entitiesTop stocks/ETFs by sector"
      },
      {
        "title": "Exchange Options (Crypto)",
        "body": "BINANCE (default highest liquidity)\nKUCOIN\nBYBIT"
      },
      {
        "title": "Timeframes (Crypto)",
        "body": "5m, 15m, 1h, 4h, 1D (default), 1W, 1M"
      },
      {
        "title": "Output Formats",
        "body": "markdown (default) - Formatted report\njson - Raw data structure"
      },
      {
        "title": "Asset Detection",
        "body": "Automatically routes to correct analyzer:\n\nCrypto: Ends with USDT, USDC, BTC, ETH, BNB OR common crypto pairs (BTC, ETH, SOL, ADA)\nStock: 1-5 letter tickers (AAPL, TSLA, MSFT)\nFallback: Attempts stock lookup first, then crypto"
      },
      {
        "title": "Crypto Report Structure",
        "body": "# Trading Analysis: BTCUSDT\n\n## Price Overview\nCurrent: $45,200 (-2.3%) | 24h High: $46,100 | Low: $44,800\nVolume: $28.5B | Change: -$1,050\n\n## Technical Analysis (1D)\nTrend: Bearish | RSI: 35 (Oversold) | MACD: Negative\nBollinger Bands: Below MA | Support: $44,200 | Resistance: $46,500\n\n## Market Data\nExchange: BINANCE | Sentiment: Neutral-Bearish\n\n## Recommendation\nSignal: HOLD | Risk: Moderate"
      },
      {
        "title": "Stock Report Structure",
        "body": "# Trading Analysis: AAPL\n\n## Price Overview\nCurrent: $278.12 (+0.80%) | Open: $277.12 | Volume: 50.4M\n52-week High: $305.25 | Low: $201.50\n\n## Company Fundamentals\nP/E Ratio: 28.5 | Market Cap: $2.8T | Dividend: 0.92%\nRevenue Growth: 2.3% | Profit Margin: 28.1%\n\n## Latest News (5 articles)\n1. \"Apple announces AI features\" - CNBC (2h ago) [Positive]\n2. \"Q1 earnings beat estimates\" - Reuters (1d ago) [Positive]\n\n## Recommendation\nOutlook: BULLISH | Target: $295 | Risk: Low"
      },
      {
        "title": "Error Handling",
        "body": "Graceful fallback if MCP server unavailable\nPartial reports if single data source fails\nCaching support for repeated queries\nClear error messages with retry guidance"
      },
      {
        "title": "Performance Notes",
        "body": "Cache queries within 5-minute windows\nParallel data fetching for multi-source reports\nTypical analysis time: 2-5 seconds per asset"
      },
      {
        "title": "Troubleshooting",
        "body": "# Verify MCP servers running\necho \"Check .vscode/mcp.json configuration\"\n\n# Debug API keys\necho \"Ensure Alpha Vantage API key is set\"\n\n# Test connectivity\npython3 -c \"import requests; print(requests.__version__)\""
      },
      {
        "title": "Extensions",
        "body": "To add new data sources:\n\nCreate new analyzer in analyzers/ directory\nImplement analyze(symbol, options) interface\nRegister in routing logic\nUpdate tools reference"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "Trading Analyzer Skill\n\nMulti-source market analysis combining cryptocurrency and stock data with AI-powered insights.\n\nQuick Start\nAnalyze Cryptocurrency\n# List available TradingView tools\nmcporter list tradingview-mcp\n\n# Analyze a specific coin\nmcporter call tradingview-mcp.coin_analysis symbol=BTCUSDT exchange=BINANCE timeframe=15m\n\n# Find bullish coins\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=4h limit=25\n\n# Detect volume breakouts\nmcporter call tradingview-mcp.volume_breakout_scanner exchange=KUCOIN timeframe=15m volume_multiplier=2.0\n\nAnalyze Stock\n# List available Alpha Vantage and Yahoo Finance tools\nmcporter list alphavantage\nmcporter list yahoo-finance-server\n\n# Get company fundamentals\nmcporter call alphavantage.get_ticker_info symbol=AAPL\n\n# Fetch latest news\nmcporter call yahoo-finance-server.get_ticker_news symbol=AAPL count=10\n\n# Get stock price history\nmcporter call alphavantage.get_price_history symbol=AAPL period=1y interval=1d\n\n# Get earnings data\nmcporter call alphavantage.ticker_earning symbol=AAPL period=quarterly\n\nCommon Use Cases\n1. Quick Crypto Analysis\n# 1. Get immediate technical overview\nmcporter call tradingview-mcp.coin_analysis symbol=BTCUSDT\n\n# 2. Identify breakout opportunities\nmcporter call tradingview-mcp.smart_volume_scanner \\\n  exchange=BINANCE min_volume_ratio=2.0 min_price_change=2.0\n\n# 3. Find bullish signals\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=4h\n\n2. Fundamental Stock Research\n# 1. Get company metrics\nmcporter call alphavantage.get_ticker_info symbol=TSLA\n\n# 2. Get sentiment from latest news\nmcporter call yahoo-finance-server.get_ticker_news symbol=TSLA count=5\n\n# 3. Confirm trend with historical data\nmcporter call alphavantage.get_price_history symbol=TSLA period=1y interval=1d\n\n3. Market Screening\n\nUse crypto screeners to identify opportunities:\n\n# Top performers\nmcporter call tradingview-mcp.top_gainers exchange=BINANCE timeframe=1h limit=50\n\n# Volume + momentum\nmcporter call tradingview-mcp.smart_volume_scanner \\\n  exchange=KUCOIN min_volume_ratio=3.0 rsi_range=oversold\n\n# Top stock sectors\nmcporter call yahoo-finance-server.get_top_entities \\\n  entity_type=performing_companies sector=technology count=10\n\n4. Consolidated Report\n\nCombine multiple data sources for comprehensive analysis - use scripting or agent calls to orchestrate these tool calls together.\n\nMCP Tools Reference\nTradingView (Crypto Analysis)\nTool\tPurpose\ncoin_analysis\tDetailed analysis on specific coin (indicators, metrics)\nsmart_volume_scanner\tVolume + RSI + price change combination scan\nvolume_breakout_scanner\tCoins with volume and price breakouts\ntop_gainers\tBest performing coins (Bollinger Band filtered)\ntop_losers\tWorst performing coins\nadvanced_candle_pattern\tProgressive candle size patterns across timeframes\nconsecutive_candles_scan\tGrowing/shrinking consecutive candles\nAlpha Vantage (Stock Data)\nTool\tPurpose\nget_ticker_info\tCompany fundamentals, metrics, governance\nget_price_history\tHistorical OHLC data for trend analysis\nticker_earning\tEarnings data and upcoming dates\nYahoo Finance (Market Intelligence)\nTool\tPurpose\nget_ticker_news\tRecent news articles with sentiment\nget-top-entities\tTop stocks/ETFs by sector\nConfiguration\nExchange Options (Crypto)\nBINANCE (default highest liquidity)\nKUCOIN\nBYBIT\nTimeframes (Crypto)\n5m, 15m, 1h, 4h, 1D (default), 1W, 1M\nOutput Formats\nmarkdown (default) - Formatted report\njson - Raw data structure\nAsset Detection\n\nAutomatically routes to correct analyzer:\n\nCrypto: Ends with USDT, USDC, BTC, ETH, BNB OR common crypto pairs (BTC, ETH, SOL, ADA)\nStock: 1-5 letter tickers (AAPL, TSLA, MSFT)\nFallback: Attempts stock lookup first, then crypto\nExample Reports\nCrypto Report Structure\n# Trading Analysis: BTCUSDT\n\n## Price Overview\nCurrent: $45,200 (-2.3%) | 24h High: $46,100 | Low: $44,800\nVolume: $28.5B | Change: -$1,050\n\n## Technical Analysis (1D)\nTrend: Bearish | RSI: 35 (Oversold) | MACD: Negative\nBollinger Bands: Below MA | Support: $44,200 | Resistance: $46,500\n\n## Market Data\nExchange: BINANCE | Sentiment: Neutral-Bearish\n\n## Recommendation\nSignal: HOLD | Risk: Moderate\n\nStock Report Structure\n# Trading Analysis: AAPL\n\n## Price Overview\nCurrent: $278.12 (+0.80%) | Open: $277.12 | Volume: 50.4M\n52-week High: $305.25 | Low: $201.50\n\n## Company Fundamentals\nP/E Ratio: 28.5 | Market Cap: $2.8T | Dividend: 0.92%\nRevenue Growth: 2.3% | Profit Margin: 28.1%\n\n## Latest News (5 articles)\n1. \"Apple announces AI features\" - CNBC (2h ago) [Positive]\n2. \"Q1 earnings beat estimates\" - Reuters (1d ago) [Positive]\n\n## Recommendation\nOutlook: BULLISH | Target: $295 | Risk: Low\n\nError Handling\nGraceful fallback if MCP server unavailable\nPartial reports if single data source fails\nCaching support for repeated queries\nClear error messages with retry guidance\nPerformance Notes\nCache queries within 5-minute windows\nParallel data fetching for multi-source reports\nTypical analysis time: 2-5 seconds per asset\nTroubleshooting\n# Verify MCP servers running\necho \"Check .vscode/mcp.json configuration\"\n\n# Debug API keys\necho \"Ensure Alpha Vantage API key is set\"\n\n# Test connectivity\npython3 -c \"import requests; print(requests.__version__)\"\n\nExtensions\n\nTo add new data sources:\n\nCreate new analyzer in analyzers/ directory\nImplement analyze(symbol, options) interface\nRegister in routing logic\nUpdate tools reference\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/baoduy/drunk-trading-analyzer",
    "publisherUrl": "https://clawhub.ai/baoduy/drunk-trading-analyzer",
    "owner": "baoduy",
    "version": "0.0.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/drunk-trading-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/drunk-trading-analyzer/agent.md"
  }
}