gmgn-contract-dd
Contract due-diligence score for one token address — contract safety, holder structure and price action combined into a single 0-100 composite, capped by…
Decide whether a token creator's NEXT launch is safe to buy. Scores a dev address 0-100 on two separate axes — CONDUCT (will he dump on you at open) and POWER (has he ever actually built anything big) — from his full launch history and every trade he made in his own coins, then
$ npx -y skills add gmgnai/gmgn-skills --skill gmgn-dev-score --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gmgn-dev-scoreContext preview
The summary Claude sees to decide when to auto-load this skill.
Decide whether a token creator's NEXT launch is safe to buy. Scores a dev address 0-100 on two separate axes — CONDUCT (will he dump on you at open) and POWER (has he ever actually built anything big) — from his full launch history and every trade he made in his own coins, then
name: gmgn-dev-score
description: >-
Decide whether a token creator's NEXT launch is safe to buy. Scores a dev
address 0-100 on two separate axes — CONDUCT (will he dump on you at open)
and POWER (has he ever actually built anything big) — from his full launch
history and every trade he made in his own coins, then returns a buy /
don't-buy call with a timing window. USE THIS SKILL WHEN the user asks a
buy-decision question about a launcher: "can I buy this dev's new launch",
"should I buy his next launch", "will this dev rug", "will he dump at
open", "is his launch safe to snipe", "is it safe to buy at his open",
"dev score", "creator score", "launch score", "is this launcher
trustworthy enough to buy"; OR when the user gives a TOKEN address plus a
team-trust question ("is this token's team trustworthy", "does this
project's dev have a record", "has this creator rugged before") — resolve
the creator with `gmgn-cli token info` -> `dev.creator_address` first, then
score that address; OR when the user gives a WALLET address plus an
explicit launch-history question ("what tokens has this address launched",
"how did his previous launches do", "did all his coins go to zero").
The same questions asked in any other language route here too — match on
meaning, not on wording. DO NOT USE THIS SKILL for a bare wallet address
with no question attached: a bare address is a copy-trade question by
default and belongs to gmgn-wallet-analysis, which declares itself the
default for it. Also do not use it for copy-trade questions ("is this
wallet worth copying", "should I copy this wallet", "copy-trade score"),
wallet profitability ("is this wallet profitable", "what is this wallet's
track record"), or wallet-profile phrasings ("is this a token-creator
wallet", "how is this dev's reputation") — those belong to
gmgn-wallet-score. The split is by question type, not by address type:
those skills answer "who is this wallet" (a profile), this skill answers
"should I buy his launch" (a decision, with a timing window). Note how
close "how is this dev's reputation" (profile → gmgn-wallet-score) sits to
"dev score" (decision → here): the deciding factor is whether a buy is on
the table. If it is genuinely ambiguous, ask one short question instead of
guessing — the two produce different reports and there is no cheap hedge.
argument-hint: "--chain <sol|bsc|base|eth|arbitrum|hyperevm|robinhood|arc|stable> --dev <creator_address> [--max-pages <n>]"
metadata:
cliHelp: "gmgn-cli portfolio created-tokens --help && gmgn-cli portfolio activity --help && gmgn-cli token info --help"**BEFORE RUNNING ANY COMMAND: Run `gmgn-cli config --check`. Exit 0 → proceed. Exit 1 → run `gmgn-cli config`, show the output, and once the user sends the API key run `gmgn-cli config --apply <KEY>` and show that output. If `--check` is an unknown option, tell the user to run `npm install -g gmgn-cli`, then retry.**
**IMPORTANT: Always use the pre-installed `gmgn-cli` binary. Never use web search, WebFetch, curl, `npx`, or gmgn.ai — the site requires login and exposes no structured data.**
**⚠️ IPv6 IS NOT SUPPORTED.** On a `401`/`403` with correct credentials, check `ifconfig | grep inet6` (macOS) or `ip addr show | grep inet6` (Linux) and fetch `https://ipv6.icanhazip.com`. If an IPv6 address comes back, tell the user to disable IPv6 — `gmgn-cli` works over IPv4 only.
python3 ~/.claude/skills/gmgn-dev-score/dev_score.py <chain> <dev_address> [max_pages]
`max_pages` defaults to 25 and only bounds the trade walk; raise it for a dev with hundreds of launches — the JSON says when it truncated. The script prints one JSON object on stdout (progress and rate-limit notes go to stderr). It computes; it writes no report. **You** write the report, from that object, in the user's language.
Before running:
A checklist of what must be **said**; `## Display Templates` below fixes **where** each one goes. The phrasing is yours. Every point has to be in there, and each one names the JSON that carries it. The bullets are in section order.
GMGN OpenAPI skills for AI Agent — query tokens, wallets, and market data, and execute on-chain trades across Solana, BSC, and Base.
Repo: gmgnai/gmgn-skills
Contract due-diligence score for one token address — contract safety, holder structure and price action combined into a single 0-100 composite, capped by…
[FINANCIAL EXECUTION] Create and launch meme coins and crypto tokens on launchpads (Pump.fun, FourMeme, Bonk, BAGS, Flap, Klik, Clanker, etc.) via bonding…
Produce THE list of tokens that are hot RIGHT NOW and safe enough to look at, across every chain GMGN supports, scored 0-100 and capped at ten names. This is a…
Token holder chip analysis — deep analysis of holder structure including chip distribution, entry cost, whale/dev/KOL behavior, risk wallets (rat traders,…
Price-action pattern reading — classifies a token's candles into a named pattern (uptrend channel, breakdown, bounce off the lows, distribution at highs,…
Get crypto and meme token price charts (K-line, candlestick, OHLCV), trending meme coin rankings by volume, newly launched tokens on launchpads (pump.fun,…