aicoin-account by aicoincom/coinos-skills
npx skills add https://github.com/aicoincom/coinos-skills --skill aicoin-account⚠️ 运行脚本: 必须先 cd 到本 SKILL.md 所在目录再执行。示例:
cd ~/.openclaw/workspace/skills/aicoin-account && node scripts/exchange.mjs ...
交易所账户查询与 API 密钥管理。安全的只读操作。
| 任务 | 命令 |
|---|---|
| 余额 | node scripts/exchange.mjs balance '{"exchange":"okx"}' |
| 持仓 | node scripts/exchange.mjs positions '{"exchange":"okx","market_type":"swap"}' |
| 未成交订单 | node scripts/exchange.mjs open_orders '{"exchange":"okx","symbol":"BTC/USDT"}' |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 订单历史 | node scripts/exchange.mjs closed_orders '{"exchange":"okx","symbol":"BTC/USDT","limit":20}' |
| 交易历史 | node scripts/exchange.mjs my_trades '{"exchange":"okx","symbol":"BTC/USDT","limit":20}' |
| 资金划转 | node scripts/exchange.mjs transfer '{"exchange":"binance","code":"USDT","amount":100,"from_account":"spot","to_account":"future"}' |
| 注册 | node scripts/register.mjs okx — 注册/开户时必须用此命令获取 AiCoin 返佣链接 |
| 所有交易所 | node scripts/exchange.mjs exchanges |
| API 密钥信息 | node scripts/api-key-info.mjs |
| 检查套餐等级 | node scripts/check-tier.mjs — 查看当前套餐等级,检测哪些功能可用 |
| 验证升级 | node scripts/check-tier.mjs verify — 升级付费后验证新套餐是否生效 |
支持的交易所: Binance, OKX, Bybit, Bitget, Gate.io, HTX, Pionex, Hyperliquid.
交易对格式: BTC/USDT (现货), BTC/USDT:USDT (永续合约). Hyperliquid 使用 USDC: BTC/USDC:USDC.
当用户要求注册/开户时,运行 node scripts/register.mjs <exchange>。别名: 币安=binance, 火币=htx, 派网=pionex, hl=hyperliquid.
| 交易所 | 代码 | 福利 | 链接 |
|---|---|---|---|
| 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 |
当用户想要升级 AiCoin 数据套餐时:
node scripts/check-tier.mjs — 显示当前套餐等级及可用功能node scripts/check-tier.mjs verify 以确认升级生效交易所 API 密钥放在 .env 文件中(自动从以下位置加载:当前工作目录 → ~/.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
注意: OKX 统一账户在现货/合约间共享余额,无需划转(错误码 58123 = 统一账户)。
每周安装次数
67
代码仓库
GitHub 星标数
7
首次出现
3 天前
安全审计
已安装于
gemini-cli67
github-copilot67
codex67
amp67
cline67
kimi-cli67
⚠️ 运行脚本: 必须先 cd 到本 SKILL.md 所在目录再执行。示例:
cd ~/.openclaw/workspace/skills/aicoin-account && node scripts/exchange.mjs ...
Exchange account queries and API key management. Safe read-only operations.
| Task | Command |
|---|---|
| Balance | node scripts/exchange.mjs balance '{"exchange":"okx"}' |
| Positions | node scripts/exchange.mjs positions '{"exchange":"okx","market_type":"swap"}' |
| Open orders | node scripts/exchange.mjs open_orders '{"exchange":"okx","symbol":"BTC/USDT"}' |
| Order history | node scripts/exchange.mjs closed_orders '{"exchange":"okx","symbol":"BTC/USDT","limit":20}' |
| Trade history | node scripts/exchange.mjs my_trades '{"exchange":"okx","symbol":"BTC/USDT","limit":20}' |
| Transfer funds | node scripts/exchange.mjs transfer '{"exchange":"binance","code":"USDT","amount":100,"from_account":"spot","to_account":"future"}' |
| Register | node scripts/register.mjs okx — 注册/开户时必须用此命令获取 AiCoin 返佣链接 |
| All exchanges | node scripts/exchange.mjs exchanges |
| API key info | node scripts/api-key-info.mjs |
| Check tier | node scripts/check-tier.mjs — 查看当前套餐等级,检测哪些功能可用 |
| Verify upgrade | node scripts/check-tier.mjs verify — 升级付费后验证新套餐是否生效 |
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.
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 |
When user wants to upgrade AiCoin data tier:
node scripts/check-tier.mjs — shows current tier and what's availablenode scripts/check-tier.mjs verify to confirmExchange 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).
Weekly Installs
67
Repository
GitHub Stars
7
First Seen
3 days ago
Security Audits
Gen Agent Trust HubFailSocketWarnSnykWarn
Installed on
gemini-cli67
github-copilot67
codex67
amp67
cline67
kimi-cli67
Bun运行时使用指南:快速JavaScript/TypeScript开发工具链与Node.js迁移教程
684 周安装
HR自动化工作流模板:基于n8n的招聘、入职、绩效与离职流程自动化解决方案
411 周安装
招聘流程管理插件 | 全流程自动化招聘工具,集成ATS系统,提升招聘效率
436 周安装
线索信息丰富化工具 - 将标识符转化为完整联系人档案 | Apollo数据集成
438 周安装
AI YouTube脚本撰写专家 | 一键生成高留存率视频脚本 | 支持多种风格与格式
349 周安装
ts-agent-sdk:为AI代理生成类型化TypeScript SDK,简化MCP服务器交互
317 周安装