From cd9b285b3f7cb63cce75b2a7c285e48a03b17997 Mon Sep 17 00:00:00 2001 From: gumponchain Date: Fri, 10 Apr 2026 20:24:31 +0800 Subject: [PATCH] docs(gmgn-swap): add order strategy commands to argument-hint Add order strategy list (with required --group-tag) and order strategy create (with required --order-type) to the frontmatter argument-hint, reflecting newly required parameters added after 2026-04-07. Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-swap/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gmgn-swap/SKILL.md b/skills/gmgn-swap/SKILL.md index 29e08ce..ee4b7b4 100644 --- a/skills/gmgn-swap/SKILL.md +++ b/skills/gmgn-swap/SKILL.md @@ -1,7 +1,7 @@ --- name: gmgn-swap description: "[FINANCIAL EXECUTION] Submit a real blockchain token swap or query order status. Executes irreversible on-chain transactions. Requires explicit user confirmation before every swap. Supports sol / bsc / base." -argument-hint: "[--chain --from --input-token --output-token --amount ] | [order get --chain --order-id ]" +argument-hint: "[--chain --from --input-token --output-token --amount ] | [order get --chain --order-id ] | [order strategy list --chain --group-tag ] | [order strategy create --chain --order-type limit_order --sub-order-type ...]" metadata: cliHelp: "gmgn-cli swap --help" ---