gws-docs — All read and write google docs commands
1---2name: gws-docs-write3description: docs +write4---5# docs +write67> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, stop and repair the declarative skill deployment.89Append text to a document1011## Usage1213```bash14gws docs +write --document <ID> --text <TEXT>15```1617## Flags1819| Flag | Required | Default | Description |20|------|----------|---------|-------------|21| `--document` | ✓ | — | Document ID |22| `--text` | ✓ | — | Text to append (plain text) |2324## Examples2526```bash27gws docs +write --document DOC_ID --text 'Hello, world!'28```2930## Tips3132- Text is inserted at the end of the document body.33- For rich formatting, use the raw batchUpdate API instead.3435> [!CAUTION]36> This is a **write** command — confirm with the user before executing.3738## See Also3940- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth41- [gws-docs](../gws-docs/SKILL.md) — All read and write google docs commands
Run npx skillmds@latest add wimpysworld/gws-docs-write in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
docs +write It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wimpysworld (@wimpysworld) published this skill. Their other Agent Skills are listed on their SkillMD profile.