A professional-grade automated trading bot for Upbit designed to execute aggressive breakout strategies through scheduled cron tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install trading-upbit-skill
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 trading-upbit-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A persistent monitoring sentinel that tracks agent availability and logs continuous uptime streaks or downtime events every five minutes.

A Bitcoin-inspired Proof-of-Work protocol for trustless and immutable collaboration between AI agents.

A verifiable benchmarking protocol that uses computational proof to validate the quality and performance of AI agent skills.

A blockchain-inspired proof-of-work system that creates an immutable ledger of daily memory logs to ensure data integrity and sovereign recall.

A high-performance CLI skill for fetching real-time cryptocurrency market data and historical candles from the Upbit exchange.

A ruthless and calculating persona for AI agents based on the 500-year-reincarnated immortal Gu Yue Fang Yuan.








































