{
  "schemaVersion": "1.0",
  "item": {
    "slug": "signal-generator",
    "name": "Signal Generator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/nititepfirm/signal-generator",
    "canonicalUrl": "https://clawhub.ai/nititepfirm/signal-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/signal-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=signal-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "last_signal.json",
      "package.json",
      "run.sh"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/signal-generator"
    },
    "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/signal-generator",
    "agentPageUrl": "https://openagent3.xyz/skills/signal-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/signal-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/signal-generator/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": "Signal Generator Skill",
        "body": "Generate automated trading signals and send alerts to Discord/Telegram."
      },
      {
        "title": "📋 Overview",
        "body": "This skill generates trading signals based on technical indicators and automatically sends alerts to your configured channels (Discord, Telegram, etc.)."
      },
      {
        "title": "🚀 Features",
        "body": "Multiple Strategies:\n\nBB Breakout - Bollinger Bands squeeze + breakout with volume spike\nRSI Reversal - Overbought/Oversold reversal signals\n\n\n\nMulti-Timeframe Support - Run on 15m, 1h, 4h, etc.\n\n\nFlexible Targets - Send alerts to Discord, Telegram, or any OpenClaw channel\n\n\nEasy Configuration - Simple JSON config, no coding required"
      },
      {
        "title": "📦 Installation",
        "body": "Copy the skill directory to your OpenClaw workspace:\n\ncp -r signal-generator ~/.openclaw/workspace/skills/\n\nConfigure your settings (see Configuration below)\n\n\nRun the skill:\n\ncd ~/.openclaw/workspace/skills/signal-generator\npython3 signal_generator.py"
      },
      {
        "title": "⚙️ Configuration",
        "body": "Copy config.json.example to config.json and edit:\n\n{\n  \"symbol\": \"BTC/USDT\",\n  \"strategy\": \"bb_breakout\",\n  \"intervals\": [\"15m\", \"1h\"],\n  \"targets\": [\n    \"discord:your_channel_id\",\n    \"telegram:your_chat_id\"\n  ],\n  \"filters\": {\n    \"volume_spike\": true,\n    \"trend_filter\": false\n  }\n}"
      },
      {
        "title": "Configuration Options",
        "body": "OptionDescriptionDefaultsymbolTrading pair (e.g., BTC/USDT)BTC/USDTstrategyStrategy: bb_breakout or rsi_reversalbb_breakoutintervalsTimeframes to check (e.g., [\"15m\", \"1h\"])[\"15m\", \"1h\"]targetsWhere to send alerts (channel IDs)[]filters.volume_spikeRequire volume spike for signalstruefilters.trend_filterApply trend filter (coming soon)false"
      },
      {
        "title": "BB Breakout (Default)",
        "body": "Logic:\n\nBB Squeeze detected (BB inside Keltner Channels)\nPrice closes outside Bollinger Bands\nVolume > 20-period average\n\n\n\nLong Signal: Close > BB Upper + Volume Spike\n\n\nShort Signal: Close < BB Lower + Volume Spike"
      },
      {
        "title": "RSI Reversal",
        "body": "Logic:\n\nRSI < 30 (Oversold) → Long\nRSI > 70 (Overbought) → Short\n\n\n\nLong Signal: RSI crosses below 30 then rises\n\n\nShort Signal: RSI crosses above 70 then falls"
      },
      {
        "title": "Manual Run",
        "body": "cd ~/.openclaw/workspace/skills/signal-generator\npython3 signal_generator.py\n\nOutput:\n\n📊 **BB Breakout** - BTC/USDT\n⏱️ Interval: 15m\n💰 Price: $77,564.10\n\n🟢 LONG: False\n🔴 SHORT: False\n\n📈 BB Upper: $78,234.50\n📉 BB Lower: $76,890.20\n🔢 RSI: 52.34\n\n🕐 2026-02-02T11:00:00"
      },
      {
        "title": "Cron/Schedule",
        "body": "Run every 5 minutes:\n\n*/5 * * * * cd ~/.openclaw/workspace/skills/signal-generator && python3 signal_generator.py"
      },
      {
        "title": "🔧 Troubleshooting",
        "body": "No signals generated?\n\nCheck if config.json exists and is valid JSON\nVerify symbol is correct (e.g., BTC/USDT, not BTCUSDT)\nCheck exchange connection (Binance API)\n\nImport errors?\n\nEnsure quant-trading-bot is accessible:\n\nls /root/quant-trading-bot/src/exchange_api.py"
      },
      {
        "title": "📝 License",
        "body": "This skill is provided as-is. Use at your own risk. Trading signals are not financial advice."
      },
      {
        "title": "🤝 Contributing",
        "body": "Have ideas for new strategies? Contributions welcome!\n\nVersion: 1.0.0\nLast Updated: 2026-02-02"
      }
    ],
    "body": "Signal Generator Skill\n\nGenerate automated trading signals and send alerts to Discord/Telegram.\n\n📋 Overview\n\nThis skill generates trading signals based on technical indicators and automatically sends alerts to your configured channels (Discord, Telegram, etc.).\n\n🚀 Features\n\nMultiple Strategies:\n\nBB Breakout - Bollinger Bands squeeze + breakout with volume spike\nRSI Reversal - Overbought/Oversold reversal signals\n\nMulti-Timeframe Support - Run on 15m, 1h, 4h, etc.\n\nFlexible Targets - Send alerts to Discord, Telegram, or any OpenClaw channel\n\nEasy Configuration - Simple JSON config, no coding required\n\n📦 Installation\nCopy the skill directory to your OpenClaw workspace:\ncp -r signal-generator ~/.openclaw/workspace/skills/\n\n\nConfigure your settings (see Configuration below)\n\nRun the skill:\n\ncd ~/.openclaw/workspace/skills/signal-generator\npython3 signal_generator.py\n\n⚙️ Configuration\n\nCopy config.json.example to config.json and edit:\n\n{\n  \"symbol\": \"BTC/USDT\",\n  \"strategy\": \"bb_breakout\",\n  \"intervals\": [\"15m\", \"1h\"],\n  \"targets\": [\n    \"discord:your_channel_id\",\n    \"telegram:your_chat_id\"\n  ],\n  \"filters\": {\n    \"volume_spike\": true,\n    \"trend_filter\": false\n  }\n}\n\nConfiguration Options\nOption\tDescription\tDefault\nsymbol\tTrading pair (e.g., BTC/USDT)\tBTC/USDT\nstrategy\tStrategy: bb_breakout or rsi_reversal\tbb_breakout\nintervals\tTimeframes to check (e.g., [\"15m\", \"1h\"])\t[\"15m\", \"1h\"]\ntargets\tWhere to send alerts (channel IDs)\t[]\nfilters.volume_spike\tRequire volume spike for signals\ttrue\nfilters.trend_filter\tApply trend filter (coming soon)\tfalse\n🎯 Strategies\nBB Breakout (Default)\n\nLogic:\n\nBB Squeeze detected (BB inside Keltner Channels)\nPrice closes outside Bollinger Bands\nVolume > 20-period average\n\nLong Signal: Close > BB Upper + Volume Spike\n\nShort Signal: Close < BB Lower + Volume Spike\n\nRSI Reversal\n\nLogic:\n\nRSI < 30 (Oversold) → Long\nRSI > 70 (Overbought) → Short\n\nLong Signal: RSI crosses below 30 then rises\n\nShort Signal: RSI crosses above 70 then falls\n\n📊 Example Usage\nManual Run\ncd ~/.openclaw/workspace/skills/signal-generator\npython3 signal_generator.py\n\n\nOutput:\n\n📊 **BB Breakout** - BTC/USDT\n⏱️ Interval: 15m\n💰 Price: $77,564.10\n\n🟢 LONG: False\n🔴 SHORT: False\n\n📈 BB Upper: $78,234.50\n📉 BB Lower: $76,890.20\n🔢 RSI: 52.34\n\n🕐 2026-02-02T11:00:00\n\nCron/Schedule\n\nRun every 5 minutes:\n\n*/5 * * * * cd ~/.openclaw/workspace/skills/signal-generator && python3 signal_generator.py\n\n🔧 Troubleshooting\n\nNo signals generated?\n\nCheck if config.json exists and is valid JSON\nVerify symbol is correct (e.g., BTC/USDT, not BTCUSDT)\nCheck exchange connection (Binance API)\n\nImport errors?\n\nEnsure quant-trading-bot is accessible:\nls /root/quant-trading-bot/src/exchange_api.py\n\n📝 License\n\nThis skill is provided as-is. Use at your own risk. Trading signals are not financial advice.\n\n🤝 Contributing\n\nHave ideas for new strategies? Contributions welcome!\n\nVersion: 1.0.0 Last Updated: 2026-02-02"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nititepfirm/signal-generator",
    "publisherUrl": "https://clawhub.ai/nititepfirm/signal-generator",
    "owner": "nititepfirm",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/signal-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/signal-generator",
    "agentUrl": "https://openagent3.xyz/skills/signal-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/signal-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/signal-generator/agent.md"
  }
}