by gate
通过自然语言在 Gate Exchange 执行 USDT 永续期货交易。开仓、平仓、取消和修改仓位,并配备确认保护机制。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 gate-exchange-futures 技能" 开始使用
=== gate-exchange-futures 技能 === 作者: gate 描述: 通过自然语言在 Gate Exchange 执行 USDT 永续期货交易。开仓、平仓、取消和修改仓位,并配备确认保护机制。 使用方法: 1. 调用技能: "使用 gate-exchange-futures 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 gate-exchange-futures 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
data
safe
AI Agent skill for Gate USDT perpetual futures. Supports four operations only: open position, close position, cancel order, amend order. No market monitoring or arbitrage scanning.
| Module | Description | Example |
|---|---|---|
| Open | Limit/market open long or short, cross/isolated mode | "BTC_USDT long 100U, limit 65000" |
| Close | Full close, partial close, reverse position | "Close all BTC", "Reverse to short" |
| Cancel | Cancel single or batch orders | "Cancel all orders", "Cancel that buy order" |
| Amend | Change order price or size | "Change price to 60000" |
Intent is routed by keywords to the corresponding reference:
| Intent | Keywords | Reference |
|---|---|---|
| Open position | long, short, buy, sell, open | references/open-position.md |
| Close position | close, close all, reverse | references/close-position.md |
| Cancel order | cancel, revoke | references/cancel-order.md |
| Amend order | amend, modify | references/amend-order.md |
# Open
"Open long 1 contract BTC_USDT at 65000"
"BTC_USDT long 100U, limit 65000"
# Close
"Close all BTC_USDT"
"Close half"
# Cancel
"Cancel all BTC_USDT orders"
# Amend
"Change that buy order price to 64000"
gate-futures/
├── README.md
├── SKILL.md
├── CHANGELOG.md
└── references/
├── open-position.md
├── close-position.md
├── cancel-order.md
└── amend-order.md
MIT
View Count
0
Download Count
0
Favorite Count
0
Quality Score
78