Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-create-doc-from-template

Template-based Google Doc creation with automated content population and team sharing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-doc-from-template
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-create-doc-from-template has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-create-doc-from-template.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Template-based Google Doc creation with automated content population and team sharing. 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. 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 "}'` - Requires gws-drive and gws-docs skills; uses Google Workspace APIs for file operations and document editing - Workflow: copy a template doc, populate it with structured content via the docs API, then grant collaborator access through drive permissions - Supports markdown-style content insertion and granular permission assignment (writer, editor roles, user/group targeting) - Copy the template: gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}' - Get the new doc ID from the response - Add content: `gws docs +write --document-id NEW_DOC_ID --text '## Project: Q2 Launch

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-doc-from-template do?

Template-based Google Doc creation with automated content population and team sharing.

Is recipe-create-doc-from-template good?

recipe-create-doc-from-template does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-create-doc-from-template?

recipe-create-doc-from-template currently lists compatibility with Skills CLI.

Is recipe-create-doc-from-template safe to install?

recipe-create-doc-from-template has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-create-doc-from-template?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-create-doc-from-template?

Run the following command to install recipe-create-doc-from-template: npx skills add https://github.com/googleworkspace/cli --skill recipe-create-doc-from-template

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering