Binance Trading Assistant Skill

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

23 stars

Best use case

Binance Trading Assistant Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using Binance Trading Assistant Skill 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-assistant/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/exchanges/binance-trading-assistant/SKILL.md"

Manual Installation

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

How Binance Trading Assistant Skill Compares

Feature / AgentBinance Trading Assistant SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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 Assistant Skill

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

## Capabilities

This skill enables your AI assistant to:
- Query Binance spot and futures balances
- Monitor open positions with real-time P&L
- Track portfolio performance
- Set price alerts for cryptocurrencies

## Commands

The assistant can handle requests like:
- "Check my Binance balance"
- "Show my open positions"
- "What's my total P&L today?"
- "How much BTC do I have?"

## Setup

1. Create Binance API keys (read-only recommended)
2. Store credentials in `~/.openclaw/secrets/binance.json`:
```json
{
  "apiKey": "your_api_key",
  "secret": "your_api_secret"
}
```

## Tools

### check_binance_balance
Query account balances across spot and futures.

**Usage**: "Check my Binance balance"

### check_positions
List all open futures positions with P&L.

**Usage**: "Show my open positions"

### get_portfolio_summary
Get a complete portfolio overview.

**Usage**: "What's my portfolio worth?"

## Safety

- Use read-only API keys
- Keys stored locally, never transmitted
- No trading permissions required

## Pricing

$5/month subscription via ClawHub

## Author

AI Trading Tools

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-bot

23
from jiayaoqijia/cryptoskill

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

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.