Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill binance-trading-bot --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Binance Trading Bot?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-binance-trading-bot)More formats (shields.io, HTML) on the badges page.
---
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 现货/合约交易机器人,支持:
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"
}
}
}
}
}
```
## 风险提示
- 交易有风险,资金自负
- 建议先使用测试网测试
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...