npx skills add googleworkspace/cli --skill recipe-create-doc-from-template
wadewarren/gws-claude-plugin
recipe-create-doc-from-template
Copy a Google Docs template, fill in content, and share with collaborators.
Installation
npx skills add wadewarren/gws-claude-plugin --skill recipe-create-doc-from-template
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Replace with description of the skill and when Claude should use it.
64K installsCopy a Google Docs template, fill in content, and share with collaborators.
27.7K installsGoogle Model Armor: Create a new Model Armor template.
26.8K installsScaffold new Agent Skills with proper frontmatter, directory structure, and bundled resource or…
9K installsCreates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint te…
2K installsProduce the final PlanetScale best-practices report after running the inventory and relevant re…
13 installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add wadewarren/gws-claude-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- openclaw
- {"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-drive","gws-docs"]}}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,000 B -
docs
SUMMARY.md114 B
History
- First seen on skills.sh
- First recorded snapshot · 19 installs
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
- Copy the template:
gws drive files copy --params '{"fileId": "TEMPLATEDOCID"}' --json '{"name": "Project Brief - Q2 Launch"}' - Get the new doc ID from the response
- Add content: `gws docs +write --document NEWDOCID --text '## Project: Q2 Launch
Objective
Launch the new feature by end of Q2.'`
- Share with team:
gws drive permissions create --params '{"fileId": "NEWDOCID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'