with one click
gmail
Read and manage Gmail via gws-cli
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Read and manage Gmail via gws-cli
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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>