gmgn-kline-pattern

Installation
SKILL.md

BEFORE RUNNING ANY COMMAND: Run gmgn-cli config --check. If exit code is 0, proceed normally. If exit code is 1, run gmgn-cli config and show output, then apply the key with gmgn-cli config --apply <KEY>. If unknown option, tell user to run npm install -g gmgn-cli.

IMPORTANT: Always use gmgn-cli. Do NOT use curl, WebFetch, or visit gmgn.ai.

BEFORE PUTTING THE ADDRESS ON A COMMAND LINE: check its shape yourself. EVM chains need 0x plus exactly 40 hex characters; sol needs 32-44 base58 characters. If it does not match, stop and tell the user the address looks malformed — never pass unvalidated user text into a shell, and never strip characters to make it fit. Details under Parameters.

Sub-commands

Purpose Command
Fetch candles gmgn-cli market kline --chain <chain> --address <address> --resolution <res> --raw

gmgn-market gives the raw candles; this skill answers what pattern that is. Everything below is computed by you from that one response — no script, no second call.

Supported Chains

sol / bsc / base / eth — whatever gmgn-cli market kline accepts.

Installs
2.1K
GitHub Stars
514
First Seen
14 days ago
gmgn-kline-pattern — gmgnai/gmgn-skills