← 返回 Skills 市场
Recipe Save Email To Doc
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
355
总下载
0
收藏
8
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-save-email-to-doc
功能描述
Save a Gmail message body into a Google Doc for archival or reference.
使用说明 (SKILL.md)
Save a Gmail Message to Google Docs
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-docs
Save a Gmail message body into a Google Doc for archival or reference.
Steps
- Find the message:
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:[email protected]"}' --format table - Get message content:
gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Create a doc with the content:
gws docs documents create --json '{"title": "Saved Email - Important Update"}' - Write the email body: `gws docs +write --document-id DOC_ID --text 'From: [email protected] Subject: Important Update
[EMAIL BODY]'`
安全使用建议
This recipe is coherent: it runs the 'gws' CLI to read a Gmail message and create/write a Google Doc. Before installing, verify that you trust the 'gws' binary and the prerequisite skills (gws-gmail and gws-docs), because those components will hold or request your Google credentials and OAuth scopes to read emails and modify Docs. Also note a minor metadata mismatch: the top-level registry version differs from SKILL.md's metadata and the SKILL.md lists prerequisite skills that weren't surfaced elsewhere — you should confirm the declared prerequisites and where 'gws' and the gws-* helper skills come from. If you do not want an agent to access your email or create docs automatically, avoid granting broad credentials or enabling autonomous invocation for skills that wrap your Google account.
功能分析
Type: OpenClaw Skill
Name: recipe-save-email-to-doc
Version: 1.0.12
The skill bundle is a standard recipe for automating the transfer of Gmail message content to a Google Doc using the 'gws' CLI tool. The instructions in SKILL.md are transparent, align perfectly with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill is a simple recipe that calls the 'gws' CLI to list/get Gmail messages and to create/write a Google Doc. Requiring the gws binary and the gws-gmail and gws-docs helper skills is consistent with the described goal.
Instruction Scope
SKILL.md instructs only to run gws gmail and gws docs commands to locate a message, fetch content, create a doc, and write text. It does not ask to read unrelated files, environment variables, or send data to endpoints outside of the expected Google services.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk by the skill itself. This is the lowest-risk install profile.
Credentials
The recipe declares no required env vars or primary credential and delegates functionality to gws-gmail/gws-docs. In practice, the gws CLI and the referenced sub-skills will need Google credentials/scopes to access Gmail and Docs. Those credentials are not declared here — the recipe relies on the prerequisite skills to manage authentication. Verify gws, gws-gmail, and gws-docs for what credentials/scopes they require before installing.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not attempt to modify other skills or system-wide config. Autonomous invocation remains possible (platform default) but is not escalated by this recipe.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-save-email-to-doc - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-save-email-to-doc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
- No changes made to functionality, steps, or documentation content.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version number in metadata from 0.22.1 to 0.22.2 in SKILL.md.
- No changes to recipe steps or usage instructions.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
- No other changes were made to functionality or documentation.
v1.0.7
- Updated version to 0.22.0 in metadata.
- No changes to recipe description or steps.
v1.0.6
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No functional or documentation changes were made to the recipe content.
v1.0.5
- Bumped version number from 0.20.1 to 0.21.1 in SKILL.md.
- No other user-facing changes.
v1.0.4
- Updated version number in metadata from 0.20.0 to 0.20.1.
v1.0.3
- Updated version to 0.20.0 in metadata.
- No other content or functional changes.
v1.0.2
- Updated version metadata structure under "metadata" and removed top-level version field
- Set metadata version to 0.19.0 (was 1.0.0 in previous top-level field)
- No functional or instruction changes to the recipe steps
- Improved metadata consistency and alignment with latest formatting standards
v1.0.1
- Updated metadata formatting in SKILL.md for improved readability.
- No changes to functionality or usage.
v1.0.0
- Initial release of the skill.
- Save a Gmail message body into a Google Doc for archival or reference.
- Requires the `gws-gmail` and `gws-docs` skills to function.
- Step-by-step instructions provided for finding, extracting, creating, and writing email content to a Google Doc.
元数据
常见问题
Recipe Save Email To Doc 是什么?
Save a Gmail message body into a Google Doc for archival or reference. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。
如何安装 Recipe Save Email To Doc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-save-email-to-doc」即可一键安装,无需额外配置。
Recipe Save Email To Doc 是免费的吗?
是的,Recipe Save Email To Doc 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Save Email To Doc 支持哪些平台?
Recipe Save Email To Doc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Save Email To Doc?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills