Jump to related tools in the same category or review the original source on GitHub.

Communication @neuralshift1 Updated 7/18/2026 412 downloads 0 stars Security: Pass

Gmail Last5 OpenClaw Plugin & Skill | ClawHub

Looking to integrate Gmail Last5 into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate communication tasks instantly, without having to write custom tools from scratch.

What this skill does

--- name: gmail_last5 summary: "Show the last 5 unique emails in the inbox using gog" command: gmail_last5 command-dispatch: model --- # gmail_last5 When the user runs `/skill gmail_last5`, do this: 1) Run a `gog gmail search` for the inbox, max 5 newest. 2) Parse the JSON results. 3) Reply with a concise list: sender + subject + date (if present). Use this command (account may be omitted if default is configured; prefer explicit): ```bash gog gmail search "in:inbox" --max 5 --json --results-only --account [email protected] ``` If the command fails, ask the user to confirm which Gmail account is authenticated in gog.

Install

ClawHub CLI
openclaw skills install @neuralshift1/gmail-last5
Node.js (npx)
npx clawhub@latest install gmail-last5

Full SKILL.md

Open original
Metadata table.
name
gmail_last5

SKILL.md content below is scrollable.

gmail_last5

When the user runs /skill gmail_last5, do this:

  1. Run a gog gmail search for the inbox, max 5 newest.
  2. Parse the JSON results.
  3. Reply with a concise list: sender + subject + date (if present).

Use this command (account may be omitted if default is configured; prefer explicit):

gog gmail search "in:inbox" --max 5 --json --results-only --account [email protected]

If the command fails, ask the user to confirm which Gmail account is authenticated in gog.

ClawHub Registry URL: https://clawhub.ai/neuralshift1/skills/gmail-last5

Related skills

If this matches your use case, these are close alternatives in the same category.