From 1c618a488317641f0e297eb478bf041730871bf7 Mon Sep 17 00:00:00 2001 From: gina888666 Date: Mon, 20 Jul 2026 20:27:21 +0800 Subject: [PATCH] fix(gmgn-holder-analysis): fix duplicate output and simplify entry cost section - Fix output appearing twice by clarifying Output Rule in SKILL.md - Simplify entry cost batch detail: replace per-wallet lists with selling/accumulating counts on the batch summary line Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-holder-analysis/SKILL.md | 2 +- skills/gmgn-holder-analysis/analyze.py | 37 ++++---------------------- 2 files changed, 6 insertions(+), 33 deletions(-) diff --git a/skills/gmgn-holder-analysis/SKILL.md b/skills/gmgn-holder-analysis/SKILL.md index ed7fac7..bcc8651 100644 --- a/skills/gmgn-holder-analysis/SKILL.md +++ b/skills/gmgn-holder-analysis/SKILL.md @@ -25,7 +25,7 @@ python3 ~/.claude/skills/gmgn-holder-analysis/analyze.py ## Output Rule -Your reply MUST contain ONLY the raw stdout of the script above, pasted verbatim — no introduction, no summary, no extra commentary before or after. Every line of every section must appear. Do not omit, paraphrase, or reformat any part of the output. +After the script finishes, paste the complete stdout verbatim into your reply — every line, every section, nothing omitted or summarized. Do NOT add any introduction, commentary, or summary before or after the output block.