Files
gmgn-skills/.claude-plugin/marketplace.json
T

50 lines
1.3 KiB
JSON
Raw Normal View History

2026-03-13 18:57:50 +08:00
{
"$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 & copy-trade scoring, and swap execution across sol / bsc / base / eth / robinhood",
2026-03-13 18:57:50 +08:00
"owner": {
"name": "GMGN"
},
"plugins": [
{
"name": "gmgn-cli",
"source": "./",
"description": "8 GMGN skills — token info & security, holder chip analysis, K-line market data & trending tokens, wallet portfolio analysis, wallet copy-trade scoring, follow/KOL/Smart Money tracking, DEX swap execution, and launchpad token creation",
2026-03-13 18:57:50 +08:00
"version": "1.0.0",
"author": {
"name": "GMGN"
},
"homepage": "https://gmgn.ai",
2026-03-26 19:06:03 +08:00
"repository": "https://github.com/GMGNAI/gmgn-skills",
2026-03-13 18:57:50 +08:00
"license": "MIT",
"keywords": [
"gmgn",
"crypto",
"solana",
"token",
"defi",
"swap",
"portfolio",
"market",
"blockchain",
"skills",
"copytrade",
"launchpad"
2026-03-13 18:57:50 +08:00
],
"category": "web3",
"tags": [
"skills",
"token",
"market",
"portfolio",
"swap",
"defi",
"blockchain",
"copytrade",
"launchpad"
2026-03-13 18:57:50 +08:00
],
"strict": false
}
]
}