From google-workspace-cli
Appends plain text to the end of a Google Docs document using gws CLI. Requires document ID and text input; useful for automating updates in scripts or workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli: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.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceAppends plain text to the end of a Google Docs document via gws CLI. Requires document ID and text; confirm before write.
Automates Google Docs tasks like creating, searching, reading, appending, inserting, and replacing text via Python CLI scripts with standalone OAuth. For local Workspace automation without MCP server.
Automates Google Docs tasks via Rube MCP (Composio): create, edit, search, export, copy, and update documents. Always searches tools first for current schemas.