← 返回 Skills 市场
googleworkspace-bot

Recipe Email Drive Link

作者 googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ 安全检测通过
379
总下载
0
收藏
9
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-email-drive-link
功能描述
Share a Google Drive file and email the link with a message to recipients.
使用说明 (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

  1. Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'
  2. Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'
  3. Email the link: gws gmail +send --to [email protected] --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'
安全使用建议
This recipe appears coherent, but check a few practical things before installing/using it: - Confirm the gws CLI you have is from a trusted source and that you understand which Google account it's authorized to use. - Inspect the gws-drive and gws-gmail skills (the recipe depends on them) to see what credentials/scopes they require — they will control which Drive files and recipients can be accessed or emailed. - Verify the permission being granted (role/type). Avoid using broad scopes like 'anyoneWithLink' unless intended. - Double-check recipient addresses and FILE_ID before running to avoid accidental data exposure. - If you need stronger assurance, run the commands in a test account or with a non-sensitive file first. Overall: the skill does what it says, but its behavior depends entirely on the gws CLI and the referenced skills' authentication — review those before use.
功能分析
Type: OpenClaw Skill Name: recipe-email-drive-link Version: 1.0.12 The skill is a standard recipe for sharing a Google Drive file and emailing the link using the 'gws' toolset. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any malicious commands, exfiltration logic, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the runtime instructions. The skill only needs the gws CLI and the gws-drive and gws-gmail recipe skills to list a file, add Drive permissions, and send an email — these are expected for the stated task.
Instruction Scope
SKILL.md confines actions to gws drive and gmail commands (list files, create permission, send email). It does not instruct reading local files or unrelated environment variables. Note: it assumes the referenced gws-* skills provide authentication/credentials; this recipe itself does not declare or manage those credentials.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk — lowest install risk.
Credentials
The recipe declares no environment variables itself, which is reasonable because it delegates auth to gws-drive and gws-gmail. You should verify those dependent skills' credentials and scopes (Google OAuth tokens) before use; otherwise the skill will operate with whatever account those skills are authorized for.
Persistence & Privilege
Does not request always:true or system-wide configuration changes. It is user-invocable and does not persist beyond executing the gws commands.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install recipe-email-drive-link
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /recipe-email-drive-link 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md. - No other changes made.
v1.0.11
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Bumped skill version from 0.22.2 to 0.22.3 in metadata. - No other changes made.
v1.0.9
- Updated version number in SKILL.md metadata from 0.22.1 to 0.22.2. - No other content or functionality changes.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No functional or documentation changes made.
v1.0.7
- Version updated from 0.21.2 to 0.22.0 in metadata. - No changes to functionality or usage instructions.
v1.0.6
- Updated skill version from 0.21.1 to 0.21.2 in metadata. - No changes to functionality or instructions.
v1.0.5
- Updated version in metadata to 0.21.1 - No changes to steps or main content; documentation version bump only
v1.0.4
- Updated the version in metadata from 0.20.0 to 0.20.1 in SKILL.md. - No other changes to functionality or documentation.
v1.0.3
- Bumped version to 0.20.0 in metadata. - No recipe steps or content changes.
v1.0.2
- Updated metadata version from 1.0.0 to 0.19.0 in SKILL.md. - Removed the top-level version field from the root and moved version under metadata. - No changes to recipe steps or functionality.
v1.0.1
- Fixed YAML formatting in metadata section for bin and skill dependencies. - No changes to steps or recipe instructions.
v1.0.0
- Initial release of recipe-email-drive-link skill. - Allows users to share a Google Drive file and email its link with a custom message. - Requires the gws-drive and gws-gmail skills to function. - Includes step-by-step instructions for finding, sharing, and emailing the file link.
元数据
Slug recipe-email-drive-link
版本 1.0.12
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 13
常见问题

Recipe Email Drive Link 是什么?

Share a Google Drive file and email the link with a message to recipients. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。

如何安装 Recipe Email Drive Link?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-email-drive-link」即可一键安装,无需额外配置。

Recipe Email Drive Link 是免费的吗?

是的,Recipe Email Drive Link 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Recipe Email Drive Link 支持哪些平台?

Recipe Email Drive Link 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recipe Email Drive Link?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。

💬 留言讨论