R
recipe-email-drive-link
by @googleworkspacev
4.6(148)
Googleドライブファイルを共有し、ファイルリンクとメッセージを添付して受信者にメールで送信します。
google-drive-sharinggmail-integrationfile-sharing-automationemail-workflowsproductivity-automationGitHub
インストール方法
npx skills add https://github.com/googleworkspace/cli --skill recipe-email-drive-linkcompare_arrows
Before / After 効果比較
1 组使用前
Google Driveファイルを共有するには、まず権限を設定し、次にリンクをコピーし、最後に手動でメールを作成して送信する必要があります。この手順は煩雑でエラーが発生しやすく、情報伝達の効率に影響を与えます。
使用後
Google Driveファイルを自動で共有し、リンクとカスタムメッセージを含むメールを生成し、ワンクリックで受信者に送信します。これにより、共有プロセスが大幅に簡素化され、コミュニケーション効率が向上します。
SKILL.md
Email a Google Drive File Link
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive,gws-gmail
Share a Google Drive file and email the link with a message to recipients.
Steps
- Find the file:
gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}' - Share the file:
gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}' - Email the link:
gws gmail +send --to client@example.com --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数25.5K
評価4.6 / 5.0
バージョン
更新日2026年7月28日
比較事例1 件
ユーザー評価
4.6(148)
5
24%
4
51%
3
24%
2
2%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年7月28日