npx skills add https://github.com/gmgnai/gmgn-skills --skill gmgn-token使用 gmgn-cli 工具根据用户请求查询代币信息。
| 子命令 | 描述 |
|---|---|
token info | 基础信息 + 实时价格 |
token security | 安全指标(持币集中度、合约风险) |
token pool | 流动性池信息 |
token holders | 顶级代币持有者列表 |
token traders |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 顶级代币交易者列表 |
sol / bsc / base
GMGN_API_KEY 的 .env 文件.env 文件的目录运行,或在环境中设置 GMGN_HOSTgmgn-cli:npm install -g gmgn-cli@1.0.1| 选项 | 描述 |
|---|---|
--chain | 必需。sol / bsc / base |
--address | 必需。代币合约地址 |
| 选项 | 描述 |
|---|---|
--chain | 必需。sol / bsc / base |
--address | 必需。代币合约地址 |
--limit <n> | 结果数量(默认 20,最大 100) |
--order-by <field> | 排序字段:amount_percentage / profit / unrealized_profit / buy_volume_cur / sell_volume_cur(默认 amount_percentage) |
| `--direction <asc | desc>` |
--tag <tag> | 钱包标签过滤器:renowned / smart_degen(默认 renowned) |
# 基本代币信息
gmgn-cli token info --chain sol --address <token_address>
# 安全指标
gmgn-cli token security --chain sol --address <token_address>
# 流动性池
gmgn-cli token pool --chain sol --address <token_address>
# 顶级持有者
gmgn-cli token holders --chain sol --address <token_address> --limit 50
gmgn-cli token traders --chain sol --address <token_address> --limit 50
# 原始 JSON 输出(用于管道处理)
gmgn-cli token info --chain sol --address <token_address> --raw
--raw 获取单行 JSON 以便进一步处理0x + 40 位十六进制数字)。CLI 在运行时强制执行此验证,并在输入无效时退出并报错。每周安装量
368
代码仓库
GitHub 星标数
29
首次出现
10 天前
安全审计
安装于
codex365
opencode363
gemini-cli361
github-copilot360
kimi-cli360
amp360
Use the gmgn-cli tool to query token information based on the user's request.
| 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 |
sol / bsc / base
.env file with GMGN_API_KEY set.env file is located, or set GMGN_HOST in your environmentgmgn-cli installed globally: npm install -g gmgn-cli@1.0.1| Option | Description |
|---|---|
--chain | Required. sol / bsc / base |
--address | Required. Token contract address |
| Option | Description |
|---|---|
--chain | Required. sol / bsc / base |
--address | Required. Token contract address |
--limit <n> | Number of results (default 20, max 100) |
# 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
--raw to get single-line JSON for further processing0x + 40 hex digits) before passing them to commands. The CLI enforces this at runtime and will exit with an error on invalid input.Weekly Installs
368
Repository
GitHub Stars
29
First Seen
10 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex365
opencode363
gemini-cli361
github-copilot360
kimi-cli360
amp360
DOCX文件创建、编辑与分析完整指南 - 使用docx-js、Pandoc和Python脚本
41,800 周安装
FreeRide - 为OpenClaw配置免费AI模型,自动切换备用模型避免中断
410 周安装
产品管理技能包 (2026版) - 含PRD/路线图/OKR模板、决策树与最佳实践
410 周安装
Medusa 管理员用户创建指南:使用 new-user Skill 快速配置后台账户
410 周安装
LobeHub桌面端开发指南:基于Electron的桌面应用架构与功能实现教程
410 周安装
精益用户体验画布 (Lean UX Canvas v2) 指南:产品经理假设驱动开发与实验验证工具
411 周安装
iOS StoreKit 2 应用内购买与订阅开发指南 - SwiftUI 实现教程
411 周安装
--order-by <field>Sort field: amount_percentage / profit / unrealized_profit / buy_volume_cur / sell_volume_cur (default amount_percentage) |
| `--direction <asc | desc>` |
--tag <tag> | Wallet tag filter: renowned / smart_degen (default renowned) |