Trading Upbit Skill for Openclaw

A professional-grade automated trading bot for Upbit designed to execute aggressive breakout strategies through scheduled cron tasks.

kuns9
v1.0.14
Feb 15, 2026
0
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install trading-upbit-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install trading-upbit-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Trading Upbit Skill?

The Trading Upbit Skill is a robust automation tool designed for the Upbit exchange, specifically optimized for the Openclaw Skills ecosystem. It enables developers and traders to implement an aggressive breakout strategy that monitors market volatility and executes trades based on real-time data. The skill is built with a run-once architecture, making it highly compatible with system schedulers like cron for periodic market analysis and execution cycles.

Security is a primary focus for this skill. It features built-in dry-run capabilities, security scanning for unauthorized external URLs, and integration with platform secret stores to ensure API keys remain protected. By leveraging Openclaw Skills, users can maintain a local, telemetry-free trading environment that prioritizes privacy and performance.

Trading Upbit Skill Use Cases

  • Automating high-frequency breakout trading on the Upbit exchange using Openclaw Skills.
  • Executing precise entry and exit strategies without manual intervention via cron-scheduled monitoring.
  • Managing portfolio risk through automated percent-based budget splitting across multiple concurrent trades.
  • Testing and validating trading algorithms using the risk-free dry-run execution mode.

How Trading Upbit Skill Works

  1. The skill initializes by loading secure API credentials from the Openclaw Skills environment variables.
  2. The monitor_once command scans targeted markets or high-volume pairs to detect breakout signals.
  3. Valid signals are written to a local events queue to be processed by the execution engine.
  4. The worker_once command reads the event queue and calculates order sizes based on the balance_pct_split policy.
  5. Trades are executed via the Upbit API client, and the resulting positions are tracked in a persistent local data store.

Trading Upbit Skill Setup

To get started with this skill, ensure you have Node.js installed and your API keys ready. Configure your environment variables for the Openclaw Skills runtime:

export UPBIT_OPEN_API_ACCESS_KEY="your_access_key"
export UPBIT_OPEN_API_SECRET_KEY="your_secret_key"

Verify the installation and security parameters before trading:

# Run a security check
node skill.js security_check

# Run a smoke test to verify API connectivity
node skill.js smoke_test

For full automation, add the commands to your crontab to run every few minutes.

Trading Upbit Skill Data Schema & Taxonomy

The skill manages its state using structured JSON files within the resources directory. This ensures persistence across separate command executions.

File Name Purpose
events.json Stores pending BUY and SELL signals generated by the monitor.
positions.json Tracks active trades, entry prices, and current holdings.
topVolumeCache.json Caches high-volume market pairs to optimize scanning.
heartbeat.json Records activity timestamps to ensure the bot is functioning correctly.

Trading Upbit Skill Advanced Features

  • Aggressive Breakout Logic: Specifically tuned for capturing rapid price movements in high-volume markets.
  • Dynamic Budget Policy: Automatically splits available KRW balance across multiple signals using the balance_pct_split mode.
  • Dry-Run Support: Allows for full logic execution and API interaction simulation without committing real funds.
  • Zero Telemetry Design: Ensures all trading data and API interactions remain local to the Openclaw Skills instance.
  • Automated Security Scanning: Includes a security_check command to audit the codebase for hard-coded URLs and ensure API allowlisting.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins node
Github Stars: 0
forks: 0

Featured*