gws-docs

Manage Google Docs content with reads, writes, and batch updates via the gws CLI tool.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-docs-m13v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs
Source: https://github.com/m13v/fazm/tree/main/skills/gws-docs
Command: npx skills add https://github.com/m13v/fazm --skill gws-docs-m13v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for programmatic reading and writing to Google Docs, streamlining document management and content creation.

Core Features & Use Cases

  • Read Documents: Retrieve the content of existing Google Docs.
  • Write Documents: Append or update content within Google Docs.
  • Use Case: Automatically generate daily reports by fetching data from various sources and appending it to a master Google Doc.

Quick Start

Use the gws docs skill to get the latest version of the document titled 'My Project Plan'.

Frequently Asked Questions about gws-docs

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

FAQPage Schema
How do I programmatically read and write Google Docs content?

You can programmatically read and write Google Docs content by using this Skill to retrieve existing documents and apply batch updates to append or modify text within the files.

What is needed to automate Google Workspace document management?

Automating Google Workspace document management requires authenticating via the 'gws' CLI tool to enable secure access for creating, retrieving, and updating Google Docs.

Can I automatically generate daily reports in Google Docs?

Yes, you can automatically generate daily reports by fetching data from various sources and using batch updates to append the content directly to a master Google Doc.

How do I create a new document in Google Docs via API?

You can create a new document in Google Docs via API by using this Skill's core functionality to initialize a blank file and then applying batch updates to insert your text content.

Does the Google Docs API support batch updates for writing text?

Yes, writing text to Google Docs is supported through batch updates, allowing you to efficiently append or modify multiple content blocks within an existing document in a single request.

What are the limitations of managing Google Docs programmatically?

Managing Google Docs programmatically is limited to text content retrieval and batch updates for writing, and it strictly requires prior authentication through the 'gws' CLI tool for access.