# gws-docs-write

> Claude/Codex skill by [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars · 45k installs · Updated 2026-08-01

Google Docs: Append text to a document.

Tags: agent-skills, ai-agent, automation, cli, discovery-api, gemini-cli-extension, google-admin, google-api, google-calendar, google-chat, google-docs, google-drive, google-sheets, google-workspace, oauth2, rust

## Install

```sh
git clone https://github.com/googleworkspace/cli /tmp/cli && ln -s /tmp/cli/skills/gws-docs-write ~/.claude/skills/gws-docs-write
```

## From README

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 Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | --document | ✓ | — | Document ID | | --text | ✓ | — | Text to append (plain text) | Examples 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

## Links

- HTML page: https://omgskills.com/skills/googleworkspace/cli/gws-docs-write/
- GitHub: https://github.com/googleworkspace/cli
- Author: [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md)

## More from this repo

- [gws-sheets](https://omgskills.com/skills/googleworkspace/cli/gws-sheets/index.md) — Google Sheets: Read and write spreadsheets.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 31k stars
- [gws-slides](https://omgskills.com/skills/googleworkspace/cli/gws-slides/index.md) — Google Slides: Read and write presentations.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars
- [gws-admin-reports](https://omgskills.com/skills/googleworkspace/cli/gws-admin-reports/index.md) — Google Workspace Admin SDK: Audit logs and usage reports.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars
