by Bitget-AI
Official Bitget Agent Hub — open-source AI toolkit connecting Claude, Cursor, Codex & ChatGPT to Bitget crypto trading (89 UTA v3 ops) and market analysis. Central installer for CLI, MCP, SDK, skills & signals.
# Add to your Claude Code skills
git clone https://github.com/Bitget-AI/agent_hubLast scanned: 7/15/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-15T06:13:13.476Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}agent_hub is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Bitget-AI. Official Bitget Agent Hub — open-source AI toolkit connecting Claude, Cursor, Codex & ChatGPT to Bitget crypto trading (89 UTA v3 ops) and market analysis. Central installer for CLI, MCP, SDK, skills & signals. It has 218 GitHub stars.
Yes. agent_hub passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Bitget-AI/agent_hub" and add it to your Claude Code skills directory (see the Installation section above).
agent_hub is primarily written in JavaScript. It is open-source under Bitget-AI on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent_hub against similar tools.
No comments yet. Be the first to share your thoughts!
Bitget Agent Hub is Bitget's official AI Agent toolkit, covering cryptocurrency and tokenized US stock trading — bringing 89 Bitget UTA v3 operations across trading and market analysis to Claude, Cursor, Codex, ChatGPT, and other AI agents.
Built for individual traders, quant developers, and anyone who wants to operate a crypto exchange through natural language.
This repository is the central entry point for the entire ecosystem. See individual package repos for detailed documentation.
What do you want to do with AI?
|
+-- Let an AI Agent trade on Bitget for me
| |
| +-- Terminal AI (Claude Code / Codex CLI / OpenClaw)
| | -> install agent-cli + agent-skill
| |
| +-- Desktop AI (Claude Desktop / Cursor / Continue)
| -> install agent-mcp
|
+-- Let an AI Agent monitor and analyze the market for me
| -> install bitget-signal (no account, no API key)
|
+-- I'm a developer building my own Bitget AI tool
-> install bitget-agent-sdk
The use-case tree above tells you which package you need. To set up the terminal tools in one shot, paste this into your terminal AI (Claude Code, Codex, OpenClaw):
Please run `npx @bitget-ai/bitget-agent-installer upgrade-all --target all` to set up the Bitget Agent Hub terminal tools (requires Node.js 20+), then help me verify the install.
This installs the bgc CLI plus the trading and market-signal skills, and deploys the skills to Claude Code, Codex, and OpenClaw. Desktop AI (Cursor, Claude Desktop, ChatGPT) uses bitget-agent-mcp instead — see Trading Tools. For per-package commands, rollback, and flags, see Installer below.
Bitget Agent Hub consists of 5 core packages, each with a single responsibility. This repo also ships the bitget-agent-installer meta-tool that installs and upgrades them together.
| Package | Best For | What It Does |
|---|---|---|
bitget-agent-sdk |
Developers | Foundation TypeScript SDK with 89 UTA v3 operations |
bitget-agent-cli |
Terminal AI | bgc command-line tool for Claude Code, Codex, OpenClaw |
bitget-agent-mcp |
Desktop AI | MCP server for Claude Desktop, Cursor, Windsurf, ChatGPT |
bitget-agent-skill |
Terminal AI | AI reasoning guide teaching how to use bgc correctly |
| Package | What It Does |
|---|---|
bitget-signal |
5 market analysis skills — macro, on-chain, sentiment, technical, news |
All packages are MIT-licensed and free to use. They can be installed side by side without conflicts.
@bitget-ai/bitget-agent-installer is the ecosystem's meta-tool. One command installs, upgrades, rolls back, and deploys the Bitget Agent Hub packages into your AI tools — no installing each package and running each skill's setup by hand.
npx @bitget-ai/bitget-agent-installer
Run it with no arguments for an interactive menu, or pass a command directly (see below).
| Package | Role |
|---|---|
bitget-agent-cli |
The bgc terminal trading CLI |
bitget-agent-skill |
Trading reasoning guide for terminal AI |
bitget-signal |
Market-analysis skills (no API key) |
Desktop AI uses
bitget-agent-mcp, which is registered in your MCP client's config rather than installed globally — set it up via the MCP package directly.bitget-agent-sdkis a library dependency and needs no separate install.
--target.--dry-run prints every command without running it.npx; auto-detects npm or pnpm.| Command | What It Does |
|---|---|
| (no arguments) | Interactive menu — upgrade, rollback, or deploy skills |
upgrade-all [--target <tools>] |
Install or update all managed packages to latest |
upgrade <pkg> [--target <tools>] |
Install or update one package to latest |
rollback <pkg> --to <version> |
Switch a package to a specific published version |
install [pkg] [--target <tools>] |
Deploy an already-installed package's skills to your AI tools |
Flags
--target <tools> — where to deploy skills: claude, codex, openclaw, all (comma-separated; default claude)--dry-run — preview commands without executing them--version · --help# Install everything and deploy skills to every supported AI tool
npx @bitget-ai/bitget-agent-installer upgrade-all --target all
# Update just the CLI to the latest version
npx @bitget-ai/bitget-agent-installer upgrade @bitget-ai/bitget-agent-cli
# Roll the CLI back to the pre-v3 release
npx @bitget-ai/bitget-agent-installer rollback @bitget-ai/bitget-agent-cli --to 1.2.0
# Deploy already-installed market-signal skills into Claude Code and Codex
npx @bitget-ai/bitget-agent-installer install @bitget-ai/bitget-signal --target claude,codex
# Preview an upgrade without changing anything
npx @bitget-ai/bitget-agent-installer upgrade-all --target all --dry-run
Bitget Agent Hub's trading tools expose 89 UTA v3 operations through 14 curated intent verbs:
| Ask Your AI | What It Does |
|---|---|
| "Buy 0.1 BTC at market price" | Spot market order |
| "Open a BTC long, 10x leverage" | Futures position |
| "Check my balance" | Account overview |
| "Transfer USDT to futures" | Internal fund transfer |
| "Cancel all open orders" | Batch cancel |
| Your AI Lives In… | Package Installed |
|---|---|
| Terminal AI: Claude Code, Codex CLI, OpenClaw | bitget-agent-cli + bitget-agent-skill |
| Desktop AI: Claude Desktop, Cursor, Continue, Windsurf, ChatGPT Desktop | bitget-agent-mcp |
First time? Create a Demo API Key and use
--paper-tradingto practice before touching real funds.
bitget-signal adds 5 market analysis skills — no Bitget account, no API key required:
| Ask Your AI | Skill |
|---|---|
| "How is Fed policy affecting BTC?" | macro-analyst |
| "Are whales moving assets on-chain?" | market-intel |
| "Is the market fearful or greedy?" | sentiment-analyst |
| "Is BTC RSI overbought?" | technical-analysis |
| "What's important in crypto today?" | news-briefing |
npx @bitget-ai/bitget-signal --target all
Restart your AI tool, then ask about market conditions.
Bitget-exclusive signals:
top-trader-flow: Top copy-trading leader positioningderivatives-structure: Perp basis and term structurelarge-flow-detect: Whale-sized order detectiongraph TD
subgraph Surfaces
A[bitget-agent-cli<br/>Terminal AI]
B[bitget-agent-mcp<br/>Desktop AI MCP]
C[bitget-agent-skill<br/>AI Reasoning Guide]
end
subgraph Foundation
D[bitget-agent-sdk<br/>TypeScript SDK]
end
subgraph MarketAnalysis
E[bitget-signal<br/>5 Analysis Skills]
end
A --> D
B --> D
C --> A
D --> F[Bitget UTA v3 API]
E --> G[Public Market-Data MCP<br/>no API key]
style D fill:#f9f,stroke:#333,stroke-width