사람과 AI 에이전트 모두를 위해 설계된 유일한 Upbit CLI.
curl -sSL https://kyungw00k.dev/upbit/install.sh | sh # 빠른 설치
brew install kyungw00k/cli/upbit # Homebrew
실시간 현재가, SQLite 캐시 기반 과거 캔들 조회, 호가창 깊이, 체결 스트림. KRW/BTC/USDT 전 마켓 지원.
upbit ticker KRW-BTC
upbit candle KRW-BTC -i 1d --from 2025-01-01
지정가/시장가 주문, 호가 단위 자동 보정, 퍼센트 주문(-V 50%), 가격 키워드(-p now), 예약 주문(--watch).
upbit buy KRW-BTC -p now -V 50%
upbit sell KRW-BTC -V 100%
Bubble Tea 기반 전체 화면 터미널 UI — 실시간 시세, 호가 깊이 차트, 체결 스트림, ASCII 캔들스틱 차트 + 거래량. Tab으로 마켓 전환.
upbit watch candle KRW-BTC -i 1m
upbit watch orderbook KRW-BTC
LLM/MCP 도구 호출용 JSON Schema 내보내기. Non-TTY 자동 JSON 출력. Claude Code & agentskills.io 스킬 설치.
upbit tool-schema buy
upbit ticker KRW-BTC | jq '.trade_price'
curl -sSL https://kyungw00k.dev/upbit/install-skill.sh | sh
~/.agents/skills/upbit/ (agentskills.io)과
.claude/skills/upbit/ (Claude Code) 양쪽에 설치됩니다.
upbit tool-schema # 전체 명령 JSON Schema
upbit tool-schema buy # 응답 필드 설명 포함
AI 에이전트가 upbit를 자동으로 활용할 수 있는 Claude Code 스킬이 제공됩니다.
/plugin marketplace add kyungw00k/skills
/plugin install cli-tools@kyungw00k-skills
upbit update로 자체 업데이트