·aicoin-trading
</>

aicoin-trading

下单交易工具。严格规则:(1) 所有订单必须通过 node scripts/exchange.mjs create_order 执行,禁止写自定义代码下单 (2) create_order 分两步:第一次返回预览,展示给用户等确认,用户说确认后第二次加 confirmed=true 执行 (3) 禁止自动确认,禁止跳过预览 (4) 平仓必须用 close_position,禁止用 create_order 构建平仓单。Trigger: 'buy', 'sell', 'order', 'long', 'short', 'leverage', 'close position', '买', '卖', '下单', '做多', '做空', '杠杆', '开仓', '平仓', '平掉', '关仓'.

10Installs·1Trend·@aicoincom

Installation

$npx skills add https://github.com/aicoincom/aicoin-skills --skill aicoin-trading

How to Install aicoin-trading

Quickly install aicoin-trading AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aicoincom/aicoin-skills --skill aicoin-trading
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aicoincom/aicoin-skills.

SKILL.md

View raw

⚠️ 运行脚本: 必须先 cd 到本 SKILL.md 所在目录再执行。示例: cd /.openclaw/workspace/skills/aicoin-trading && node scripts/exchange.mjs ...

| 设置杠杆+保证金模式 | node scripts/exchange.mjs settradingparams '{"exchange":"okx","symbol":"BTC/USDT:USDT","leverage":10,"marginmode":"isolated","markettype":"swap"}' | | 查合约信息 | node scripts/exchange.mjs markets '{"exchange":"okx","markettype":"swap","base":"BTC"}' |

| 平仓(全部或指定) | node scripts/exchange.mjs closeposition '{"exchange":"okx","markettype":"swap"}' — 加 "symbol":"BTC/USDT:USDT" 只平单个 | | 取消订单 | node scripts/exchange.mjs cancelorder '{"exchange":"okx","symbol":"BTC/USDT","orderid":"xxx"}' |

下单交易工具。严格规则:(1) 所有订单必须通过 node scripts/exchange.mjs create_order 执行,禁止写自定义代码下单 (2) create_order 分两步:第一次返回预览,展示给用户等确认,用户说确认后第二次加 confirmed=true 执行 (3) 禁止自动确认,禁止跳过预览 (4) 平仓必须用 close_position,禁止用 create_order 构建平仓单。Trigger: 'buy', 'sell', 'order', 'long', 'short', 'leverage', 'close position', '买', '卖', '下单', '做多', '做空', '杠杆', '开仓', '平仓', '平掉', '关仓'. Source: aicoincom/aicoin-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aicoincom/aicoin-skills --skill aicoin-trading
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from aicoincom/aicoin-skills

Quick answers

What is aicoin-trading?

下单交易工具。严格规则:(1) 所有订单必须通过 node scripts/exchange.mjs create_order 执行,禁止写自定义代码下单 (2) create_order 分两步:第一次返回预览,展示给用户等确认,用户说确认后第二次加 confirmed=true 执行 (3) 禁止自动确认,禁止跳过预览 (4) 平仓必须用 close_position,禁止用 create_order 构建平仓单。Trigger: 'buy', 'sell', 'order', 'long', 'short', 'leverage', 'close position', '买', '卖', '下单', '做多', '做空', '杠杆', '开仓', '平仓', '平掉', '关仓'. Source: aicoincom/aicoin-skills.

How do I install aicoin-trading?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aicoincom/aicoin-skills --skill aicoin-trading Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/aicoincom/aicoin-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10