gws-docs-write

Append text to a Google Docs document using the gws docs +write command.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-docs-write-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs-write
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-docs-write
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-docs-write-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically appends text to a Google Docs document from the command line, enabling quick updates without opening the UI.

Core Features & Use Cases

  • Append to documents: Attach new text to the end of a Google Doc identified by its ID.
  • Automate documentation updates: Script repetitive updates to project docs or templates via CLI.
  • Use Case: When you need to append a daily log entry to a shared doc after a meeting, you can run a single command to update the document.

Quick Start

Use the gws docs +write command with the required --document ID and --text content to append text to the 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 from the command line?

You can append text to a Google Docs document from the CLI by running the gws docs +write command with the --document ID and --text flags. This enables quick programmatic updates without opening the Google Docs UI.

Can I automate Google Docs updates using a CLI script?

Yes, you can automate Google Docs updates by scripting the gws docs +write command. This allows you to programmatically attach new text entries to shared project documents or templates directly from your terminal.

What do I need to configure before appending text to Google Docs via the CLI?

Before appending text to Google Docs via the CLI, you need the gws binary installed and Google Docs API access configured per gws-shared. You must also provide the target document ID and the text content via flags.

Does the Google Docs append CLI command support updating specific sections of a document?

No, the Google Docs append CLI command only supports attaching new text to the end of a document identified by its ID. It does not update specific sections or insert text at arbitrary positions within the file.

What is the best way to add a daily log entry to a shared Google Doc?

The best way to add a daily log entry to a shared Google Doc is using the gws docs +write CLI command. It programmatically appends your text content to the end of the document using the target document ID.