# Send Upbit Trading Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "upbit-trading-skill",
    "name": "Upbit Trading Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/smeuse-dev/upbit-trading-skill",
    "canonicalUrl": "https://clawhub.ai/smeuse-dev/upbit-trading-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/upbit-trading-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upbit-trading-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "balance.js",
      "indicators.js",
      "realtime-bot.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "upbit-trading-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T07:51:58.639Z",
      "expiresAt": "2026-05-11T07:51:58.639Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upbit-trading-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upbit-trading-skill",
        "contentDisposition": "attachment; filename=\"upbit-trading-skill-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "upbit-trading-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/upbit-trading-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/upbit-trading-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/upbit-trading-skill",
    "agentUrl": "https://openagent3.xyz/skills/upbit-trading-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/upbit-trading-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/upbit-trading-skill/agent.md"
  }
}
```
## Documentation

### Upbit Trading Bot 🚀

AI 기반 실시간 암호화폐 트레이딩 봇

### Features

📊 기술 지표: RSI, MACD, Bollinger Bands, MA/EMA
🤖 AI 분석: GLM-4.7 실시간 시장 분석
⚡ 10초 모니터링: 빠른 가격 체크
🎯 자동 목표/손절: 설정 가능한 TP/SL
📱 텔레그램 알림: 실시간 이벤트 알림

### Setup

Upbit API 키 발급 (https://upbit.com/mypage/open_api_management)
환경변수 설정:

cp .env.example .env
# UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY 입력

실행:

node realtime-bot.js

### Requirements

Node.js 18+
Upbit 계정 & API 키
(선택) GLM API 키 for AI 분석

### Files

realtime-bot.js - 메인 봇
indicators.js - 기술 지표 계산
analyze.js - 시장 분석
balance.js - 잔고 확인

### License

MIT - 자유롭게 사용 및 수정 가능
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: smeuse-dev
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T07:51:58.639Z
- Expires at: 2026-05-11T07:51:58.639Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/upbit-trading-skill)
- [Send to Agent page](https://openagent3.xyz/skills/upbit-trading-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/upbit-trading-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/upbit-trading-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/upbit-trading-skill)