# Gmail

> Gmail surface for syncing inbox state and proposing/applying safe triage actions.

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

---


# Gmail

This skill uses the `gmcli` tool.

## Allowed operations

| Operation | Allowed | Notes |
|---|---:|---|
| sync | yes | reads only |
| archive | yes | implemented as removing `INBOX` label |
| mark_read | yes | implemented as removing `UNREAD` label |
| star | yes | implemented as adding `STARRED` label |

## References

- `references/factory-skill.md` (CLI usage)

