9 AI SkillsOpen Source

Your AI Trading Copilot

Install once, talk naturally. AI skills that understand markets, manage portfolios, execute trades, and monitor risk.

npx skills add https://github.com/blofin/blofin-skills-hub
Market DataPortfolioTraderRiskCopy Trading

9 Skills, One Platform

Everything your AI agent needs in a single package.

Setup

One command to connect your AI agent to BloFin. Auto-configures API credentials.

API ConfigMCP Server
Market Data
No Auth

Ask for any price, orderbook depth, or candlestick chart. Real-time data with zero auth.

PricesOrderbooks
Trader
Popular

Execute trades naturally. Supports market, limit, TP/SL, and batch orders in one command.

OrdersTP/SLBatch
Accounts

Check balances, review open positions, and adjust leverage through natural language.

BalancesPositions
Analyst

Get instant PnL breakdowns, win rate analysis, and performance reports.

PnLWin Rate
Risk Manager

Monitor liquidation risk, calculate position sizes, and get risk scores before trading.

LiquidationSizing
Funding

Track funding rate trends across all perpetual pairs. Spot arbitrage opportunities.

RatesAlerts
Assets

Transfer funds between accounts, check deposit status, and track withdrawals.

TransferDeposit
Copy Trading

Browse top-performing traders, follow their strategies, and manage copy positions.

FollowAuto-copy

Three Steps to AI Trading

From install to your first AI-powered trade in under 2 minutes

1

Install Skills

One command installs all 9 BloFin skills into your AI agent. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible assistant.

$ npx skills add https://github.com/blofin/blofin-skills-hub
2

Talk to Your AI

Ask questions in plain English. Your AI agent understands trading context and fetches live market data on your behalf.

What's the current BTC price?
BTC is currently trading at $67,432.50, up 2.3% in the last 24h. 24h volume is $1.2B.
3

AI Trades for You

Give your AI a trading instruction and it executes instantly — with automatic TP/SL placement and confirmation.

Open a long BTC position, 0.1 BTC with 10x leverage
Order executed: Long BTC/USDT 0.1 BTC at $67,432.50 with 10x leverage. TP set at $70,000, SL at $65,000.

Real Conversations, Real Trades

See how traders use AI skills in everyday scenarios

Daily Routine

Morning Market Brief

Start your day with a complete overview

Give me a morning briefing on my portfolio
Portfolio Summary:Total PnL: +$342.50 (+3.2%) Open positions: 3 (BTC, ETH, SOL) BTC funding rate: 0.015% — neutral No liquidation risks detected.
Risk Management

Position Health Check

Monitor risk before it becomes a problem

Check my risk exposure across all positions
Risk Report:ETH 20x long — risk score: HIGH Liq. price only 4.2% away. Suggestion: reduce leverage to 10x or add $200 margin.
Copy Trading

Follow Top Traders

Discover and copy winning strategies

Show me top 3 traders this month with lowest drawdown
Top Traders (30d):1. CryptoKing — +28% / -3.1% DD 2. AlphaBot — +22% / -2.8% DD 3. SteadyEddie — +18% / -1.5% DD Want to follow any of them?

Up and Running

Connect your AI agent in minutes. No complex setup required.

1

Create Your API Keys

Generate API keys from your BloFin account. Set permissions based on what you want your AI to do — read-only for analysis, or full access for trading.

Go to API Management
2

Install the Skills

One command installs all 9 skills. Or pick just the ones you need.

bash
# Install all skills
npx skills add https://github.com/blofin/blofin-skills-hub
# Or install one skill
npx skills add https://github.com/blofin/blofin-skills-hub/tree/main/skills/trader
3

Configure Environment

Set your API credentials as environment variables. Your AI agent reads these automatically.

json
BLOFIN_API_KEY=your-api-key
BLOFIN_API_SECRET=your-api-secret
BLOFIN_PASSPHRASE=your-passphrase

Common Questions

What are AI Skills?

AI Skills are plug-and-play capabilities that give your AI agent (like Claude, ChatGPT, or Cursor) the ability to interact with external services through natural conversation.

Your API keys control what the agent can do. You can create read-only keys for market data and analysis, or trading-enabled keys for execution. The agent always confirms before placing trades, and you maintain full control through API permission settings.

Any agent that supports the Skills protocol or MCP (Model Context Protocol) — including Claude Code, Cursor, Windsurf, and other compatible AI assistants. The skills are designed to be agent-agnostic.

Yes! The skills hub is open source under Apache 2.0. Fork the repository, create a skill folder with a SKILL.md file, and submit a pull request. See the contribution guide on GitHub for details.

Start Trading with AI

Install 9 skills in one command. Free and open source.

View on GitHub