gws-docs-write

Append plain text to a Google Docs document via gws-shared authentication.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-docs-write-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs-write
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-docs-write
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-docs-write-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append text to a Google Docs document programmatically, enabling quick updates without manual editing.

Core Features & Use Cases

  • Append plain text to an existing Google Docs document.
  • Supports multiple successive appends within a single workflow.
  • Integrates with gws-shared for auth, global flags, and safety rules.

Quick Start

Use gws docs +write --document <ID> --text <TEXT>.

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 by executing a CLI command with the --document and --text parameters. This programmatically inserts plain text into an existing file, automating content updates without manual editing.

What do I need to automate Google Docs content updates in a workflow?

To automate Google Docs content updates in a workflow, you need authentication via gws-shared and a target document ID. The Skill integrates with gws-shared for global flags and safety rules during the text insertion process.

Can I do multiple successive text appends within a single workflow?

Yes, multiple successive text appends are supported within a single workflow. The Skill allows repeated programmatic insertion of plain text into an existing Google Docs document to automate sequential content updates.

Does this Google Docs append tool support rich text formatting?

No, the Google Docs append tool only supports the insertion of plain text. It performs a safe append operation of unformatted string content into an existing document and does not handle rich text formatting.

What is the best way to programmatically insert plain text into Google Docs?

The best way to programmatically insert plain text into Google Docs is using a dedicated CLI append command. It requires gws-shared authentication and executes a safe append operation to automate document content updates quickly.