From a08fc7b580560d61f709e6a5ad8b91a17cf2b02f Mon Sep 17 00:00:00 2001 From: "GMGN.AI" <141223802+GMGNAI@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:04:39 +0800 Subject: [PATCH] docs(portfolio): add created-tokens and dev wallet capabilities to description Previous description omitted portfolio created-tokens (dev wallet token history, ATH market cap, graduation status) and token-balance sub-commands. Added "tokens created by a developer wallet (with ATH market cap and DEX graduation status)" and corresponding trigger phrases so agents match queries like "what tokens has this dev launched" or "highest ATH token this dev ever created". Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-portfolio/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gmgn-portfolio/SKILL.md b/skills/gmgn-portfolio/SKILL.md index 2aa5454..cd6b87f 100644 --- a/skills/gmgn-portfolio/SKILL.md +++ b/skills/gmgn-portfolio/SKILL.md @@ -1,6 +1,6 @@ --- name: gmgn-portfolio -description: Analyze any crypto wallet by address — holdings, realized/unrealized P&L, win rate, buy/sell transaction history, and trading performance stats via GMGN API on Solana, BSC, or Base. Use when user provides a wallet address and asks about holdings, profit/loss, win rate, or wants a wallet report to decide whether to copy-trade or follow this trader. +description: Analyze any crypto wallet by address — holdings, realized/unrealized P&L, win rate, trading history, performance stats, specific token balance, and tokens created by a developer wallet (with ATH market cap and DEX graduation status) via GMGN API on Solana, BSC, or Base. Use when user asks about a wallet's holdings, P&L, win rate, what tokens a dev has launched, the highest ATH token a dev ever created, or wants a wallet report to decide whether to copy-trade or follow. argument-hint: " [--chain ] [--wallet ]" metadata: cliHelp: "gmgn-cli portfolio --help"