binance-trading-bot

Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)

23 stars

Best use case

binance-trading-bot is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)

Teams using binance-trading-bot should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/binance-trading-bot/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/exchanges/binance-trading-bot/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/binance-trading-bot/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How binance-trading-bot Compares

Feature / Agentbinance-trading-botStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Binance Trading Bot

## 功能

Binance 现货/合约交易机器人,支持:

1. **查询余额** - 获取现货和合约钱包余额
2. **市价交易** - 快速市价买入/卖出
3. **限价交易** - 设置价格买入/卖出
4. **止盈止损** - 设置止盈止损单
5. **市场数据** - 查询实时价格、K线数据

## 使用示例

```
- "查询我的 binance 余额"
- "市价买入 BTC 0.01"
- "限价买入 ETH 0.1 价格 3000"
- "卖出 BNB 0.5"
```

## 配置要求

```json
{
  "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"
        }
      }
    }
  }
}
```

## 风险提示

- 交易有风险,资金自负
- 建议先使用测试网测试

Related Skills

margin-trading

23
from jiayaoqijia/cryptoskill

KuCoin Margin trading using the KuCoin API. Cross margin and isolated margin market data, order queries, borrowing/repaying queries, lending queries, and risk limits. Authentication requires API Key, API Secret, and Passphrase.

futures-trading

23
from jiayaoqijia/cryptoskill

KuCoin Futures trading using the KuCoin API. Futures market data, orders, positions, and funding fees. Authentication requires API Key, API Secret, and Passphrase.

kraken-grid-trading

23
from jiayaoqijia/cryptoskill

Grid trading strategy with layered buy and sell orders across a price range.

kraken-futures-trading

23
from jiayaoqijia/cryptoskill

Place, manage, and monitor futures orders across the full lifecycle.

kraken-basis-trading

23
from jiayaoqijia/cryptoskill

Capture the spot-futures price spread with delta-neutral basis trades.

gate-exchange-trading-copilot

23
from jiayaoqijia/cryptoskill

End-to-end cryptocurrency trading copilot for Gate Exchange. Use this skill whenever the user wants one skill to complete market judgment, risk control, and execution for a cryptocurrency trade on Gate Exchange. Trigger phrases include "analyze before placing an order", "analyze before buying", "check risk before trading", or any request involving cryptocurrency trade judgment, order drafting, spot or futures execution, or post-trade management on Gate Exchange.

bybit-trading

23
from jiayaoqijia/cryptoskill

Bybit AI Trading Skill — Trade on Bybit using natural language. Covers spot, derivatives, earn, and more. Works with Claude, ChatGPT, OpenClaw, and any AI assistant.

binance-web3-openapi-skill

23
from jiayaoqijia/cryptoskill

Operate Binance Web3 public market and research APIs through UXC with a curated OpenAPI schema. Use when tasks need token search, token metadata/market snapshots, address holdings, rankings, token audit, or smart money signals on Binance Web3.

binance-watchlist

23
from jiayaoqijia/cryptoskill

Scan a full Binance spot watchlist using multi-indicator TA scoring. Returns ranked trading opportunities sorted by signal strength. No API key required (uses public data). Use for Binance scanning, watchlist screening, signal ranking, or finding the best trade setup right now.

Binance Trading Assistant Skill

23
from jiayaoqijia/cryptoskill

Monitor Binance account balances, positions, and get price alerts through your AI assistant.

binance-stat-arb-monitor

23
from jiayaoqijia/cryptoskill

Binance 统计套利监控系统。基于 ETH/BTC 永续合约价格比率计算 z-score,生成均值回归交易信号并推送到 Telegram 或飞书。 使用场景: (1) 监控统计套利机会(ETH/BTC 比率偏离均值) (2) 计算 z-score 判断开仓/平仓时机 (3) 生成交易信号(OPEN/CLOSE) (4) 通过 Telegram Channel 或飞书推送信号 (5) 记录信号历史用于回测分析 数据来源:Binance USDT 合约公共 API(无需认证即可获取行情数据)

binance-spot-websocket-skill

23
from jiayaoqijia/cryptoskill

Subscribe to Binance Spot public market streams through UXC raw WebSocket support for trades, book ticker, depth, and ticker events with stream-specific guardrails.