/install kimp-price
Kimchi Premium 🌶️
A Claude Code skill that calculates the real-time Bitcoin Kimchi Premium.
What is Kimchi Premium?
The Kimchi Premium is a metric that measures how much higher (or lower) Bitcoin prices are on South Korean cryptocurrency exchanges (e.g. Upbit) compared to global exchanges (e.g. Binance). The premium tends to rise when local demand is strong, influenced by investor sentiment and capital flow regulations in South Korea.
What This Skill Does
- Fetches live exchange rate — Retrieves the current USD/KRW rate from ExchangeRate-API
- Fetches Upbit BTC price — Gets the latest Bitcoin price in KRW from the Upbit API
- Fetches Binance BTC price — Gets the latest Bitcoin price in USD from the Binance API
- Calculates the premium — Converts the Binance price to KRW, then compares it with the Upbit price to produce the premium percentage and the absolute price difference in KRW
Example Output
{
"timestamp": "2/1/2026, 2:20:00 PM",
"exchange_rate": "1,380 KRW/USD",
"upbit_btc": "145,000,000 KRW",
"binance_btc": "105,000 USD",
"kimchi_premium": "0.15%",
"price_diff": "217,000 KRW"
}
Usage
node index.mjs
Technical Highlights
- Zero external dependencies — uses only the Node.js built-in
httpsmodule - Parallel API calls via
Promise.allfor fast response times - 5-second timeout for reliable error handling
- Structured JSON output for easy parsing
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kimp-price - 安装完成后,直接呼叫该 Skill 的名称或使用
/kimp-price触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
kimchi-premium for BTC 是什么?
Real-time Bitcoin Kimchi Premium calculator. Compares Bitcoin prices between a Korean exchange (Upbit, KRW) and a global exchange (Binance, USD) to calculate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 kimchi-premium for BTC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kimp-price」即可一键安装,无需额外配置。
kimchi-premium for BTC 是免费的吗?
是的,kimchi-premium for BTC 完全免费(开源免费),可自由下载、安装和使用。
kimchi-premium for BTC 支持哪些平台?
kimchi-premium for BTC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kimchi-premium for BTC?
由 seungdols(@seungdols)开发并维护,当前版本 v1.0.0。