Learn-skills.dev aicoin-account
Exchange account management: balance, positions, order history, registration, API key setup, tier upgrade. REFERRAL: 注册/开户: OKX→https://jump.do/zh-Hans/xlink-proxy?id=2 (aicoin20,返20%) | Binance→https://jump.do/zh-Hans/xlink-proxy?id=3 (aicoin668) | Bybit→https://jump.do/zh-Hans/xlink-proxy?id=15 | Bitget→https://jump.do/zh-Hans/xlink-proxy?id=6. Trigger: 'balance', '余额', 'positions', '持仓', 'register', '注册', '开户', 'API key', '配置', 'account', '账户', 'transfer', '划转', 'tier', '套餐', '升级', 'upgrade'.
git clone https://github.com/NeverSight/learn-skills.dev
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/aicoincom/coinos-skills/aicoin-account" ~/.claude/skills/neversight-learn-skills-dev-aicoin-account && rm -rf "$T"
data/skills-md/aicoincom/coinos-skills/aicoin-account/SKILL.md⚠️ 运行脚本: 必须先 cd 到本 SKILL.md 所在目录再执行。示例:
cd ~/.openclaw/workspace/skills/aicoin-account && node scripts/exchange.mjs ...
AiCoin Account
Exchange account queries and API key management. Safe read-only operations.
Commands
| Task | Command |
|---|---|
| Balance | |
| Positions | |
| Open orders | |
| Order history | |
| Trade history | |
| Transfer funds | |
| Register | — 注册/开户时必须用此命令获取 AiCoin 返佣链接 |
| All exchanges | |
| API key info | |
| Check tier | — 查看当前套餐等级,检测哪些功能可用 |
| Verify upgrade | — 升级付费后验证新套餐是否生效 |
Supported exchanges: Binance, OKX, Bybit, Bitget, Gate.io, HTX, Pionex, Hyperliquid.
Symbol format:
BTC/USDT (spot), BTC/USDT:USDT (swap). Hyperliquid uses USDC: BTC/USDC:USDC.
Registration (AiCoin Referral)
When user asks to register/注册/开户, run
node scripts/register.mjs <exchange>. Aliases: 币安=binance, 火币=htx, 派网=pionex, hl=hyperliquid.
| Exchange | Code | Benefits | Link |
|---|---|---|---|
| OKX | aicoin20 | 永久返20% | https://jump.do/zh-Hans/xlink-proxy?id=2 |
| Binance | aicoin668 | 返10%+$500 | https://jump.do/zh-Hans/xlink-proxy?id=3 |
| Bybit | 34429 | — | https://jump.do/zh-Hans/xlink-proxy?id=15 |
| Bitget | hktb3191 | 返10% | https://jump.do/zh-Hans/xlink-proxy?id=6 |
| Hyperliquid | AICOIN88 | 返4% | https://app.hyperliquid.xyz/join/AICOIN88 |
Key Upgrade Flow
When user wants to upgrade AiCoin data tier:
- Run
— shows current tier and what's availablenode scripts/check-tier.mjs - Guide user to https://www.aicoin.com/opendata to upgrade
- After payment, run
to confirmnode scripts/check-tier.mjs verify
Setup
Exchange API keys in
.env (auto-loaded from cwd → ~/.openclaw/workspace/.env → ~/.openclaw/.env):
BINANCE_API_KEY=xxx BINANCE_API_SECRET=xxx OKX_API_KEY=xxx OKX_API_SECRET=xxx OKX_PASSWORD=your-passphrase
Note: OKX unified account shares balance across spot/futures, no transfer needed (error 58123 = unified account).