Gmail Delete Email
PassAudited by ClawScan on Apr 27, 2026.
Overview
This instruction-only skill is internally consistent: it only runs the gog CLI to move a message to trash, asks for no extra credentials, and has no install steps.
This skill simply runs `gog gmail trash <messageId>` and relies on the gog CLI being installed and already authenticated. Before installing: (1) verify the gog binary on your system is from a trusted source and is the intended tool; (2) confirm which Gmail account/gog config will be used (gog likely reads local OAuth tokens or config files); (3) be aware this performs a destructive action—test with a noncritical message first; (4) consider requiring explicit user confirmation before letting an autonomous agent invoke deletion. If you need the skill to handle authentication, expect it to require additional declared credentials/config paths; their absence here means the skill depends on existing local gog setup.
