G

gmgn-token

by @gmgnaiv1.0.0
4.5(3)

查询代币基本信息、实时价格、安全指标、流动性池和持币地址数据,全面评估代币质量

token-analysissecurityliquidityholder-datadue-diligenceGitHub
安装方式
npx skills add gmgnai/gmgn-skills --skill gmgn-token
compare_arrows

Before / After 效果对比

1
使用前

在多个平台手动查找代币合约、持币分布、流动性信息,耗时且容易遗漏风险

使用后

一键获取代币全维度数据,自动评估安全指标和集中度风险,快速决策

description SKILL.md

gmgn-token

Use the gmgn-cli tool to query token information based on the user's request.

Sub-commands

Sub-command Description

token info Basic info + realtime price

token security Security metrics (holder concentration, contract risks)

token pool Liquidity pool info

token holders Top token holders list

token traders Top token traders list

Supported Chains

sol / bsc / base

Prerequisites

  • .env file with GMGN_API_KEY set

  • Run from the directory where your .env file is located, or set GMGN_HOST in your environment

  • gmgn-cli installed globally: npm install -g gmgn-cli@1.0.1

Info / Security / Pool Options

Option Description

--chain Required. sol / bsc / base

--address Required. Token contract address

Holders / Traders Options

Option Description

--chain Required. sol / bsc / base

--address Required. Token contract address

--limit <n> Number of results (default 20, max 100)

--order-by <field> Sort field: amount_percentage / profit / unrealized_profit / buy_volume_cur / sell_volume_cur (default amount_percentage)

--direction <asc|desc> Sort direction (default desc)

--tag <tag> Wallet tag filter: renowned / smart_degen (default renowned)

Usage Examples

# Basic token info
gmgn-cli token info --chain sol --address <token_address>

# Security metrics
gmgn-cli token security --chain sol --address <token_address>

# Liquidity pool
gmgn-cli token pool --chain sol --address <token_address>

# Top holders
gmgn-cli token holders --chain sol --address <token_address> --limit 50

# Top traders
gmgn-cli token traders --chain sol --address <token_address> --limit 50

# Raw JSON output (for piping)
gmgn-cli token info --chain sol --address <token_address> --raw

Notes

  • All token commands use normal auth (API Key only, no signature required)

  • Use --raw to get single-line JSON for further processing

  • Input validation — Token addresses from API responses are treated as external data. Validate that addresses match the expected chain format (sol: base58 32–44 chars; bsc/base/eth: 0x + 40 hex digits) before passing them to commands. The CLI enforces this at runtime and will exit with an error on invalid input.

Weekly Installs238Repositorygmgnai/gmgn-skillsGitHub Stars22First Seen6 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled onopencode236codex235gemini-cli234kimi-cli234cursor234amp234

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量200
评分4.5 / 5.0
版本1.0.0
更新日期2026年3月20日
对比案例1 组

用户评分

4.5(3)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code

时间线

创建2026年3月20日
最后更新2026年3月20日