Product

Connect AI Agents Like Claude & Cursor to On-Chain Data, Wallet Analysis & Trading — GMGN Skills

Install GMGN Skills once and let Claude Code, Cursor, and other AI agents research tokens, track smart money, and trade on-chain — all through natural language.

By Updated

Install GMGN Skills once, and Claude, Cursor, OpenClaw, and other compatible AI agents can research tokens, track smart money, and trade on-chain — just by chatting.

Most AI agents can talk about crypto — but they can’t see on-chain data. They answer questions, but they can’t independently access it or execute on-chain actions — so on their own, Claude and Cursor can’t vet a token, analyze a wallet, track smart money, or place a trade. GMGN Skills closes that gap.

What Is GMGN Skills?

GMGN Skills is an on-chain capability layer for AI agents — GMGN’s on-chain development suite that connects Claude, Cursor, and other AI agents to its on-chain data and trading skills through natural language (docs: https://docs.gmgn.ai/index/gmgn-agent-api). It includes 40+ on-chain skills covering on-chain trading, token queries, market trends, wallet analysis, smart money tracking, KOL signals, and token launches.

It integrates two ways:

  • AI Skills — call them via natural language (e.g. /gmgn-token, /gmgn-market).
  • CLI Toolkitnpx gmgn-cli for scripts and automation (formatted JSON, or single-line with --raw).

The full catalog lives in the Skills Market: https://gmgn.ai/ai?chain=sol&tab=skills_market

In short: an AI agent that on its own can’t touch the blockchain suddenly has both eyes and hands on-chain — answering questions like is this token safe? who’s holding it? is smart money buying? and acting on them (placing a buy or sell, setting take-profit/stop-loss), right inside Claude Code or Cursor — no new dashboard to learn.

What Can AI Agents Do with GMGN Skills?

Once installed, your agent covers GMGN’s five skill categories — Data Analytics, Trading, Monitor, News & Media, and Cooking:

CategoryWhat your agent can doExample you’d askWhen it helps
Data AnalyticsToken fundamentals & security, holders/traders, smart-money & KOL holdings, new-token scans”Is this token safe? Is smart money buying it?”Due diligence before you ape in; spotting early plays
TradingMarket/limit buy & sell, take-profit / stop-loss, multi-wallet buys”Buy 0.1 SOL of <token>.”Acting the moment you decide — with Anti-MEV protection
MonitorSmart-money & KOL signals, price-surge alerts, exit signals”Ping me when smart money piles into a token.”Letting it watch the market and catch entries for you
News & MediaCrypto news with AI impact scores, Twitter/X tracking”Any news today that could move the market?”Reading the narrative before the chart moves
CookingOne-click token launch on supported launchpads such as Pump.fun, FourMeme, Clanker, and Flap”Launch a token on Pump.fun.”Deploying your own token

All 40+ skills sit in those five tabs in the Skills Market. (The News & Media skills are provided by a third party, 6551Team, and install separately with their own access token.)

Take a couple of everyday examples:

Vet a token in one question. GMGN Skills lets you check whether a token is safe before you buy. Paste a contract address and ask — your agent runs a honeypot test, checks whether mint/freeze permissions are renounced and the buy/sell tax, and pulls the fundamentals: market cap, liquidity, holders, top-10 concentration, dev holding, and the share held by sniper, insider, or bundled wallets. Because your agent surfaces all of that up front, you catch the rug before your money moves, not after.

Track the smart money. It also shows you exactly what smart money is doing — in one question. Ask about a token’s holders and you don’t just get a list of addresses: GMGN labels each one as smart money, KOL, sniper, insider, or bundled, along with its funding source (CEX deposit, fresh wallet, or cross-chain). And you can watch them in real time — Monitor signals flag when smart money clusters into a token, and when it starts to exit. It’s the read that normally takes a dedicated analytics tool and a trained eye.

Each of GMGN’s 40+ skills is powerful on its own — and they get even more powerful when your agent chains several into one automated workflow, doing in a single request what would otherwise take a dozen manual steps across separate tools. Two common examples:

Find a vetted token to buy. Ask it to pull up new tokens that are suddenly moving, and it chains:

Price Surge Signal → Token Overview → Token Security Check → Top Holders → a vetted shortlist → (you authorize) Market Buy

It catches tokens with a sudden price spike, pulls each one’s price, liquidity, holders, and dev holding, screens for honeypots, renounced permissions, and tax, then checks holder concentration and funding sources — handing you a shortlist you can act on, and (once you say go) placing the buy.

Judge a wallet before you copy it. Point it at a wallet and the Copy Trade Assessment skill weighs its holdings, win rate, and trading style (short-term, long-term, or high-frequency), then tells you whether it’s worth copy-trading.

What GMGN Skills Does That Other Memecoin Trading Terminals Can’t

Most meme trading terminals are dashboards you drive by hand: you click between a chart, a token scanner, a wallet tracker, and a trade panel, and stitch the picture together yourself. They can show you the data — but they can’t act on it for you. GMGN Skills is different: it exposes that same token research, wallet and smart-money analysis, and trade execution as skills an AI agent can call directly and chain together. So you don’t just get all-in-one on-chain data and trading — you get a toolkit your AI agent can operate end to end: describe what you want in natural language, and it runs the research, the security checks, and (once you authorize) the trade.

How to Set Up GMGN Skills in Claude Code or Cursor (~2 minutes)

  1. Generate a key pair. Create an Ed25519 public/private key pair — ask your agent (“Generate an Ed25519 key pair using OpenSSL and show me”), or use the Binance Asymmetric Key Generator. Keep the whole key, including the -----BEGIN----- / -----END----- lines.
  2. Create your API Key. Go to https://gmgn.ai/ai → GMGN API Management, upload the public key, and add your IPv4 address to the whitelist. Pick the permission you need: read-only (queries) or trading-enabled (trading — you’ll add the private key next). It’s free; up to 3 keys per account.
  3. Add the skills. In Claude Code, Cursor, or OpenClaw, send: npx skills add GMGNAI/gmgn-skills
  4. Configure and test. Ask your agent to create ~/.config/gmgn/.env with your GMGN_API_KEY (and GMGN_PRIVATE_KEY if you’ll trade) and keep it out of git. Then test it: “Get the candlestick data for <token> and tell me if it’s worth buying.” If you get an answer, you’re live.

Detailed step-by-step with screenshots: see the docs — https://docs.gmgn.ai/index/gmgn-agent-api

How Does GMGN Skills Work?

Natural language → Skill → npx gmgn-cli → GMGN API → on-chain. Each skill is just an install prompt plus one CLI command — not a black box — and the data comes back pre-labeled (smart money, sniper, insider, bundled, with funding source), the read you can’t easily rebuild from raw chain data.

Full API reference: https://docs.gmgn.ai/index/gmgn-agent-api and https://github.com/GMGNAI/gmgn-skills/wiki

Is it safe to let an AI agent hold my API key?

Generally, yes — but it helps to understand how the GMGN Skills permission model works.

GMGN_PRIVATE_KEY is not a blockchain wallet private key. It is an API authentication key used to verify that requests come from a client you have authorized. GMGN stores only the corresponding public key, while the API authentication private key remains under your control.

Most query and analysis functions do not require signing. However, protected actions such as trading require requests to be authenticated using GMGN_PRIVATE_KEY.

It’s important to note that GMGN_PRIVATE_KEY does not directly sign blockchain transactions. Its role is to authorize API requests; once a trade is submitted, the transaction is signed by the wallet associated with your GMGN account.

GMGN also provides multiple security protections. Requests without valid API authentication cannot execute trades; withdrawals require 2FA verification; and IP allowlists can be used to further restrict unauthorized access.

You should still protect your API key and never expose it publicly. If you grant trading permissions to an AI agent, it’s a good idea to regularly review trade parameters and execution results. GMGN can help with analysis and execution, but all trading decisions remain your responsibility.

Chains, Platforms & Tools GMGN Skills Supports

Details
ChainsSolana, BSC, Base, and Ethereum (as of July 2026)
Launch platformsSupported launchpads include Pump.fun (SOL), FourMeme (BSC), Clanker (Base), and Flap (BSC)
AI toolsClaude Code, Cursor, Cline, Codex CLI, OpenCode, OpenClaw
API Keys per accountUp to 3; each can be read-only or trading-enabled

GMGN Skills is more than a set of crypto tools — it’s an on-chain capability layer for AI agents, turning blockchain research and trading from separate apps into capabilities your AI reaches through natural language. Ready to try it? The Skills Market and API Management are at https://gmgn.ai/ai, the open-source repo is at https://github.com/GMGNAI/gmgn-skills, and the full API reference is at https://docs.gmgn.ai/index/gmgn-agent-api. Install once, add a free API Key, and your AI agent gains a full on-chain toolkit across Solana, BSC, Base, and Ethereum — live data, wallet and smart-money analysis, and trading, all through chat.


Accurate as of July 2026. GMGN updates frequently; refer to the official product and docs for the latest.

Disclaimer: Meme trading involves significant risk and may result in the loss of your entire capital. This article is for informational purposes only and does not constitute financial or investment advice. Always do your own research before trading. GMGN does not promise, guarantee, or predict any profit or return. Any user gains or case studies mentioned are individual, exceptional, and not representative of typical outcomes or of future performance.

FAQ

What is GMGN Skills?
GMGN Skills is an on-chain capability layer for AI agents. It gives Claude, Cursor, and other AI agents access to token analytics, wallet intelligence, smart-money tracking, trading, news monitoring, and token-launch tools through natural language.
How do I connect Claude or Cursor to on-chain data?
GMGN Skills connects them. Install it (npx skills add GMGNAI/gmgn-skills), add a free API Key from https://gmgn.ai/ai?chain=sol&tab=api_management to ~/.config/gmgn/.env, and your tool auto-discovers the skills. Then just ask for on-chain data in natural language.
Can Claude trade crypto?
By itself, Claude can't access blockchain data or execute trades. With GMGN Skills connected and a trading-enabled API Key, Claude can analyze tokens, monitor wallets, track smart money, and submit on-chain trades — including memecoins — through GMGN's infrastructure, subject to the permissions set on your key.
Can Cursor access blockchain data?
Not natively. GMGN Skills gives Cursor access to live on-chain market data, wallet intelligence, token analytics, and trading through GMGN's OpenAPI and gmgn-cli, once you install the skills and add an API Key.
How can I use Claude or Cursor to check whether a Solana token is a rug or scam?
Ask your AI agent to analyze the token contract with GMGN Skills. On Solana it reviews the key risk indicators — whether mint and freeze authority are renounced, the rug-risk score, holder concentration, and liquidity — then explains the results in plain language.
Can my AI agent track smart money with GMGN Skills?
Yes. It can list a token's smart-money holders, watch for smart-money buy and exit signals, and alert you when several smart-money wallets buy the same token at once.
Is GMGN Skills free?
Yes. GMGN doesn't charge any extra fee for the Skills feature itself.
Does GMGN Skills control my wallet or private key?
Your GMGN_PRIVATE_KEY stays with you — it's an API-auth key, not a wallet key, and GMGN only stores the public key. No funds move without a request you've signed, and withdrawals require 2FA. Always check the trade details before you confirm.
Which chains does GMGN Skills support?
GMGN Skills currently supports 4 chains: Solana, BSC, Base, and Ethereum, with the others being added to Skills over time. The GMGN platform supports 10 chains. (As of July 2026.)
If I install GMGN Skills, do I have to install each skill one by one?
No. A single npx skills add GMGNAI/gmgn-skills installs every GMGN skill, since they all share one gmgn-cli. Only the third-party News & Media skills install separately.
Can I use GMGN Skills (gmgn-cli) from the terminal or in scripts?
Yes. Run it directly in a terminal — e.g. npx gmgn-cli token info --chain sol --address <token> — with --raw for single-line JSON.
Can an AI agent place trades with GMGN Skills?
Yes — with a trading-enabled key configured, skills like Market Buy and Trailing Take Profit submit real on-chain transactions, with Anti-MEV protection available on market buys.

Related