gmgn-cooking

gmgn cooking

gmgnai 396 ↓ 6.5k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Every cooking create command deploys an on-chain token contract and spends real funds (initial buy amount).
  • Token deployments cannot be undone once confirmed on-chain.
  • The AI agent must never auto-execute a create — explicit user confirmation is required every time, without exception.
  • Only use this skill with funds you are willing to spend. Initial buy amounts are non-refundable.
  • For intentional headless automation only, the operator must set GMGNALLOWAUTOMATEDTRADES=1 in their own shell and pass --yes. The --yes flag alone is rejected.
  • cooking stats: Only GMGNAPIKEY required
  • gmgn-cli installed globally — if missing, run: npm install -g gmgn-cli

Requirements & configuration

  • Use the gmgn-cli tool to create a token on a launchpad platform or query token creation statistics per launchpad. Requires private key (GMGNPRIVATEKEY in .env) for cooking create.
  • Every cooking create command deploys an on-chain token contract and spends real funds (initial buy amount).
  • Token deployments cannot be undone once confirmed on-chain.
  • Token metadata fields (--name, --symbol, --description, --website, --twitter, --telegram) are validated and rejected if they contain prompt-injection framing, control characters, or malformed URLs.
  • | cooking stats | Get token creation count statistics grouped by launchpad platform (exist auth) |

Configuration: GMGN_PRIVATE_KEYGMGN_API_KEYGMGN_ALLOW_AUTOMATED_TRADESUSDCUSD1USDTRATE_LIMIT_EXCEEDEDRATE_LIMIT_BANNED

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

gmgn cooking

Source

Repository: https://github.com/gmgnai/gmgn-skills

gmgn-cooking FAQ

What does the gmgn-cooking skill do?

[FINANCIAL EXECUTION] Create and launch meme coins and crypto tokens on launchpads (Pump.fun, FourMeme, Bonk, BAGS, Flap, Klik, Clanker, etc.) via bonding curve fair launch, or query token creation stats by launchpad via GMGN API. Requires explicit user confirmation. Use when user asks to create a token, launch a meme coin, cook a coin, deploy on a launchpad, or check launchpad creation stats on Solana, BSC, or Base. Every cooking create command deploys an on-chain token contract and spends real funds (initial buy amount). Token deployments cannot be undone once confirmed on-chain.

What does gmgn-cooking require?

Use the gmgn-cli tool to create a token on a launchpad platform or query token creation statistics per launchpad. Requires private key (GMGNPRIVATEKEY in .env) for cooking create. Every cooking create command deploys an on-chain token contract and spends real funds (initial buy amount). Token deployments cannot be undone once confirmed on-chain. Token metadata fields (--name, --symbol, --description, --website, --twitter, --telegram) are validated and rejected if they contain prompt-injection framing, control characters, or malformed URLs. | cooking stats | Get token creation count statistics grouped by launchpad platform (exist auth) | Configuration keys: GMGN_PRIVATE_KEY, GMGN_API_KEY, GMGN_ALLOW_AUTOMATED_TRADES, USDC, USD1, USDT, RATE_LIMIT_EXCEEDED, RATE_LIMIT_BANNED.

How do I install gmgn-cooking?

Run: npx -y skills add https://github.com/gmgnai/gmgn-skills --skill gmgn-cooking --agent claude-code — the source lives at github.com/gmgnai/gmgn-skills.

Maintain gmgn-cooking?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gmgn-cooking on getagentictools
[![gmgn-cooking on getagentictools](https://getagentictools.com/badge/skills/gmgnai-gmgn-skills-gmgn-cooking.svg)](https://getagentictools.com/skills/gmgnai-gmgn-skills-gmgn-cooking?ref=badge)
npx agentictools info skills/gmgnai-gmgn-skills-gmgn-cooking

The second line is the CLI lookup for this page — handy in READMEs and docs.