🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gws Docs Write

by @googleworkspace-bot

Google Docs: Append text to a document.

Versionv1.0.12
Downloads1,096
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

  • 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
  • πŸ’‘ Examples

    gws docs +write --document DOC_ID --text 'Hello, world!'
    

    πŸ“‹ Tips & Best Practices

  • 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.