← Back to Skills Marketplace
Recipe Create Doc From Template
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
447
Downloads
0
Stars
10
Active Installs
13
Versions
Install in OpenClaw
/install recipe-create-doc-from-template
Description
Copy a Google Docs template, fill in content, and share with collaborators.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-create-doc-from-template - After installation, invoke the skill by name or use
/recipe-create-doc-from-template - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Recipe Create Doc From Template?
Copy a Google Docs template, fill in content, and share with collaborators. It is an AI Agent Skill for Claude Code / OpenClaw, with 447 downloads so far.
How do I install Recipe Create Doc From Template?
Run "/install recipe-create-doc-from-template" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Create Doc From Template free?
Yes, Recipe Create Doc From Template is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Create Doc From Template support?
Recipe Create Doc From Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Create Doc From Template?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills