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" ---