# Gmail Last5

> gmail_last5

- Skill: `javimosch/gmail-last5` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/gmail-last5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/gmail-last5/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/gmail-last5

---


# 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 william.kettle@neuralshift.co.uk
```

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

