A powerful utility for fetching real-time cryptocurrency market data and trading statistics directly from Upbit, South Korea's premier exchange.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install upbit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install upbit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Upbit Price Lookup skill enables AI agents to interface directly with the Upbit public API to retrieve live pricing data for all assets paired with KRW. This tool provides comprehensive market intelligence, including current trade prices, percentage changes, 24-hour trading volumes, and historical 52-week price ranges. By integrating this into your Openclaw Skills library, developers and users can build automated financial dashboards, track domestic market trends, or create real-time price alerts within their AI-driven environments.
To utilize this skill within your Openclaw Skills environment, you can verify the market data availability using a standard CLI command. No API keys are required for public ticker lookups.
# Fetch ticker data for Bitcoin
curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC"
# Fetch data for multiple markets
curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC,KRW-ETH,KRW-SUI"
The skill processes and outputs data based on the Upbit ticker schema. Key fields include:
| Field | Description | Format |
|---|---|---|
trade_price |
The most recent execution price in KRW | Number |
change |
Direction of price movement (RISE, FALL, EVEN) | String |
change_rate |
Percentage change compared to previous close | Float |
acc_trade_volume_24h |
Cumulative trading volume over the last 24 hours | Float |
highest_52_week_price |
The highest price reached in the last 52 weeks | Number |
trade_time_kst |
Last trade time in Korean Standard Time | String |
Loading
A comprehensive financial intelligence tool providing AI agents with real-time access to Yahoo Finance data, including stocks, crypto, and market fundamentals.

An automation tool for creating, editing, and publishing Markdown articles directly to Typecho CMS blogs.

A multi-provider AI image engine for generating and editing visuals up to 4K resolution using simple CLI commands.

An automated tool for creating dimensionally customized article cover images from markdown content or direct input.

A specialized bookkeeping skill for AI agents to archive and track Reddit posts after manual submission by a human operator.

An automated market research tool for AI agents to identify trending discussions, recurring pain points, and content gaps across Reddit subreddits.








































