Files
gmgn-skills/.claude-plugin/marketplace.json
T
David Lau 2d7d0043e6 feat(chain): add robinhood support; disable monad/megaeth/hyperevm/tron
Add robinhood as a supported chain across the CLI and skills, and stop
advertising chains that are not publicly supported yet.

robinhood:
- validate.ts: add to VALID_CHAINS and treat as EVM for address checks
- reject guards for commands that do not support it: track kol,
  track smartmoney, cooking create (mirrors market signal)
- --chain help updated for supported commands (token/portfolio/swap/
  market kline·trending·trenches·hot-searches/track follow-*/order get/
  gas-price); OpenApiClient chain comment
- docs: all SKILL.md, Readme.md, Readme.zh.md (split-out row for
  unsupported commands), cli-usage.md, plugin/marketplace descriptions

disable monad/megaeth/hyperevm/tron:
- comment monad out of VALID_CHAINS (kept for quick re-enable)
- strip these chains from all --chain help, SKILL.md, cli-usage.md
  (hot-searches default now 4 chains: sol/bsc/base/eth)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 22:48:54 +08:00

46 lines
1.1 KiB
JSON

{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "gmgn-cli",
"description": "GMGN OpenAPI skills for AI coding assistants — token info, market data, wallet portfolio, and swap execution across sol / bsc / base / eth / robinhood",
"owner": {
"name": "GMGN"
},
"plugins": [
{
"name": "gmgn-cli",
"source": "./",
"description": "4 GMGN skills — token info & security, K-line market data, wallet portfolio analysis, and DEX swap execution",
"version": "1.0.0",
"author": {
"name": "GMGN"
},
"homepage": "https://gmgn.ai",
"repository": "https://github.com/GMGNAI/gmgn-skills",
"license": "MIT",
"keywords": [
"gmgn",
"crypto",
"solana",
"token",
"defi",
"swap",
"portfolio",
"market",
"blockchain",
"skills"
],
"category": "web3",
"tags": [
"skills",
"token",
"market",
"portfolio",
"swap",
"defi",
"blockchain"
],
"strict": false
}
]
}