2026-03-13 18:57:50 +08:00
{
"$schema" : "https://anthropic.com/claude-code/marketplace.schema.json" ,
"name" : "gmgn-cli" ,
2026-07-22 12:07:22 +08:00
"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" : "./" ,
2026-07-22 12:07:22 +08:00
"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" ,
2026-07-22 12:07:22 +08:00
"skills" ,
"copytrade" ,
"launchpad"
2026-03-13 18:57:50 +08:00
],
"category" : "web3" ,
"tags" : [
"skills" ,
"token" ,
"market" ,
"portfolio" ,
"swap" ,
"defi" ,
2026-07-22 12:07:22 +08:00
"blockchain" ,
"copytrade" ,
"launchpad"
2026-03-13 18:57:50 +08:00
],
"strict" : false
}
]
}