
gws-docs-write
✓ Official★ 29,400by Google · part of googleworkspace/cli
Google Docs: Append text to a document.
🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with googleworkspace/cli and only works together with that tool — install the tool first, then add this skill.
Google Docs: Append text to a document.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: gws-docs-write description: "Google Docs: Append text to a document." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws docs +write --help"
docs +write
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Append text to a document
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--document | ✓ | — | Document ID |
--text | ✓ | — | Text to append (plain text) |
Examples
Copy & paste — that's it
gws docs +write --document DOC_ID --text 'Hello, world!'Tips
- Text is inserted at the end of the document body.
- For rich formatting, use the raw batchUpdate API instead.
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- gws-shared — Global flags and auth
- gws-docs — All read and write google docs commands
Copy & paste — that's it
npx skills add https://github.com/googleworkspace/cli --skill gws-docs-writeRun this in your project — your agent picks the skill up automatically.
Usage
Copy & paste — that's it
gws docs +write --document <ID> --text <TEXT>No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.