gws-docs-write
🤖 AI Summary
Appends plain text to the end of a Google Workspace document by ID using the `gws docs +write` command, requiring explicit user confirmation before executing the write operation.
How to Install
Claude Code:
git clone --depth 1 https://github.com/googleworkspace/cli.git && cp cli/skills/gws-docs-write ~/.claude/skills/gws-docs-write -r# 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
```bash
gws docs +write --document --text
```
## Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--document` | ✓ | — | Document ID |
| `--text` | ✓ | — | Text to append (plain text) |
## Examples
```bash
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](../gws-shared/SKILL.md) — Global flags and auth
- [gws-docs](../gws-docs/SKILL.md) — All read and write google docs commands
Details
| Category | Docs → readme |
| Source | googleworkspace/cli |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 27.3K |
| Est. per Skill | 546 (shared across 50 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
code-tour
Code Tour Create CodeTour .tour files for codebase walkthroughs that open directly to real files and
Documentation
Technical Documentation Write clear, maintainable technical documentation for different audiences an
dev-team-pr
--- name: dev-team-pr description: Create a well-formatted PR from the current branch using project
gws-docs-write
--- name: gws-docs-write version: 1.0.0 description: "Google Docs: Append text to a document." metad
Works Well With
Skills from the same repository — often designed to work together
gws-admin-reports
admin-reports (reportsv1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and se
gws-calendar-agenda
calendar +agenda > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru
gws-calendar-insert
calendar +insert > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru