Back to skills

gws-docs

workflows

Reads and writes Google Docs through the gws CLI. Supports creating blank documents, fetching document content, and applying batch updates via the Google Docs API. Direct CLI access to the Docs API re

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-docs --skill gws-docs
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/gws-docs
View on GitHub

What This Skill Does

Reads and writes Google Docs through the gws CLI. Supports creating blank documents, fetching document content, and applying batch updates via the Google Docs API. Direct CLI access to the Docs API removes the need to open a browser or write custom OAuth flows for simple read/write operations.

When to use it

  • Working with gws docs functionality
  • Implementing gws docs features
  • Debugging gws docs related issues