# gws-docs

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

Read and write Google Docs.

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 ~/.claude/skills/gws-docs
```

## From README

docs (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Helper Commands | Command | Description | |---------|-------------| | +write | Append text to a document | API Resources documents batchUpdate — Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. create — Creates a blank document using the title given in the request. Other fields in the request, including any provided content, are ignored. Returns the created document. get — Gets the latest version of the specified document.

## Links

- HTML page: https://omgskills.com/skills/googleworkspace/cli/gws-docs/
- 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
