한국어

upbit — AI-native CLI

The only Upbit CLI designed for both humans and AI agents.

Release Go License API Coverage
upbit CLI demo

Install

curl -sSL https://kyungw00k.dev/upbit/install.sh | sh
brew install kyungw00k/cli/upbit

📊 Market Data

Real-time prices, historical candles with SQLite cache, orderbook depth, and trade streams across all KRW/BTC/USDT pairs.

upbit ticker KRW-BTC
upbit candle KRW-BTC -i 1d --from 2025-01-01

💰 Trading

Limit & market orders with tick-size auto-correction, percentage sizing (-V 50%), price keywords (-p now), and reserved orders (--watch).

upbit buy KRW-BTC -p now -V 50%
upbit sell KRW-BTC -V 100%

🖥️ Real-time TUI

Full-screen Bubble Tea terminal UI — live ticker, orderbook depth chart, trade stream, and ASCII candlestick chart with volume pane. Multi-market Tab switching.

upbit watch candle KRW-BTC -i 1m
upbit watch orderbook KRW-BTC

🤖 AI Integration

JSON Schema export for LLM/MCP tool calling. Non-TTY auto-JSON output. AI agent skill installer for Claude Code & agentskills.io.

upbit tool-schema buy
upbit ticker KRW-BTC | jq '.trade_price'

AI Agent Skills

curl -sSL https://kyungw00k.dev/upbit/install-skill.sh | sh

Installs to ~/.agents/skills/upbit/ (agentskills.io) and .claude/skills/upbit/ (Claude Code).

LLM Tool Schema

upbit tool-schema        # All 35 commands as JSON Schema
upbit tool-schema buy    # With response field descriptions

Claude Code Skill

A Claude Code skill is available for AI agents to use upbit automatically.

/plugin marketplace add kyungw00k/skills
/plugin install cli-tools@kyungw00k-skills

Features