Agent Skills: Gmail

Gmail CLI for searching, reading threads, managing labels, and sending emails. Use when you need to check inbox, read emails, send messages, or manage email labels.

UncategorizedID: bentossell/bentos/gmail

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bentossell/bentos/tree/HEAD/internal/assets/pos/skills/gmail

Skill Files

Browse the full folder contents for gmail.

Download Skill

Loading file tree…

internal/assets/pos/skills/gmail/SKILL.md

Skill Metadata

Name
gmail
Description
Gmail surface for syncing inbox state and proposing/applying safe triage actions.

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)