gws-docs

Manage Google Docs documents via gws CLI commands and scripts.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-docs-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-docs
Source: https://github.com/JetBrains/skills/tree/main/gws-docs
Command: npx skills add https://github.com/JetBrains/skills --skill gws-docs-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and write Google Docs from the command line to automate document workflows and reduce manual edits.

Core Features & Use Cases

  • CLI-based Google Docs access: read, create, and update documents from scripts or the terminal.
  • API-driven workflows: explore docs.documents methods like batchUpdate, create, and get to automate content management.
  • Use Case: automate status reports by updating a shared Google Doc daily from CI pipelines.

Quick Start

Run a simple example to fetch a document using gws docs documents.get

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 from the command line?

You can read and write Google Docs from the command line using the gws CLI. It enables programmatic access to Google Docs, allowing you to automate document workflows like listing, creating, and updating documents via terminal scripts.

Can I automate Google Docs updates from a CI pipeline?

Yes, you can automate Google Docs updates from CI pipelines using the gws CLI. This allows you to apply API-driven workflows, such as updating shared status reports daily by executing docs.documents methods like batchUpdate.

What do I need to access Google Docs via the gws CLI?

To access Google Docs via the gws CLI, you need the CLI installed and appropriate Google Workspace authentication configured. This setup grants the required access to interact with docs.documents methods for reading and writing.

Does CLI-based Google Docs access support batch updates?

Yes, CLI-based Google Docs access supports batch updates. The gws CLI applies API-driven workflows that explore docs.documents methods like batchUpdate, create, and get to automate content management across local machines.

What is the best way to automate document workflows without manual edits?

The best way to automate document workflows without manual edits is using the gws CLI for Google Docs. It enables programmatic access from the command line to read, create, and update documents, effectively automating content management tasks.