ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

upbit-trading

Upbit 실시간 트레이딩 봇 - GLM AI 분석, 기술지표, 자동매매

Why use this skill?

Automate your crypto trading with this Upbit bot. Features AI market analysis, technical indicators, and Telegram alerts for secure, real-time trading.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/smeuse-dev/upbit-trading-skill
Or

What This Skill Does

The Upbit Trading Bot is a sophisticated, AI-integrated cryptocurrency automation tool designed for the OpenClaw agent ecosystem. It bridges the gap between raw market data and actionable trading decisions. By leveraging Node.js for high-speed execution, the bot monitors real-time market fluctuations, performs complex technical analysis (RSI, MACD, Bollinger Bands, Moving Averages), and utilizes GLM-4.7 models to interpret market sentiment and price action. It allows users to automate their entry and exit points with customizable Take Profit (TP) and Stop Loss (SL) triggers. Furthermore, the skill integrates with Telegram to provide instant notifications, ensuring traders remain informed about their account status and executed trades without needing to watch a dashboard continuously.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/smeuse-dev/upbit-trading-skill. Once installed, you must configure your environment variables. Copy the .env.example file to .env and provide your valid Upbit API Access and Secret keys. Ensure your system has Node.js 18 or higher installed. If you intend to utilize the AI-driven market analysis features, ensure your GLM API credentials are also correctly mapped in the configuration. Finally, initialize the bot by running node realtime-bot.js within the skill directory.

Use Cases

This skill is perfect for traders looking to remove human emotion from their strategy. Use it to execute swing trading based on technical indicators like RSI divergence, or to perform scalping using 10-second interval price checks. It is also highly effective for managing risk by setting automated stop-loss thresholds during volatile market conditions, or for conducting backtesting research based on historical market trends processed by the included GLM-4.7 analyzer.

Example Prompts

  1. "OpenClaw, start monitoring BTC for a potential RSI breakout and notify me on Telegram if the signal is confirmed."
  2. "Analyze the current market sentiment for XRP using the GLM-4.7 model and provide a recommendation for a short-term trade."
  3. "Set a stop-loss limit at 3% for my current ETH position and keep the bot running with 10-second price updates."

Tips & Limitations

Always start by testing the bot with small amounts of capital to verify your logic and indicator settings. Ensure your Upbit API keys are restricted to 'Trade' and 'Read' permissions only; never grant 'Withdrawal' permissions to any trading bot. Please note that market volatility can lead to unexpected execution delays. While the AI analysis provides valuable context, it is not a guarantee of profit. Always maintain a balanced portfolio and never trade funds you cannot afford to lose. Regular updates to the indicators.js file are recommended to keep pace with changing market strategies.

Metadata

Stars1015
Views0
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-smeuse-dev-upbit-trading-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#trading#crypto#upbit#automation#korean
Safety Score: 2/5

Flags: network-access, file-read, file-write, external-api, code-execution