gws-docs-write

Append text to Google Docs documents by document ID via CLI.

8|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-docs-write-haberlah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs-write
Source: https://github.com/haberlah/dotfiles-claude/tree/main/skills/gws-docs-write
Command: npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-docs-write-haberlah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates appending text to Google Docs documents, enabling quick updates to shared docs without manual edits.

Core Features & Use Cases

  • Append text to a Google Docs document by its ID.
  • Integrate with automation pipelines to append notes, meeting minutes, or status updates.
  • Use Case: Automatically append daily standup summaries to a shared Google Doc.

Quick Start

Execute the command gws docs +write --document <ID> --text <TEXT> to append the provided text to the target Google Docs document.

Frequently Asked Questions about gws-docs-write

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I append text to a Google Docs document using a CLI script?

To append text to a Google Docs document via a CLI script, execute the command targeting the specific document ID and passing your text string. This automates adding notes or summaries without manual editing.

Can I automate adding meeting minutes to a shared Google Doc?

Yes, you can automate adding meeting minutes to a shared Google Doc by integrating a CLI command into your automation pipelines. It appends text directly to the document using its unique ID.

Does appending text to Google Docs require authentication?

Yes, appending text to Google Docs requires authentication. The operation respects global flags and safety rules, ensuring secure access when updating your shared documents through the CLI.

What is the best way to automatically update a shared document with daily summaries?

The best way to automatically update a shared document with daily summaries is using a CLI-based operation that appends text by document ID. This seamlessly integrates into automation workflows for quick updates.

How do I specify which Google Docs file to update when appending text?

You specify which Google Docs file to update by providing its unique document ID in the CLI command. This targets the exact shared document where your text will be appended.

Are there limitations to updating Google Docs through a CLI automation script?

Limitations of updating Google Docs through a CLI script include strict adherence to the gws-shared safety rules and authentication requirements. It specifically appends text rather than performing full document formatting.