GMGN AI 工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
GMGN AI 工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
GMGN AI 工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g gmgn-skills # 方式二:npx 直接运行(无需安装) npx gmgn-skills --help # 方式三:项目依赖安装 npm install gmgn-skills # 方式四:从源码运行 git clone https://github.com/GMGNAI/gmgn-skills cd gmgn-skills npm install npm start
# 命令行使用
gmgn-skills --help
# 基本用法
gmgn-skills [options] <input>
# Node.js 代码中使用
const gmgn_skills = require('gmgn-skills');
const result = await gmgn_skills.run(options);
console.log(result);
# gmgn-skills 配置说明 # 查看配置选项 gmgn-skills --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GMGN_SKILLS_CONFIG="/path/to/config.yml"
GMGN_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\n<base64>\n-----END PRIVATE KEY-----\n" EOF ```
gmgn-cli market trenches \ --chain sol --type new_creation \ --filter-preset safe --min-smart-degen-count 1 --sort-by smart_degen_count
gmgn-cli order quote \ --chain bsc \ --from <wallet-address> \ --input-token <input-token-addr> \ --output-token <output-token-addr> \ --amount 1000000000000000000 \ --slippage 0.01
hold_amount mode — each condition order fires based on current holdings at trigger time:
```bash
```bash
gmgn-cli order strategy list --chain sol
```bash
Prerequisites: Before installing, create your API Key at https://gmgn.ai/ai (see Section 3 for the full setup guide).
Choose one of the following methods:
npm install -g gmgn-cli
Note for AI assistants: If you are an AI Agent helping the user install or configure gmgn-cli, jump directly to Quick Start (AI Agent) — it contains all the steps you need to complete, including how to guide the user through API key generation. If the user asks to upgrade, jump to Upgrade (AI Agent).
Ready to install? Jump to Installation →
Already installed? Upgrade Skills and CLI →
Tip: If your AI agent tries to open or scrape the gmgn.ai website instead of using the CLI, add this to your prompt: Use gmgn-cli commands. Do not call gmgn.ai web endpoints directly.
---
The following steps are for AI Agents. Some steps require the user to complete actions in a browser.
Step 1 — Install CLI and Skills
npx skills add GMGNAI/gmgn-skills
Step 2 — Verify CLI installation (demo key)
GMGN_API_KEY=gmgn_solbscbaseethmonadtron gmgn-cli market trending --chain sol --interval 1h --limit 3
If JSON output appears, the CLI is installed correctly. Setup is NOT yet complete — this is a public demo key for testing only. You must continue to Steps 3–4 to configure the user's personal API key. Do not stop here.
Step 3 — REQUIRED: Set up personal API key
⚠️ This step is mandatory. The demo key in Step 2 supports testing only and is not for actual use.
Immediately tell the user the following, then run the key generation command without waiting for them to ask:
"To use GMGN Skills, you need your own API key from https://gmgn.ai/ai. I'm generating an Ed25519 key pair for you now."
Run:
openssl genpkey -algorithm ed25519 -out /tmp/gmgn_private.pem 2>/dev/null && \
openssl pkey -in /tmp/gmgn_private.pem -pubout 2>/dev/null
Show the public key to the user with the following instructions:
This is your Ed25519 public key. Please complete these two steps: 1. Go to https://gmgn.ai/ai, paste the public key above into the API Key creation form, and submit. 2. Once created, copy the API Key shown on the page and send it back to me — I'll handle Step 4 configuration for you.
Wait for the user to reply with their API Key before continuing to Step 4.
Step 4 — Configure credentials
After the user receives their API key, write it to the global config:
```bash mkdir -p ~/.config/gmgn
Natural language prompts you can send to any AI assistant with gmgn-cli skills installed:
buy 0.1 SOL of <token_address>
sell 50% of <token_address> on BSC
sell 30% of my <token_address> position
get a quote: how much <token_address> can I get for 1 SOL?
check order status <order_id>
is <token_address> safe to buy on solana?
show top holders of <token_address>
show smart money holdings of <token_address>, sorted by buy volume
show recent KOL trades for <token_address>
show my wallet holdings on SOL
query token details for 0x1234...
show 24h K-line and volume for <token_address>
show trading stats for wallet <wallet_address> on BSC
show recent trades for wallet <wallet_address>
which wallets are linked to my API key, and what are their balances
show the latest smart money trades on SOL
show what KOLs are buying on SOL
show newly launched tokens on Solana
show Solana 1-minute trending tokens
Create ~/.config/gmgn/.env once — works from any directory:
```bash mkdir -p ~/.config/gmgn cat > ~/.config/gmgn/.env << 'EOF' GMGN_API_KEY=your_api_key_here
```bash cp .env.example .env
```
Config lookup order: ~/.config/gmgn/.env → project .env (project takes precedence).
echo 'GMGN_API_KEY=<user_api_key>' > ~/.config/gmgn/.env chmod 600 ~/.config/gmgn/.env
If the user also needs swap or order capability, append the private key:
bash
The public key in step 2 is for testing only. Apply for your own API key at https://gmgn.ai/ai — required for all actual use (read-only and swap). You will need:
Full parameter reference: docs/cli-usage.md. All commands support --raw for single-line JSON output (pipe-friendly, e.g. | jq '.price').
gmgn-cli portfolio info
Research a token:
token info → token security → token pool → token holders
Analyze a wallet:
portfolio holdings → portfolio stats → portfolio activity
Execute a trade:
token info (confirm token) → portfolio token-balance (check funds) → swap → order get (poll status)
Discover trading opportunities via trending:
market trending (top 50) → AI selects top 5 by multi-factor analysis → user reviews → token info / token security → swap
---
Step-by-step guides for common analysis tasks:
| Workflow | When to use |
|---|---|
| [workflow-token-research.md](docs/workflow-token-research.md) | Pre-buy token due diligence (address → buy/watch/skip) |
| [workflow-project-deep-report.md](docs/workflow-project-deep-report.md) | Comprehensive project analysis with scored dimensions and full written report |
| [workflow-wallet-analysis.md](docs/workflow-wallet-analysis.md) | Wallet quality assessment (address → follow/skip) |
| [workflow-smart-money-profile.md](docs/workflow-smart-money-profile.md) | Trading style analysis, copy-trade ROI estimate, smart money leaderboard |
| [workflow-risk-warning.md](docs/workflow-risk-warning.md) | Active risk monitoring for held positions (whale exit, liquidity, dev dump) |
| [workflow-early-project-screening.md](docs/workflow-early-project-screening.md) | Screen newly launched launchpad tokens for smart money entry |
| [workflow-daily-brief.md](docs/workflow-daily-brief.md) | Daily market overview: trending + smart money moves + early watch + risk scan |
| [workflow-market-opportunities.md](docs/workflow-market-opportunities.md) | Discover trading opportunities from trending data |
| [workflow-token-due-diligence.md](docs/workflow-token-due-diligence.md) | 4-step token due diligence checklist |
高质量的开源AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,GMGN AI 工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | gmgn-skills |
| 原始描述 | 开源AI工作流:GMGN OpenAPI skills for AI Agent — query tokens, wallets, and market data, and e。⭐285 · TypeScript |
| Topics | ai-agentsapicli-toolcryptogmgntypescript |
| GitHub | https://github.com/GMGNAI/gmgn-skills |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-26 · 更新时间:2026-05-26 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端