Skip to content

cryptoflix007-cloud/BinanceAI

Repository files navigation

🦞 BinanceAI Pro — OpenClaw Skill

#AIBinance Competition Entry | Built with OpenClaw + Groq AI

A complete AI-powered trading assistant for Binance — runs entirely inside OpenClaw with your own API keys.


🚀 What It Does

Section Feature
💬 Chat Assistant Talk to AI — post to Square, place trades, check orders
📡 Signal Generator AI signals from live kline data, auto-post to Square
🐋 Whale Alerts Monitor large transactions, analyze market impact
📰 News Alerts Real-time news with AI analysis + one-click Square post
🤖 Trading Bot Automated spot trading with RSI/EMA strategy
💼 Portfolio Manager AI health check and actionable suggestions

⚡ Quick Start

1. Install OpenClaw

curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon

2. Add Binance Skill

npx skills add https://github.com/YOUR_USERNAME/binance-ai-assistant

3. Add Keys in OpenClaw

  • Binance API Key + Secret (Read + Trade only, NO Withdrawal)
  • Binance Square OpenAPI Key
  • Groq API Key (free at console.groq.com)

4. Open Dashboard

openclaw dashboard

🔒 Security

  • Keys stored in OpenClaw session memory only
  • Secret key is never logged or displayed
  • Only Read + Trade Binance permissions needed
  • All mainnet trades require explicit CONFIRM
  • No withdrawal permission required

💬 Example Commands (Chat)

signal for BTC
signal for ETH
my portfolio
buy SOLUSDT $10
sell BNBUSDT $20
crypto news
post to square — BTC just broke ATH!
whale alerts
open trades
close BTCUSDT

🤖 How Signals Work

  1. Fetch 100 candles of 4h kline data
  2. Calculate EMA20, EMA50, RSI14, Volume spike
  3. Find Support/Resistance levels
  4. Send all data to Groq LLaMA-3 70B
  5. AI returns: direction, confidence, entry, TP1, TP2, SL
  6. Auto-monitor price — post update when TP/SL hits

📊 Trading Bot Strategy

  • Scan BTC, ETH, BNB, SOL every 15 minutes
  • Buy signal: EMA20 > EMA50 + RSI < 38 + Volume spike
  • Safety: Skip if 1h volatility > 5%
  • Max 3 open trades, configurable trade size
  • Always asks CONFIRM before first trade

🛠 Tech Stack

  • OpenClaw — Agent runtime
  • Groq AI (LLaMA-3 70B) — Signal analysis, post generation
  • Binance API — Trading, klines, account data
  • Binance Square API — Social posting
  • CryptoPanic API — News feed (free, no key needed)
  • Whale Alert API — On-chain whale tracking (optional)

📦 Files

binance-ai-assistant/
├── skill/
│   ├── SKILL.md       # OpenClaw skill definition
│   └── index.js       # Core skill logic
├── dashboard/
│   └── index.html     # Full web dashboard
└── README.md

⚠️ Disclaimer

This tool is for educational and informational purposes. Crypto trading involves significant risk. Always do your own research. Never trade more than you can afford to lose.


Built with ❤️ for #AIBinance OpenClaw Competition | March 2026

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors