upbit-trading
⚠Review·Scanned 2/18/2026
This skill is an Upbit real-time crypto trading bot that monitors prices, uses GLM analysis, logs events, and can automate trades. It executes a local shell script via cd ${__dirname}/../zai && ./ask.sh ..., reads UPBIT_ACCESS_KEY and UPBIT_SECRET_KEY, and calls https://api.upbit.com/v1/ticker and https://api.upbit.com/v1/accounts.
from clawhub.ai·v1.0.0·12.7 KB·0 installs
Scanned from 1.0.0 at 22cf3e3 · Transparency log ↗
$ vett add clawhub.ai/smeuse-dev/upbit-tradingReview findings below
Upbit Trading Bot 🚀
AI 기반 실시간 암호화폐 트레이딩 봇
Features
- 📊 기술 지표: RSI, MACD, Bollinger Bands, MA/EMA
- 🤖 AI 분석: GLM-4.7 실시간 시장 분석
- ⚡ 10초 모니터링: 빠른 가격 체크
- 🎯 자동 목표/손절: 설정 가능한 TP/SL
- 📱 텔레그램 알림: 실시간 이벤트 알림
Setup
- Upbit API 키 발급 (https://upbit.com/mypage/open_api_management)
- 환경변수 설정:
cp .env.example .env
# UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY 입력
- 실행:
node realtime-bot.js
Requirements
- Node.js 18+
- Upbit 계정 & API 키
- (선택) GLM API 키 for AI 분석
Files
realtime-bot.js- 메인 봇indicators.js- 기술 지표 계산analyze.js- 시장 분석balance.js- 잔고 확인
License
MIT - 자유롭게 사용 및 수정 가능