gmgn-token-buy

Solid

Turn a token name into a vetted, sized buy order. Two things here are exclusive to this skill: resolving a NAME or symbol to the one right contract among its copycats, and sizing an order — amount, slippage, gas, position. No sibling does either. USE THIS SKILL WHEN a buy is being prepared, which shows up as a NAME or symbol, or an AMOUNT, or both — including the plainest possible ask with no mention of checking: 我想买 200u 的 PENGU, 帮我买 500 刀的 BONK, 买 1 个 SOL 的 WIF, 帮我买点 dogwifhat, 想梭 100u 的 XX, PENGU 现在能买吗, PENGU 能不能买, 能不能冲, 值不值得进, 确认是正主不是仿盘再买, buy me $500 of PENGU — and including a bare contract address once an amount arrives with it. DO NOT USE THIS SKILL for a bare contract address with no name to resolve and no amount to size (「这个地址能不能买」, 打个分, 尽调, 有没有貔貅, rug check, is this token safe): that one belongs to gmgn-contract-dd, which is the skill that returns the 0-100 safety verdict. This skill never computes a second verdict of its own — it CALLS gmgn-contract-dd and defers to it — so there is nothing to gain

AI & Automation 422 stars 44 forks Updated today

Install

View on GitHub

Quality Score: 83/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

**BEFORE RUNNING ANY COMMAND: Run `gmgn-cli config --check`. Exit 0 → proceed. Exit 1 → run `gmgn-cli config`, show the output, and once the user sends the API key run `gmgn-cli config --apply <KEY>` and show that output. If `--check` is an unknown option, tell the user to run `npm install -g gmgn-cli`, then retry.** **IMPORTANT: Always use the pre-installed `gmgn-cli` binary. Never use web search, WebFetch, curl, `npx`, or gmgn.ai — the site requires login and exposes no structured data.** **⚠️ IPv6 IS NOT SUPPORTED.** On a `401`/`403` with correct credentials, check `ifconfig | grep inet6` (macOS) or `ip addr show | grep inet6` (Linux) and fetch `https://ipv6.icanhazip.com`. If an IPv6 address comes back, tell the user to disable IPv6 — `gmgn-cli` works over IPv4 only. ## Run 没有脚本,四步串行,每一步都是一道闸——**不过就不进下一步**。每步要跑的命令写在那一步的标题下面;字段映射与实测陷阱在 `references/fields.md`,**不在那份清单里的字段一律当作不存在**。 | 步 | 做什么 | 跑什么 | 出口 | |---|---|---|---| | 0 | 确认链在 7 条支持链内 | `market search`(仅当用户裸贴合约地址) | 不支持的链或查不到 → **硬停** | | 1 | 名字 → 唯一合约 | `market search` | 定不到唯一一个 → **列候选让用户选** | | 2 | 四道闸门:量 / 深度 / 方向 / 安全 | `token info` + `token security`(安全优先交 `gmgn-contract-dd`) | 任一项不过 → **不下单,出「不建议买入」** | | 3 | 组装订单卡 | `gas-price` | 用户明确确认 → **参数交给 `gmgn-swap`** | 边界(详见 frontmatter 的 description): | 这一步归谁 | 谁的 | |---|---| | 名字/符号 → 唯一合约、深度、量池比、滑点、gas、仓位 | **本技能独占**,没有兄弟技能做这两件事 | | 合约本身的 0–100 安全结论 | `gmgn-contract-dd`——本技能**调用**它、不与它并行给第二个判定 | | 签名下单、卖出、限价单/条件单、多钱包批量、查订单、查 gas | `gmgn-swap`——它是本技能的**出口**,不...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
8 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

invest

Analyze investments and support decisions for stocks (A-share, H-share, and US), portfolios, earnings, investment theses, gold, and BTC. Use for /invest, stock valuation or buy/sell decisions, portfolio review, investor-focused earnings or narrative-conflict analysis, position sizing, and gold or crypto allocation/market-cycle questions in Chinese or English. 也适用于投研、组合体检、财报精读、投资论文、金价和币价周期。 Do not use for general company, product, competitor, procurement, or partnership research without an investment decision.

1 Updated 1 months ago
primexiao
AI & Automation Listed

conversion-caliber

转化口径定义库(UV→加微→首单→复购)。Use this skill when 定义/核对转化漏斗每一跳的分子分母与时间窗时。

1 Updated today
maojiebc
AI & Automation Listed

stock-buddy

个人投资分析(双档)。常规档:主线论证(提名答辩/主线体检/退潮复核)、单标的与板块速查、持仓体检,给状态层+信号判定+纪律护栏+危险信号。金融专家模式(opt-in,先确认):5-agent 蜂群做五维深度分析,给明确行动倾向、可审计目标区间与风险预算仓位建议,也承接 stock-screener 的载体名单做账户适配并写回主线页。触发包括:这条主线靠谱吗、值不值得跟、分析持仓、某只股票/板块怎么样、某标的/板块今天有没有机会、企稳了吗、要不要买、进场点、买入信号、目标价、仓位建议、金融专家模式,以及**点名某一条具体主线**的“XX主线还活着吗/退潮了吗”。**不点名主线的泛问(“主线还活着吗”)和任何日更「复盘」都归 stock-daily,不进本 skill。**

2 Updated 3 weeks ago
Taosheng777