在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用gmail
星标7
分支0
更新时间2026年6月24日 10:35
Read and manage Gmail via gws-cli
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Read and manage Gmail via gws-cli
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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)
基于 SOC 职业分类
| 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>