con un clic
gws
List and read mail from the target Gmail account via Google Workspace CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
List and read mail from the target Gmail account via Google Workspace CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Invoke the Gemini CLI for AI-assisted processing (e.g. summarization, extraction)
Validates gram notation files (*.gram) using the gram-lint CLI tool. Use when creating, editing, or reviewing any *.gram file, when a gram parse error is suspected, or when asked to validate graph data files in this project.
| name | gws |
| description | List and read mail from the target Gmail account via Google Workspace CLI |
| cli | gws |
| defaultArgs | ["mail","list","--limit","5"] |
Invoke the GWS CLI to access Gmail on behalf of the authenticated account.
The skills runtime runs the GWS CLI with the arguments specified in the skill definition or passed at invocation. Ensure GWS CLI is installed and authenticated (e.g. gws auth login) before using this skill.
With no arguments, the skill lists up to 5 recent messages (gws mail list --limit 5). Pass custom args to list more, read a message, etc.