Bitget Agent Skill
About
AI trading skill files that teach Claude Code how to use Bitget correctly
Details
- Author
- Bitget-AI
- Downloads
- 963
- Categories
- Finance
Jump to
- No API key required — pure Markdown
- No network access — no runtime process
- No credential storage — keys are passed via environment variables to bgc
- Credentials live only in environment variables (no .env file parsing)
- --read-only strips all write tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bitget Agent SkillCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README includes setup instructions such as > Why -g? bgc is a persistent CLI your AI calls dozens of times per session — it must be on $PATH. This skill, by contrast, is a one-s.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bitget agent skill": {
"agent-skill": {
"command": "npx",
"args": [
"@bitget-ai/bitget-agent-skill"
]
}
}
}
}
McpServers
{
"agent-skill": {
"command": "npx",
"args": [
"@bitget-ai/bitget-agent-skill"
]
}
}
Pure-Markdown skill files for Claude Code, Codex, and OpenClaw. Teaches the AI when to call Bitget, how to compose multi-step trading workflows, confirm before writes, and handle errors. Triggers on English and Chinese natural language. Must be installed alongside bitget-agent-cli (bgc). No runtime, no API key in the skill itself.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
