@googleworkspace/gws-docs-write

by googleworkspace · v1.0.0 · prompt

Google Docs: Append text to a document.

Install

Add @googleworkspace/gws-docs-write to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-docs-write

Instructions

# docs +write > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Append text to a document ## Usage ```bash gws docs +write --document <ID> --text <TEXT> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--document` | ✓ | — | Document ID | | `--text` | ✓ | — | Text to append (plain text) | ## Examples ```bash gws docs +write --document DOC_ID --text 'Hello, world!' ``` ## Tips - Text is inserted at the end of the document body. - For rich formatt…

Keywords: google, gws, docs, write, workspace