From gws
Appends plain text to the end of a Google Docs document via gws CLI. Requires document ID and text; confirm before write.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:gws-docs-writeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Append text to a document
gws docs +write --document <ID> --text <TEXT>
| Flag | Required | Default | Description |
|---|---|---|---|
--document | ✓ | — | Document ID |
--text | ✓ | — | Text to append (plain text) |
gws docs +write --document DOC_ID --text 'Hello, world!'
[!CAUTION] This is a write command — confirm with the user before executing.
3plugins reuse this skill
First indexed Mar 9, 2026
npx claudepluginhub wadewarren/gws-claude-pluginAccess Google Docs API via gws CLI: get latest document versions, create blank docs, and batchUpdate with validated requests. Use gws schema to inspect params.
Reads, creates, and edits Google Docs via the Docs v1 REST API. Use for extracting document text, inserting/replacing content, or exporting docs.
Create, search, read, and edit Google Docs via command-line scripts with standalone OAuth authentication. For document automation workflows.