From gws
Copies Google Docs template with gws-drive, inserts content using gws-docs, and shares via permissions CLI. Automates repetitive doc creation from templates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-doc-from-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-docs`
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.
gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}'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": "[email protected]"}'`
npx claudepluginhub wadewarren/gws-claude-pluginShares Google Docs document with edit access using gws-drive permissions and emails link to collaborators via gws-gmail.
Automates Google Docs tasks like creating, searching, reading, appending, inserting, and replacing text via Python CLI scripts with standalone OAuth. For local Workspace automation without MCP server.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.