Operate Binance Spot APIs through safe REST, WebSocket, and SDK workflows with signed requests, rate-limit control, and testnet-first execution.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install binance或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install binance⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/binance/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Binance API slug: binance version: 1.0.0 homepage: https://clawic.com/skills/binance description: Operate Binance Spot APIs through safe REST, WebSocket, and SDK workflows with signed requests, rate-limit control, and testnet-first execution. changelog: Initial release with production-safe Binance Spot API workflows for REST, WebSocket, signing, and testnet validation. metadata: {"clawdbot":{"emoji":"📈","requires":{"bins":["curl","openssl","jq"],"env":["BINANCE_API_KEY","BINANCE_API_SECRET"]},"os":["linux","darwin","win32"]}} ---
On first use, read setup.md for integration preferences and safe environment defaults.
User needs to read Binance market data, place or manage Spot orders, or troubleshoot signed API calls from terminal workflows. Agent handles request signing, filter validation, rate-limit safety, and WebSocket reconciliation.
Memory lives in ~/binance/. See memory-template.md for structure.
~/binance/
├── memory.md # API mode, symbols, and execution preferences
├── runbooks.md # Repeatable workflows that worked in production
├── incidents.md # Failures, response codes, and fixes
└── snapshots/ # Symbol filters and pre-trade validation captures
| Topic | File | |-------|------| | Setup behavior | setup.md | | Memory template | memory-template.md | | Fast start commands | quickstart.md | | Auth and signatures | auth-signing.md | | Market data patterns | market-data.md | | Streams and WS API | websocket.md | | SDK and CLI options | sdk-cli.md | | Limits and error handling | errors-limits.md | | Spot testnet operations | testnet.md | | Incident recovery | troubleshooting.md |
curlopenssljqBINANCE_API_KEY and BINANCE_API_SECRET for signed Spot requestsBINANCE_BASE_URL, BINANCE_WS_BASE, and BINANCE_TESTNET=1Never commit API keys or secrets to repository files.
~/binance/memory.md for preferences and environment mode~/binance/runbooks.md for proven workflows~/binance/incidents.md for outage and error history~/binance/snapshots/ for exchangeInfo and filter capturesrecvWindow realistic.exchangeInfo and enforce PRICE_FILTER, LOT_SIZE, and MIN_NOTIONAL.POST /api/v3/order/test first.POST /api/v3/order only when payload and filters are confirmed.executionReport events and REST queries.rateLimits in responses and throttle proactively.429 or 418, pause, back off exponentially, and avoid hammering retries.-1021 and fake auth failures.-1022.stepSize fails despite valid account balance.429 weight responses can trigger temporary automated bans.Only official Binance API surfaces below are used by this skill.
| Endpoint | Data Sent | Purpose | |----------|-----------|---------| | https://api.binance.com and https://api-gcp.binance.com | Signed trade/account params, market query params | Spot REST production | | https://api1.binance.com to https://api4.binance.com | Same as Spot REST | Alternative production REST hosts | | https://data-api.binance.vision | Public market data params only | Spot public market data | | wss://stream.binance.com:9443 and wss://stream.binance.com:443 | Stream subscribe payloads and listenKey stream data | Spot market/user streams | | wss://data-stream.binance.vision | Market stream subscriptions only | Public market streams | | wss://ws-api.binance.com:443/ws-api/v3 | WS API signed and unsigned request payloads | Spot WebSocket API | | https://testnet.binance.vision, wss://stream.testnet.binance.vision, wss://ws-api.testnet.binance.vision/ws-api/v3 | Test order/account payloads | Spot testnet validation |
No other data is sent externally.
Data that leaves your machine:
Data that stays local:
~/binance/This skill does NOT:
By using this skill, request data is sent to Binance infrastructure. Only install if you trust Binance with your operational trading metadata.
Install with clawhub install if user confirms:
api - Build and debug robust HTTP API request workflowsauth - Handle API auth models, signatures, and credential safetybash - Automate shell workflows with safer command compositionbitcoin - Add BTC domain context when analyzing crypto executionclawhub star binanceclawhub sync安装 Binance API 后,可以对 AI 说这些话来触发它
Help me get started with Binance API
Explains what Binance API does, walks through the setup, and runs a quick demo based on your current project
Use Binance API to operate Binance Spot APIs through safe REST, WebSocket, and SDK wor...
Invokes Binance API with the right parameters and returns the result directly in the conversation
What can I do with Binance API in my finance & investment workflow?
Lists the top use cases for Binance API, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/binance/ 目录(个人级,所有项目可用),或 .claude/skills/binance/(项目级)。重启 AI 客户端后,用 /binance 主动调用,或让 AI 根据上下文自动发现并使用。
Binance API 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Binance API 可免费安装使用。请查阅仓库了解许可证信息。
Operate Binance Spot APIs through safe REST, WebSocket, and SDK workflows with signed requests, rate-limit control, and testnet-first execution.
Binance API 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Binance API
Identifies repetitive steps in your workflow and sets up Binance API to handle them automatically