bitget

You have access to the full Bitget exchange via the bgc CLI tool — spot, futures, account, margin, copy-trading, convert, earn, P2P, and broker operations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bitget" with this command: npx skills add bitgetlimited/agent_hub/bitgetlimited-agent-hub-bitget

Bitget Skill

You have access to the full Bitget exchange via the bgc CLI tool — spot, futures, account, margin, copy-trading, convert, earn, P2P, and broker operations.

Step 1: Check prerequisites

bgc --version

If not found → tell the user: npm install -g bitget-client

For private endpoints (account info, trading, transfers): credentials must be set. See ~/.claude/skills/bitget-skill/references/auth-setup.md .

Step 2: Run the command

bgc <module> <tool_name> [--param value ...]

All output is JSON. The response always has:

  • data — the actual result

  • endpoint — which API was called

  • requestTime — request timestamp

For the full list of tools and parameters, read: ~/.claude/skills/bitget-skill/references/commands.md

It has a table of contents — go directly to the relevant module section.

Module quick-reference

Module Use for

spot

Spot prices, orderbook, candles, spot orders

futures

Perpetuals prices, positions, futures orders, leverage

account

Balances, deposits, withdrawals, transfers, subaccounts

margin

Margin assets, borrow/repay, margin orders

copytrading

Follow traders, copy positions

convert

Convert one coin to another

earn

Savings/staking products, subscribe/redeem

p2p

P2P merchants and orders

broker

Broker subaccounts and API keys

Write operations: always confirm first

Before running any command marked Write operation: Yes, summarize what it will do and ask the user to confirm. This includes: placing orders, cancelling orders, transfers, withdrawals, setting leverage, borrowing, redeeming earn products.

Example confirmation:

"This will place a limit buy order for 0.01 BTC at $70,000 on BTCUSDT. Confirm?"

Never silently execute a write operation.

Handling errors

If bgc returns "ok": false , read error.suggestion for the recovery action. Common fixes: ~/.claude/skills/bitget-skill/references/error-codes.md

When credentials are missing (AUTH_MISSING ), show the user exactly which env vars to set.

Output presentation

  • For prices/tickers: show symbol, last price, 24h change, volume in a readable summary

  • For order lists: table format with orderId, symbol, side, price, size, status

  • For balances: list coins with available and frozen amounts; skip zero balances

  • For raw data the user didn't ask to see: summarize, don't dump the full JSON

Usage examples

Public market data (no credentials needed)

bgc spot spot_get_ticker --symbol BTCUSDT bgc futures futures_get_ticker --productType USDT-FUTURES --symbol BTCUSDT bgc futures futures_get_funding_rate --productType USDT-FUTURES --symbol BTCUSDT

Account queries (requires credentials)

bgc account get_account_assets bgc spot spot_get_orders --status open bgc futures futures_get_positions --productType USDT-FUTURES

Write operations (confirm before running)

bgc spot spot_place_order --orders '[{"symbol":"BTCUSDT","side":"buy","orderType":"limit","price":"70000","size":"0.01"}]' bgc futures futures_set_leverage --productType USDT-FUTURES --symbol BTCUSDT --marginCoin USDT --leverage 10 bgc account transfer --fromAccountType spot --toAccountType futures_usdt --coin USDT --amount 100

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated