ワンクリックで
gmail
Read and manage Gmail via gws-cli
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read and manage Gmail via gws-cli
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Communicate with other abtars agents — delegate tasks, ask questions
Full browser capability — managed Browsie session or emergency Main direct mode
Fetch web content — 4-level escalation chain from curl to full browser
Find the best free cloud models and update models.json from OpenRouter leaderboard
When to use skill_create (procedures) vs memory_store (facts)
Fetch Twitter/X content — single tweets (no auth) or feeds (cookies)
| name | gmail |
| description | Read and manage Gmail via gws-cli |
| requires | {"bins":["gws-cli"]} |
Read, search, and manage emails using gws-cli gmail. Auth is pre-configured.
# List unread emails
gws-cli gmail list -q "is:unread" -n 20
# Read a message by ID
gws-cli gmail read MSG_ID
# Search
gws-cli gmail search -q "from:someone subject:invoice"
# Mark as read
gws-cli gmail mark-read MSG_ID
# Mark as unread
gws-cli gmail mark-unread MSG_ID
Standard Gmail operators: from:, to:, subject:, is:unread, newer_than:1d, has:attachment, label:, after:2026/03/01.
gws-cli gmail list -q "is:unread" -n 20gws-cli gmail read <id>gws-cli gmail mark-read <id>