mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
docs: enrich all SKILL.md files with response fields, usage examples, and AI-agent guidance
- gmgn-token: full response field reference for all 5 sub-commands (token info nested objects pool/link/stat/wallet_tags_stat, security, pool, holders, traders); granular usage examples per scenario; full due diligence workflow with security threshold table; market cap calculation note; volume redirect to kline - gmgn-market: verified kline/trending response fields from live API; trending + platform filter examples for SOL/BSC/Base major launchpads; interval selection guide; trenches intent→type mapping table; standardized section headings with sub-command names - gmgn-portfolio/gmgn-swap: standardize section headings to include sub-command names - CLAUDE.md: add newly-launched token triggers for gmgn-market skill routing - Readme/Readme.zh: add missing portfolio sub-commands, kline examples, auto-slippage swap example; remove version pin; update install instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ gmgn-cli portfolio token-balance \
|
||||
--chain sol --wallet <wallet_address> --token <token_address>
|
||||
```
|
||||
|
||||
## Holdings Options
|
||||
## `portfolio holdings` Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
@@ -87,7 +87,7 @@ gmgn-cli portfolio token-balance \
|
||||
| `--hide-closed` | Hide closed positions |
|
||||
| `--hide-open` | Hide open positions |
|
||||
|
||||
## Activity Options
|
||||
## `portfolio activity` Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
@@ -98,13 +98,13 @@ gmgn-cli portfolio token-balance \
|
||||
|
||||
The activity response includes a `next` field. Pass it to `--cursor` to fetch the next page.
|
||||
|
||||
## Stats Options
|
||||
## `portfolio stats` Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
| `--period <period>` | Stats period: `7d` / `30d` (default `7d`) |
|
||||
|
||||
## Follow-Wallet Options
|
||||
## `portfolio follow-wallet` Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
@@ -122,7 +122,7 @@ The activity response includes a `next` field. Pass it to `--cursor` to fetch th
|
||||
| `--max-amount-usd <n>` | Maximum trade amount (USD) |
|
||||
| `--is-gray` | Gray mode filter |
|
||||
|
||||
## KOL / Smart Money Options
|
||||
## `portfolio kol` / `portfolio smartmoney` Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
|
||||
Reference in New Issue
Block a user