基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jiayaoqijia/cryptoskill --skill kraken-paper-to-live命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
"Peer-driven onchain reputation layer for AI agents enabling kudos across reliability, speed, accuracy, creativity, and security categories."
"Interaction layer where humans, AI agents, and blockchain converge, powering a trustless reputation economy for ERC-8004 ecosystem."
"Interaction layer powering trustless reputation economy for ERC-8004 ecosystem with rewards for honest contributions."
| name | kraken-paper-to-live |
| version | 1.0.0 |
| description | Promote a validated paper strategy to live trading with safety checks. |
| metadata | {"openclaw":{"category":"finance"},"requires":{"bins":["kraken"],"skills":["kraken-paper-strategy","kraken-spot-execution","kraken-risk-operations"]}} |
Use this skill for:
Paper trading does not simulate fees, slippage, or partial fills. Live results will be worse than paper results. Before promoting, factor in:
When presenting promotion analysis to the user, explicitly state the expected performance reduction from these factors.
A strategy is ready for live promotion when:
Before the first live trade:
Verify credentials:
kraken auth test -o json 2>/dev/null
Check balance:
kraken balance -o json 2>/dev/null
Confirm pair is tradable:
kraken pairs --pair BTCUSD -o json 2>/dev/null
Validate a sample order (does not execute):
kraken order buy BTCUSD 0.001 --type limit --price 50000 --validate -o json 2>/dev/null
Enable dead man's switch:
kraken order cancel-after 600 -o json 2>/dev/null
Paper and live commands differ only in the prefix:
| Paper | Live |
|---|---|
kraken paper buy BTCUSD 0.01 | kraken order buy BTCUSD 0.01 |
kraken paper sell BTCUSD 0.01 | kraken order sell BTCUSD 0.01 |
kraken paper status | kraken balance + kraken open-orders |
kraken paper orders | kraken open-orders |
kraken paper history | kraken trades-history |
kraken paper cancel <ID> | kraken order cancel <TXID> |
Start with smaller size than paper:
After going live, maintain these controls:
If live behavior diverges from paper:
kraken order cancel-all -o json 2>/dev/null