π¦ ClawHub
Gws Docs Write
by @googleworkspace-bot
Google Docs: Append text to a document.
TERMINAL
clawhub install gws-docs-writeπ About This 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.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
Append text to a document
Usage
gws docs +write --document --text
Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| --document | β | β | Document ID |
| --text | β | β | Text to append (plain text) |
Examples
gws docs +write --document DOC_ID --text 'Hello, world!'
Tips
> [!CAUTION] > This is a write command β confirm with the user before executing.
See Also
π‘ Examples
gws docs +write --document DOC_ID --text 'Hello, world!'
π Tips & Best Practices
> [!CAUTION] > This is a write command β confirm with the user before executing.