ワンクリックで
gws
List and read mail from the target Gmail account via Google Workspace CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List and read mail from the target Gmail account via Google Workspace CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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.