Home/AI Productivity & Automation/recipe-create-doc-from-template
R

recipe-create-doc-from-template

by @googleworkspacev
4.5(152)

Copies a Google Doc template, fills in required content, and shares it with specified individuals to quickly generate standardized documents.

google-workspacegoogle-docsdocument-generationtemplate-automationGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-create-doc-from-template
compare_arrows

Before / After Comparison

1
Before

Every time a new document is created, templates need to be manually copied, content filled in, and shared one by one, a process that is cumbersome and prone to errors. Inconsistent document formats affect team collaboration efficiency.

After

Automatically copy Google Docs templates, fill in preset content, and share with collaborators with one click. Ensures consistent document formats, significantly saves time, and improves content creation and collaboration efficiency.

SKILL.md

Create a Google Doc from a Template

PREREQUISITE: Load the following skills to execute this recipe: gws-drive, gws-docs

Copy a Google Docs template, fill in content, and share with collaborators.

Steps

  1. Copy the template: gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}'
  2. Get the new doc ID from the response
  3. Add content: `gws docs +write --document-id NEW_DOC_ID --text '## Project: Q2 Launch

Objective

Launch the new feature by end of Q2.'4. Share with team:gws drive permissions create --params '{"fileId": "NEW_DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'`

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs15.1K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日