一键导入
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 页面并帮你完成安装。
基于 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.