gws-gmail-read by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-read前提条件: 请先阅读
../gws-shared/SKILL.md了解身份验证、全局标志和安全规则。如果该文件缺失,请运行gws generate-skills命令来创建它。
读取邮件并提取其正文或标头
gws gmail +read --id <ID>
| 标志 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|
--id | ✓ | — | 要读取的 Gmail 邮件 ID |
--headers |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| — |
| — |
| 在输出中包含标头(发件人、收件人、主题、日期) |
--format | — | text | 输出格式(text, json) |
--html | — | — | 返回 HTML 正文而非纯文本 |
--dry-run | — | — | 显示将要发送的请求而不实际执行 |
gws gmail +read --id 18f1a2b3c4d
gws gmail +read --id 18f1a2b3c4d --headers
gws gmail +read --id 18f1a2b3c4d --format json | jq '.body'
每周安装量
1.9K
代码仓库
GitHub 星标数
22.3K
首次出现
8 天前
安全审计
安装于
codex1.8K
opencode1.8K
gemini-cli1.8K
cursor1.8K
amp1.8K
github-copilot1.8K
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Read a message and extract its body or headers
gws gmail +read --id <ID>
| Flag | Required | Default | Description |
|---|---|---|---|
--id | ✓ | — | The Gmail message ID to read |
--headers | — | — | Include headers (From, To, Subject, Date) in the output |
--format | — | text | Output format (text, json) |
--html | — | — | Return HTML body instead of plain text |
--dry-run | — | — | Show the request that would be sent without executing it |
gws gmail +read --id 18f1a2b3c4d
gws gmail +read --id 18f1a2b3c4d --headers
gws gmail +read --id 18f1a2b3c4d --format json | jq '.body'
Weekly Installs
1.9K
Repository
GitHub Stars
22.3K
First Seen
8 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex1.8K
opencode1.8K
gemini-cli1.8K
cursor1.8K
amp1.8K
github-copilot1.8K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装