Upbit automated trading (aggressive breakout) with cron-friendly run-once commands, TopVolume monitoring, and percent-based budget splitting.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install trading-upbit-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install trading-upbit-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/trading-upbit-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: trading-upbit-skill description: Upbit automated trading (aggressive breakout) with cron-friendly run-once commands, TopVolume monitoring, and percent-based budget splitting. user-invocable: true metadata: {"version":"13.1.0","author":"Kuns9","type":"automated-trading","openclaw":{"requires":{"bins":["node"],"env":["UPBIT_ACCESS_KEY","UPBIT_SECRET_KEY"]},"primaryEnv":"UPBIT_ACCESS_KEY"}} ---
Upbit automated trading skill for OpenClaw and local execution.
This skill implements an automated Upbit trading bot and requires Upbit API keys. Before installing or handing over production keys:
1) Inspect critical files: - scripts/execution/upbitClient.js (Upbit HTTP client) - scripts/config/index.js (config + secrets loading) - skill.js (CLI entrypoint)
2) Run in dry-run mode first: - Set execution.dryRun=true - Run node skill.js smoke_test, node skill.js monitor_once, node skill.js worker_once
3) Use the platform secret store: - Provide keys via environment variables (OpenClaw Skills Config / secret store): - UPBIT_OPEN_API_ACCESS_KEY - UPBIT_OPEN_API_SECRET_KEY - Avoid storing secrets in config.json.
4) Limit key permissions during testing: - Use minimal funds / a test account where possible. - Monitor your Upbit account activity closely.
5) Quick self-check: - Run node skill.js security_check to scan the repository for hard-coded external URLs (allowlist: api.upbit.com).
Security notes:
https://api.upbit.com/v1 and redirects are disabled.resources/events.jsonresources/positions.jsonmonitor_once and worker_once are run-once commandsRun one monitoring cycle, enqueue events.
node skill.js monitor_onceProcess pending events (BUY/SELL), update positions.
node skill.js worker_onceValidate config and public endpoints (no trading).
node skill.js smoke_testOrder sizing can be set to a percentage of available KRW, split equally across multiple buys in the same worker run.
{
"trading": {
"budgetPolicy": {
"mode": "balance_pct_split",
"pct": 0.3,
"reserveKRW": 0,
"minOrderKRW": 5000,
"roundToKRW": 1000
}
}
}
Behavior:
roundToKRWMonitor (every 5 minutes):
cd && node skill.js monitor_once Worker (every 1 minute):
cd && node skill.js worker_once Required:
config.json (do not commit)Auto-created:
resources/events.jsonresources/positions.jsonresources/topVolumeCache.jsonresources/nearCounter.jsonresources/heartbeat.jsonTesting utilities:
scripts/tests/* (see README_TESTING.md)安装 Trading upbit skill 后,可以对 AI 说这些话来触发它
Help me get started with Trading upbit skill
Explains what Trading upbit skill does, walks through the setup, and runs a quick demo based on your current project
Use Trading upbit skill to upbit automated trading (aggressive breakout) with cron-friendly ru...
Invokes Trading upbit skill with the right parameters and returns the result directly in the conversation
What can I do with Trading upbit skill in my finance & investment workflow?
Lists the top use cases for Trading upbit skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/trading-upbit-skill/ 目录(个人级,所有项目可用),或 .claude/skills/trading-upbit-skill/(项目级)。重启 AI 客户端后,用 /trading-upbit-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Trading upbit skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Trading upbit skill 可免费安装使用。请查阅仓库了解许可证信息。
Upbit automated trading (aggressive breakout) with cron-friendly run-once commands, TopVolume monitoring, and percent-based budget splitting.
Trading upbit skill 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Trading upbit skill
Identifies repetitive steps in your workflow and sets up Trading upbit skill to handle them automatically