gws-docs

Read and update Google Docs content programmatically via the docs resource.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-docs-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-docs
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-docs-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading and editing Google Docs programmatically to automate content workflows and collaboration.

Core Features & Use Cases

  • Read document content programmatically to extract text, structure, and metadata.
  • Write or append content to documents, including updates to paragraphs and formatting.
  • Use Case: Automate updating client proposals or reporting by composing sections and pushing changes to Google Docs.

Quick Start

Read Google Docs content and append new text using the docs resource.

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 write Google Docs programmatically for content automation?

This Skill enables programmatic access to read and update Google Docs using the docs resource, allowing you to extract document content and append new text to automate content workflows and collaboration.

Can I automate updating client proposals by writing to Google Docs?

Yes, you can automate updating client proposals by composing sections programmatically and pushing changes directly to Google Docs, including updates to paragraphs and formatting within your document management workflow.

What do I need to access the Google Docs API for document editing?

To access the Google Docs API for document editing, you need proper authentication, Google Docs API access, and correct permission scoping to ensure your automation workflows can securely read and write document content.

Does this approach support extracting document structure and metadata from Google Docs?

Yes, this approach supports extracting document structure and metadata from Google Docs, enabling you to read document content programmatically to retrieve text, formatting, and structural information for your automation workflows.

What are the limitations of using the docs resource for collaborative editing scenarios?

When using the docs resource for collaborative editing scenarios, limitations include the need for proper permission scoping and authentication, and updates are focused on paragraphs and formatting rather than real-time concurrent editing.