G
gws-gmail-send
by @googleworkspacev
4.6(298)
Gmail経由でメールを送信し、宛先、件名、メール内容の指定をサポートします。
インストール方法
npx skills add googleworkspace/cli --skill gws-gmail-sendcompare_arrows
Before / After 効果比較
1 组使用前
以前は、メールを送信するには、Gmailインターフェースに手動でログインし、受信者、件名、内容を一つずつ入力する必要がありました。これは、一括送信や自動化プロセスへの統合が必要なシナリオでは非常に不便でした。
使用後
現在、この機能を使用すると、プログラムで受信者、件名、メール内容を簡単に指定でき、自動メール送信を実現できます。これにより、作業効率が大幅に向上し、あらゆる種類の通知やレポートに適しています。
SKILL.md
gmail +send
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Send an email
Usage
gws gmail +send --to <EMAILS> --subject <SUBJECT> --body <TEXT>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--to | ✓ | — | Recipient email address(es), comma-separated |
--subject | ✓ | — | Email subject |
--body | ✓ | — | Email body (plain text, or HTML with --html) |
--cc | — | — | CC email address(es), comma-separated |
--bcc | — | — | BCC email address(es), comma-separated |
--html | — | — | Treat --body as HTML content (default is plain text) |
--dry-run | — | — | Show the request that would be sent without executing it |
Examples
gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi Alice!'
gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi!' --cc bob@example.com
gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi!' --bcc secret@example.com
gws gmail +send --to alice@example.com --subject 'Hello' --body '<b>Bold</b> text' --html
Tips
- Handles RFC 2822 formatting and base64 encoding automatically.
- For attachments, use the raw API instead: gws gmail users messages send --json '...'
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- gws-shared — Global flags and auth
- gws-gmail — All send, read, and manage email commands
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数23.3K
評価4.6 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件
ユーザー評価
4.6(298)
5
23%
4
51%
3
23%
2
2%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年5月23日