Initial public release: Bitget Wallet Cursor & Claude Code plugin v1.0.0#1
Open
BitgetWalletTeam wants to merge 1 commit into
Open
Conversation
First public release of bgw-cursor-plugin, the official Bitget Wallet plugin for Cursor IDE and Claude Code. Includes: - 7 skills (DeFi swap, token analysis, social wallet, RWA, x402, DApp integration, API debugging) with progressive-disclosure references - 3 Cursor rules (auto-applied: provider namespace, swap safety, security practices) - 3 agent personas (defi-operator, dapp-developer, api-debugger) - 7 Python scripts (BKHmacAuth client, EVM raw tx, EIP-712, Solana Ed25519, Tron secp256k1 signing, social wallet TEE flow, x402 USDC) - MCP server config (.mcp.json) — 36 tools across market data, smart money, RWA, swap, and balance domains - Claude Code plugin marketplace manifest Supports 8 chains for swap (Ethereum, BNB, Base, Arbitrum, Polygon, Solana, Morph, Tron) and 32+ chains for market data. Manifest metadata: - All `repository` fields and README clone URLs point to the canonical upstream `bitget-wallet-ai-lab/bgw-cursor-plugin`. - `author.url` / `owner.url` use the org GitHub page `https://github.com/bitget-wallet-ai-lab` as the public contact channel. - `.gitignore` retains `.social-wallet-secret` to protect any user who follows `skills/social-wallet/SKILL.md` from accidentally committing their `{appid, appsecret}` credentials. This commit has been audited: - 0 critical findings across credentials/secrets, internal infrastructure, and PII scans - No hardcoded API keys, private keys, mnemonics, or internal URLs - The documented test API key/secret in `skills/api-debugging/references/authentication.md` is intentionally shared (2 QPS, no IP whitelist, sandbox-only) as documented in-place
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First public release of bgw-cursor-plugin, the official Bitget Wallet plugin for Cursor IDE and Claude Code.
Includes:
Supports 8 chains for swap (Ethereum, BNB, Base, Arbitrum, Polygon, Solana, Morph, Tron) and 32+ chains for market data.
Manifest metadata:
repositoryfields and README clone URLs point to the canonical upstreambitget-wallet-ai-lab/bgw-cursor-plugin.author.url/owner.urluse the org GitHub pagehttps://github.com/bitget-wallet-ai-labas the public contact channel..gitignoreretains.social-wallet-secretto protect any user who followsskills/social-wallet/SKILL.mdfrom accidentally committing their{appid, appsecret}credentials.This commit has been audited:
skills/api-debugging/references/authentication.mdis intentionally shared (2 QPS, no IP whitelist, sandbox-only) as documented in-place