🧪 Skills
Binance Trading Bot
Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)
v1.0.0
Description
name: binance-trading-bot description: Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成) version: 1.0.0 author: moson tags:
- binance
- trading
- crypto
- bot
- spot
- futures homepage: https://github.com/moson/binance-trading-bot metadata: clawdbot: requires: env: - SKILLPAY_API_KEY - BINANCE_API_KEY - BINANCE_SECRET_KEY triggers:
- "binance 交易"
- "binance 买入"
- "binance 卖出"
- "binance 余额"
- "binance 查询"
- "binance trading"
- "buy binance"
- "sell binance" price: 0.001 USDT per call
Binance Trading Bot
功能
Binance 现货/合约交易机器人,支持:
- 查询余额 - 获取现货和合约钱包余额
- 市价交易 - 快速市价买入/卖出
- 限价交易 - 设置价格买入/卖出
- 止盈止损 - 设置止盈止损单
- 市场数据 - 查询实时价格、K线数据
使用示例
- "查询我的 binance 余额"
- "市价买入 BTC 0.01"
- "限价买入 ETH 0.1 价格 3000"
- "卖出 BNB 0.5"
配置要求
{
"skills": {
"entries": {
"binance-trading-bot": {
"enabled": true,
"env": {
"SKILLPAY_API_KEY": "你的 SkillPay API Key",
"BINANCE_API_KEY": "你的 Binance API Key",
"BINANCE_SECRET_KEY": "你的 Binance Secret Key"
}
}
}
}
}
风险提示
- 交易有风险,资金自负
- 建议先使用测试网测试
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!