From 7b8405cbfb216637ea982a8c54ca994620c6f20a Mon Sep 17 00:00:00 2001 From: Mariano Belinky Date: Mon, 19 Jan 2026 09:55:06 +0100 Subject: [PATCH] docs(gog): sanitize gmail messages example --- skills/gog/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gog/SKILL.md b/skills/gog/SKILL.md index 7c88ad8c6..5f9fc3fee 100644 --- a/skills/gog/SKILL.md +++ b/skills/gog/SKILL.md @@ -16,7 +16,7 @@ Setup (once) Common commands - Gmail search: `gog gmail search 'newer_than:7d' --max 10` -- Gmail messages search (per email, ignores threading): `gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account belinmad@gmail.com` +- Gmail messages search (per email, ignores threading): `gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com` - Gmail send (plain): `gog gmail send --to a@b.com --subject "Hi" --body "Hello"` - Gmail send (multi-line): `gog gmail send --to a@b.com --subject "Hi" --body-file ./message.txt` - Gmail send (stdin): `gog gmail send --to a@b.com --subject "Hi" --body-file -`