mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
initial import
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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/"
|
||||
}
|
||||
Reference in New Issue
Block a user