{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/upbit-trading-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upbit-trading-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "balance.js",
      "indicators.js",
      "realtime-bot.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/upbit-trading-skill",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Upbit Trading Bot 🚀",
        "body": "AI 기반 실시간 암호화폐 트레이딩 봇"
      },
      {
        "title": "Features",
        "body": "📊 기술 지표: RSI, MACD, Bollinger Bands, MA/EMA\n🤖 AI 분석: GLM-4.7 실시간 시장 분석\n⚡ 10초 모니터링: 빠른 가격 체크\n🎯 자동 목표/손절: 설정 가능한 TP/SL\n📱 텔레그램 알림: 실시간 이벤트 알림"
      },
      {
        "title": "Setup",
        "body": "Upbit API 키 발급 (https://upbit.com/mypage/open_api_management)\n환경변수 설정:\n\ncp .env.example .env\n# UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY 입력\n\n실행:\n\nnode realtime-bot.js"
      },
      {
        "title": "Requirements",
        "body": "Node.js 18+\nUpbit 계정 & API 키\n(선택) GLM API 키 for AI 분석"
      },
      {
        "title": "Files",
        "body": "realtime-bot.js - 메인 봇\nindicators.js - 기술 지표 계산\nanalyze.js - 시장 분석\nbalance.js - 잔고 확인"
      },
      {
        "title": "License",
        "body": "MIT - 자유롭게 사용 및 수정 가능"
      }
    ],
    "body": "Upbit Trading Bot 🚀\n\nAI 기반 실시간 암호화폐 트레이딩 봇\n\nFeatures\n📊 기술 지표: RSI, MACD, Bollinger Bands, MA/EMA\n🤖 AI 분석: GLM-4.7 실시간 시장 분석\n⚡ 10초 모니터링: 빠른 가격 체크\n🎯 자동 목표/손절: 설정 가능한 TP/SL\n📱 텔레그램 알림: 실시간 이벤트 알림\nSetup\nUpbit API 키 발급 (https://upbit.com/mypage/open_api_management)\n환경변수 설정:\ncp .env.example .env\n# UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY 입력\n\n실행:\nnode realtime-bot.js\n\nRequirements\nNode.js 18+\nUpbit 계정 & API 키\n(선택) GLM API 키 for AI 분석\nFiles\nrealtime-bot.js - 메인 봇\nindicators.js - 기술 지표 계산\nanalyze.js - 시장 분석\nbalance.js - 잔고 확인\nLicense\n\nMIT - 자유롭게 사용 및 수정 가능"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/smeuse-dev/upbit-trading-skill",
    "publisherUrl": "https://clawhub.ai/smeuse-dev/upbit-trading-skill",
    "owner": "smeuse-dev",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}