← 返回 Skills 市场
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-scalper-bot
功能描述
Automated Binance Futures USDT-M scalping bot using RSI, EMA, Volume, Bollinger Bands, with auto SL/TP, Telegram alerts, and health monitoring.
使用说明 (SKILL.md)
Crypto Trading Bot
Automated crypto scalping bot for Binance Futures USDT-M
Description
A complete crypto trading bot with multiple strategies:
- Scalper: RSI + EMA + Volume based trading
- Bollinger Bands: Mean reversion strategy
- QA System: Auto health checks
Features
- 6 trading pairs: BTC, ETH, SOL, BNB, XAU, XAG
- Auto SL/TP management
- Telegram notifications
- System health monitoring
- Backtest ready
Usage
# Setup credentials
nano binance.env
nano telegram.env
# Verify setup
bash setup.sh
# Run strategies
bash run_cycle.sh # Scalper
bash run_mean_reversion.sh # Bollinger
bash run_qa.sh # QA check
Requirements
- Python 3.8+
- Binance Futures account
- VPS (recommended)
Docs
See README.md for full installation guide.
安全使用建议
This package is functionally a real Binance futures trading bot and will place live market orders if you run it with API keys that have trading permissions. Before installing or running: 1) Do not trust default metadata — the repo needs BINANCE_API_KEY and BINANCE_API_SECRET (and optionally Telegram values); verify and provision keys yourself. 2) Use API keys with the minimum necessary permissions (disable withdrawals, restrict by IP if possible) and test with a small balance or testnet keys. 3) Inspect and correct run_qa.sh (it currently runs the trading script instead of qa_audit.py) to avoid accidental trades when you expect only checks. 4) Remove or avoid storing secrets in shared workspace paths (the code looks in /root/.openclaw/workspace/*), or ensure workspace doesn't contain other sensitive env files. 5) Be aware qa_audit.py will attempt a test order (reduceOnly) — consider disabling that or replacing it with a non-order API call for testing. 6) Because the package source and homepage are unknown, prefer to run it in an isolated environment (VM/VPS) and review all code changes before giving it live API keys. If you want, I can list the exact lines that read workspace env paths and the commands in run_qa.sh/setup.sh that you should change.
功能分析
Type: OpenClaw Skill
Name: crypto-scalper-bot
Version: 1.0.0
The bundle contains a functional cryptocurrency trading bot for Binance Futures with multiple strategies (Scalper and Bollinger Bands). The code (futures_auto_trade.py, mean_reversion.py, qa_audit.py) correctly implements trading logic, technical indicators, and system health checks using official Binance (fapi.binance.com) and Telegram (api.telegram.org) APIs. Credentials are managed via environment files, and no evidence of data exfiltration, unauthorized remote execution, or prompt injection was found. Minor issues, such as run_qa.sh executing the wrong script, appear to be unintentional bugs rather than malicious intent.
能力标签
能力评估
Purpose & Capability
The skill claims to be a Binance Futures scalper and the code indeed implements trading, Telegram alerts, and health checks. However the registry metadata lists no required environment variables or primary credential even though the code clearly requires BINANCE_API_KEY, BINANCE_API_SECRET (and optional TELEGRAM_BOT_TOKEN/TELEGRAM_CHAT_ID). This mismatch between claimed metadata and actual needs is an incoherence that can lead to accidental credential exposure or misuse.
Instruction Scope
SKILL.md instructs the user to create env files and run setup/strategy/QA scripts which is appropriate for a trading bot. But there are problematic instructions/behaviors: run_qa.sh actually invokes the trading script (futures_auto_trade.py) instead of the QA audit (qa_audit.py), so running the QA job may execute live trades unexpectedly. The Python scripts also search for env files in '/root/.openclaw/workspace/*', meaning they will pick up env files from an agent/workspace location beyond the repo — this increases the chance of accidently reading unrelated secrets.
Install Mechanism
No install spec is provided and there are no downloads; this is a code-bundle with scripts to run locally. That lowers install-time risk since nothing is fetched from external URLs, but the provided code will execute network calls and trading actions when run.
Credentials
The skill requires Binance API keys with read/write trading permissions and optional Telegram tokens to function — those are appropriate for a trading bot. However the registry metadata shows no required env vars (incoherent), and the code will also read env files from an agent workspace path which may expose keys stored elsewhere. The QA routine attempts an API order test (placing a reduceOnly MARKET order) which is a sensitive action and should be clearly documented/optional.
Persistence & Privilege
The skill does not request 'always: true' or any elevated platform privileges. It does not modify other skills' configurations. Its runtime behavior is limited to the files in the bundle and external network calls (Binance, Telegram).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-scalper-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-scalper-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of an automated crypto scalping bot for Binance Futures USDT-M.
- Supports six trading pairs: BTC, ETH, SOL, BNB, XAU, XAG
- Includes Scalper (RSI + EMA + Volume), Bollinger Bands, and QA system strategies
- Features auto SL/TP management and Telegram notifications
- Provides system health monitoring and is backtest ready
- Easy setup and operation with included shell scripts
元数据
常见问题
Crypto Scalper Bot 是什么?
Automated Binance Futures USDT-M scalping bot using RSI, EMA, Volume, Bollinger Bands, with auto SL/TP, Telegram alerts, and health monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 Crypto Scalper Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-scalper-bot」即可一键安装,无需额外配置。
Crypto Scalper Bot 是免费的吗?
是的,Crypto Scalper Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Scalper Bot 支持哪些平台?
Crypto Scalper Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Scalper Bot?
由 mail-eth(@mail-eth)开发并维护,当前版本 v1.0.0。
推荐 Skills