gws-gmail-watch とは?
Gmail: 新しいメールを監視し、NDJSON としてストリーミングします。 ソース: googleworkspace/cli。
Gmail: 新しいメールを監視し、NDJSON としてストリーミングします。
コマンドラインで gws-gmail-watch AI スキルを開発環境にすばやくインストール
ソース: googleworkspace/cli。
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
| --project | — | — | GCP project ID for Pub/Sub resources | | --subscription | — | — | Existing Pub/Sub subscription name (skip setup) | | --topic | — | — | Existing Pub/Sub topic with Gmail push permission already granted | | --label-ids | — | — | Comma-separated Gmail label IDs to filter (e.g., INBOX,UNREAD) |
| --max-messages | — | 10 | Max messages per pull batch | | --poll-interval | — | 5 | Seconds between pulls | | --msg-format | — | full | Gmail message format: full, metadata, minimal, raw | | --once | — | — | Pull once and exit | | --cleanup | — | — | Delete created Pub/Sub resources on exit |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-watchGmail: 新しいメールを監視し、NDJSON としてストリーミングします。 ソース: googleworkspace/cli。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-watch インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/googleworkspace/cli