gws-docs

Read, update, and create Google Docs via CLI with gws binary.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-docs-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs
Source: https://github.com/nomad3/servicetsunami-agents/tree/main/apps/api/app/skills/community/gws_docs
Command: npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-docs-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and write Google Docs from the command line to automate document workflows without switching apps.

Core Features & Use Cases

  • Read documents from Google Docs and retrieve content for processing
  • Write or append content to existing documents programmatically
  • Create new documents and manage document metadata via the CLI

Quick Start

Authenticate with Google Workspace and run a sample command such as gws docs <resource> <method> to read a document.

Frequently Asked Questions about gws-docs

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

FAQPage Schema
How do I read and modify Google Docs from the CLI?

You can read and modify Google Docs from the CLI by utilizing the gws binary to execute Google Docs API methods like get, batchUpdate, and create, enabling terminal-based document workflow automation.

How do I automate document workflows without switching apps?

Automating document workflows without switching apps is achieved by running CLI commands to retrieve document content, programmatically append text to existing files, and create new Google Docs.

Do I need Google Workspace authentication to manage Google Docs programmatically?

Yes, Google Workspace authentication is required to manage Google Docs programmatically. You must authenticate your credentials before running CLI commands to access or modify documents securely.

Can I create new documents and manage metadata via the command line?

Yes, you can create new documents and manage metadata via the command line by executing the create method through the gws CLI, which handles Google Docs generation and metadata management programmatically.

What are the limitations of using the gws CLI for Google Docs automation?

Limitations of using the gws CLI for Google Docs automation include its strict dependency on the gws binary and required Google Workspace authentication, meaning it cannot function offline or without proper API access credentials.