← Back to Skills Marketplace
mail-eth

Crypto Scalper Bot

by mail-eth · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-scalper-bot
Description
Automated Binance Futures USDT-M scalping bot using RSI, EMA, Volume, Bollinger Bands, with auto SL/TP, Telegram alerts, and health monitoring.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-scalper-bot
  3. After installation, invoke the skill by name or use /crypto-scalper-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug crypto-scalper-bot
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Crypto Scalper Bot?

Run "/install crypto-scalper-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Scalper Bot free?

Yes, Crypto Scalper Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Scalper Bot support?

Crypto Scalper Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Scalper Bot?

It is built and maintained by mail-eth (@mail-eth); the current version is v1.0.0.

💬 Comments