mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
e9c8b0a9b5
Adds a new skill that scores any wallet address across three angles — profitability (track-record score), copy-tradeability (score + a latency/slippage/gas backtest), and Dev reputation for token-creator wallets — plus trading-style tags, computed deterministically from GMGN portfolio data. Wires it into CLAUDE.md's skill routing and the Readme skill tables/install instructions, and refreshes the stale plugin metadata descriptions/keywords to reflect all 8 current skills. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 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 & copy-trade scoring, and swap execution across sol / bsc / base / eth / robinhood",
|
|
"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",
|
|
"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",
|
|
"copytrade",
|
|
"launchpad"
|
|
],
|
|
"category": "web3",
|
|
"tags": [
|
|
"skills",
|
|
"token",
|
|
"market",
|
|
"portfolio",
|
|
"swap",
|
|
"defi",
|
|
"blockchain",
|
|
"copytrade",
|
|
"launchpad"
|
|
],
|
|
"strict": false
|
|
}
|
|
]
|
|
}
|