Google Docs: Append text to a document.
gws-docs
gws-docs is an open-source docs skill for Claude Code and compatible agents, published by googleworkspace. Its author describes it as: “Read and write Google Docs.”. The project has 30k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-docs`.
What gws-docs does
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Installation
Add gws-docs to your agent with:
git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-docs Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for gws-docs is organised into these sections:
- Helper Commands
- API Resources
- documents
- Discovering Commands
When to use it
Reach for gws-docs when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in googleworkspace/cli, an established project with 30,434 GitHub stars
- Actively maintained (recent commits)
Things to check
- Sparse description in metadata — read the repository for full details
Topics
Frequently asked questions
- What does gws-docs do?
- Read and write Google Docs.
- How do I install gws-docs?
- Run git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-docs in your agent, then reload your skills. Review the source at https://github.com/googleworkspace/cli before installing.
- Is gws-docs free to use?
- Yes. gws-docs is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does gws-docs come from?
- gws-docs ships inside googleworkspace/cli, a repository that contains 41 catalogued skills in total. The repository's 30,434 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Automated Cherry Studio review for local branches, PRs, commits, files, architecture docs, and repository skills. Use for code or documentation reviews that need project-specific naming, main/renderer/shared placement and dependency rules, IpcApi and DataApi boundaries, lifecycle/service ownership, renderer hooks, React/UI conventions, and tests. Supports single-agent review with interactive fix selection or multi-agent reviewer-verifier review with risk-based auto-fix. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.
Markdown to WeChat CLI | 一键排版发布到微信公众号:支持 40+ 排版样式和专业主题 、AI 配图 、批量发布 、多账号管理
The method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy findings. Use when auditing AI-built code, reviewing access control against documented permissions, or checking whether a codebase matches its own documentation.