G

gws-gmail-send

by @googleworkspacev
4.6(298)

Gmail経由でメールを送信し、宛先、件名、メール内容の指定をサポートします。

gmail-apitransactional-emailemail-sendinggoogle-workspace-integrationGitHub
インストール方法
npx skills add googleworkspace/cli --skill gws-gmail-send
compare_arrows

Before / After 効果比較

1
使用前

以前は、メールを送信するには、Gmailインターフェースに手動でログインし、受信者、件名、内容を一つずつ入力する必要がありました。これは、一括送信や自動化プロセスへの統合が必要なシナリオでは非常に不便でした。

使用後

現在、この機能を使用すると、プログラムで受信者、件名、メール内容を簡単に指定でき、自動メール送信を実現できます。これにより、作業効率が大幅に向上し、あらゆる種類の通知やレポートに適しています。

SKILL.md

gmail +send

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Send an email

Usage

gws gmail +send --to <EMAILS> --subject <SUBJECT> --body <TEXT>

Flags

FlagRequiredDefaultDescription
--toRecipient email address(es), comma-separated
--subjectEmail subject
--bodyEmail body (plain text, or HTML with --html)
--ccCC email address(es), comma-separated
--bccBCC email address(es), comma-separated
--htmlTreat --body as HTML content (default is plain text)
--dry-runShow 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

ユーザーレビュー (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日