openclaw - 💡(How to fix) Fix gog skill missing command for reading Gmail message body [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#81430Fetched 2026-05-14 03:32:20
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
1
Timeline (top)
closed ×1commented ×1

Root Cause

This matters because gog gmail messages search ... returns message IDs, but the skill does not explain the next step needed to inspect message contents.

RAW_BUFFERClick to expand / collapse

The skills/gog/SKILL.md documents Gmail search and message search, but it does not document how to read the body/text of a Gmail message.

Useful commands to add:

  • gog gmail get <messageId> --format full --json

    • returns a single message; text body is available in the JSON body field
  • gog gmail thread get <threadId> --full --json

    • returns a full thread with message bodies

This matters because gog gmail messages search ... returns message IDs, but the skill does not explain the next step needed to inspect message contents.

Impact: because the skill documents gog gmail search and gog gmail messages search, but not gog gmail get, some models may keep trying to retrieve the email body using search commands. This can lead to a long loop of repeated search attempts instead of the correct next step (gog gmail get <messageId> --format full --json). I observed this behavior with Gemma 4

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix gog skill missing command for reading Gmail message body [1 comments, 2 participants]