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>
14 lines
416 B
JSON
14 lines
416 B
JSON
{
|
|
"name": "gmgn-cli",
|
|
"version": "1.0.0",
|
|
"description": "GMGN OpenAPI skills — token info, market data, wallet portfolio & copy-trade scoring, and swap",
|
|
"author": {
|
|
"name": "GMGN",
|
|
"url": "https://gmgn.ai"
|
|
},
|
|
"repository": "https://github.com/GMGNAI/gmgn-skills",
|
|
"license": "MIT",
|
|
"keywords": ["gmgn", "crypto", "solana", "token", "defi", "swap", "copytrade"],
|
|
"skills": "./skills/"
|
|
}
|