Generate trading signals using BB Breakout or RSI Reversal strategies and send automated alerts to Discord, Telegram, or custom channels.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install signal-generator或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install signal-generator⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/signal-generator/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Generate automated trading signals and send alerts to Discord/Telegram.
This skill generates trading signals based on technical indicators and automatically sends alerts to your configured channels (Discord, Telegram, etc.).
- BB Breakout - Bollinger Bands squeeze + breakout with volume spike - RSI Reversal - Overbought/Oversold reversal signals
cp -r signal-generator ~/.openclaw/workspace/skills/
cd ~/.openclaw/workspace/skills/signal-generator
python3 signal_generator.py
Copy config.json.example to config.json and edit:
{
"symbol": "BTC/USDT",
"strategy": "bb_breakout",
"intervals": ["15m", "1h"],
"targets": [
"discord:your_channel_id",
"telegram:your_chat_id"
],
"filters": {
"volume_spike": true,
"trend_filter": false
}
}
| Option | Description | Default | |--------|-------------|---------| | symbol | Trading pair (e.g., BTC/USDT) | BTC/USDT | | strategy | Strategy: bb_breakout or rsi_reversal | bb_breakout | | intervals | Timeframes to check (e.g., ["15m", "1h"]) | ["15m", "1h"] | | targets | Where to send alerts (channel IDs) | [] | | filters.volume_spike | Require volume spike for signals | true | | filters.trend_filter | Apply trend filter (coming soon) | false |
1. BB Squeeze detected (BB inside Keltner Channels) 2. Price closes outside Bollinger Bands 3. Volume > 20-period average
1. RSI < 30 (Oversold) → Long 2. RSI > 70 (Overbought) → Short
cd ~/.openclaw/workspace/skills/signal-generator
python3 signal_generator.py
Output:
📊 **BB Breakout** - BTC/USDT
⏱️ Interval: 15m
💰 Price: $77,564.10
🟢 LONG: False
🔴 SHORT: False
📈 BB Upper: $78,234.50
📉 BB Lower: $76,890.20
🔢 RSI: 52.34
🕐 2026-02-02T11:00:00
Run every 5 minutes:
*/5 * * * * cd ~/.openclaw/workspace/skills/signal-generator && python3 signal_generator.py
No signals generated?
config.json exists and is valid JSONImport errors?
quant-trading-bot is accessible:ls /root/quant-trading-bot/src/exchange_api.py
This skill is provided as-is. Use at your own risk. Trading signals are not financial advice.
Have ideas for new strategies? Contributions welcome!
---
Version: 1.0.0 Last Updated: 2026-02-02
安装 Signal Generator 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/signal-generator/ 目录(个人级,所有项目可用),或 .claude/skills/signal-generator/(项目级)。重启 AI 客户端后,用 /signal-generator 主动调用,或让 AI 根据上下文自动发现并使用。
Signal Generator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Signal Generator 可免费安装使用。请查阅仓库了解许可证信息。
Generate trading signals using BB Breakout or RSI Reversal strategies and send automated alerts to Discord, Telegram, or custom channels.
Signal Generator 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。