initial import

This commit is contained in:
dev
2026-03-13 18:57:50 +08:00
commit d9d1bf8200
29 changed files with 3287 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"$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 / monad",
"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/gmgn-ai/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
}
]
}
+13
View File
@@ -0,0 +1,13 @@
{
"name": "gmgn-cli",
"version": "1.0.0",
"description": "GMGN OpenAPI skills — token info, market data, wallet portfolio, and swap",
"author": {
"name": "GMGN",
"url": "https://gmgn.ai"
},
"repository": "https://github.com/gmgn-ai/gmgn-skills",
"license": "MIT",
"keywords": ["gmgn", "crypto", "solana", "token", "defi", "swap"],
"skills": "./skills/"
}