← 返回 Skills 市场
Recipe Create Doc From Template
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
447
总下载
0
收藏
10
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-create-doc-from-template
功能描述
Copy a Google Docs template, fill in content, and share with collaborators.
安全使用建议
This recipe appears to do what it says: it runs the gws CLI to copy a Docs template, add text, and grant permissions. Before installing/using it: (1) ensure the gws CLI on your agent is the one you expect and authenticated to the correct Google account; (2) replace TEMPLATE_DOC_ID and NEW_DOC_ID placeholders and the example email with the intended values; (3) consider adding an explicit confirmation step before the recipe runs the permissions/create command to avoid accidental sharing; and (4) review and understand the gws-drive and gws-docs skills because those will manage OAuth tokens and are the components that actually hold Google credentials.
功能分析
Type: OpenClaw Skill
Name: recipe-create-doc-from-template
Version: 1.0.12
The skill bundle provides a standard automation recipe for copying a Google Docs template, updating its content, and sharing it with collaborators using the 'gws' CLI. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any malicious commands, data exfiltration attempts, or prompt injection risks.
能力评估
Purpose & Capability
The name/description match the actions in SKILL.md: copying a Drive file, writing to a Docs document, and creating Drive permissions. Requiring the gws CLI and the gws-drive/gws-docs helper skills is coherent for this functionality.
Instruction Scope
The instructions explicitly run gws CLI commands that will access Drive and Docs and create sharing permissions — this is expected. However, the recipe contains hardcoded example placeholders (TEMPLATE_DOC_ID, NEW_DOC_ID) and an example email ([email protected]); if used as-is the agent could attempt to share documents without further confirmation. The SKILL.md does not require or document a confirmation step before sharing.
Install Mechanism
There is no install spec and no code files; this is an instruction-only recipe that calls an existing CLI (gws). That is the lowest-risk install profile.
Credentials
The skill itself requests no environment variables or credentials. It depends on gws and the gws-drive/gws-docs skills, which are the expected places to handle OAuth/credentials for Google Workspace; this delegation is proportionate. Users should be aware those other skills will require Google credentials.
Persistence & Privilege
always is false and there is no persistent installation or modification of other skills. The skill does instruct operations that modify Drive/Docs state (copying and sharing) but does not request elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-create-doc-from-template - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-create-doc-from-template触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated metadata version to 0.22.5 in SKILL.md.
- No other content changes.
v1.0.11
- Updated version in metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Version updated from 0.22.2 to 0.22.3 in SKILL.md
- No other content or functional changes detected
v1.0.9
- Updated skill version from 0.22.1 to 0.22.2 in metadata.
- No changes to functionality or documentation content.
v1.0.8
- Updated the skill metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Version updated from 0.21.2 to 0.22.0 in metadata.
- No changes to functionality, description, or usage instructions.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill version to 0.21.1 in metadata.
- No other changes to instructions or functionality documented.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No other content changes.
v1.0.3
- Bumped version to 0.20.0 in metadata.
- No functional or instructional changes were made; documentation text remains unchanged.
v1.0.2
- Updated metadata version format under the metadata key.
- Removed the top-level version field.
- No functional or instructional changes to recipe content.
v1.0.1
- Updated formatting of YAML lists under the "requires" section for clarity.
- No changes to functionality or user instructions.
v1.0.0
Initial release of recipe-create-doc-from-template.
- Allows users to copy a Google Docs template, add content, and share with collaborators.
- Requires gws-drive and gws-docs skills.
- Step-by-step instructions for duplicating, editing, and sharing a document are provided.
元数据
常见问题
Recipe Create Doc From Template 是什么?
Copy a Google Docs template, fill in content, and share with collaborators. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 447 次。
如何安装 Recipe Create Doc From Template?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-create-doc-from-template」即可一键安装,无需额外配置。
Recipe Create Doc From Template 是免费的吗?
是的,Recipe Create Doc From Template 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Create Doc From Template 支持哪些平台?
Recipe Create Doc From Template 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Create Doc From Template?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills