skills$openclaw/upbit-trading
smeuse-dev9.7k

by smeuse-dev

upbit-trading – OpenClaw Skill

upbit-trading is an OpenClaw Skills integration for security workflows. Upbit 실시간 트레이딩 봇 - GLM AI 분석, 기술지표, 자동매매

9.7k stars240 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

nameupbit-trading
descriptionUpbit 실시간 트레이딩 봇 - GLM AI 분석, 기술지표, 자동매매 OpenClaw Skills integration.
ownersmeuse-dev
repositorysmeuse-dev/upbit-trading-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @smeuse-dev/upbit-trading-skill
last updatedFeb 7, 2026

Maintainer

smeuse-dev

smeuse-dev

Maintains upbit-trading in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
294 B
balance.js
1.5 KB
indicators.js
3.7 KB
realtime-bot.js
6.4 KB
SKILL.md
1.1 KB
SKILL.md

name: upbit-trading version: 1.0.0 description: Upbit 실시간 트레이딩 봇 - GLM AI 분석, 기술지표, 자동매매 author: smeuseBot price: 29.99 tags: [trading, crypto, upbit, automation, korean]

Upbit Trading Bot 🚀

AI 기반 실시간 암호화폐 트레이딩 봇

Features

  • 📊 기술 지표: RSI, MACD, Bollinger Bands, MA/EMA
  • 🤖 AI 분석: GLM-4.7 실시간 시장 분석
  • 10초 모니터링: 빠른 가격 체크
  • 🎯 자동 목표/손절: 설정 가능한 TP/SL
  • 📱 텔레그램 알림: 실시간 이벤트 알림

Setup

  1. Upbit API 키 발급 (https://upbit.com/mypage/open_api_management)
  2. 환경변수 설정:
cp .env.example .env
# UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY 입력
  1. 실행:
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 - 자유롭게 사용 및 수정 가능

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Node.js 18+ - Upbit 계정 & API 키 - (선택) GLM API 키 for AI 분석

FAQ

How do I install upbit-trading?

Run openclaw add @smeuse-dev/upbit-trading-skill in your terminal. This installs upbit-trading into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/smeuse-dev/upbit-trading-skill. Review commits and README documentation before installing.