Loading...
Loading...
Google Docs: Append text to a document.
npx skill4agent add googleworkspace/cli gws-docs-writePREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
gws docs +write --document <ID> --text <TEXT>| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | Document ID |
| ✓ | — | Text to append (plain text) |
gws docs +write --document DOC_ID --text 'Hello, world!'[!CAUTION] This is a write command — confirm with the user before executing.