google-docs

Manage Google Docs via gws commands for read, append, and batch edits.

1.7k|523|Updated May 5, 2026
One-click install
npx skills add https://github.com/Open-Curiosity/gini-agent --skill google-docs-open-curiosity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-docs
Source: https://github.com/Open-Curiosity/gini-agent/tree/main/skills/google/google-docs
Command: npx skills add https://github.com/Open-Curiosity/gini-agent --skill google-docs-open-curiosity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Google Docs, allowing users to read, append text, and perform structured batch edits without manual intervention.

Core Features & Use Cases

  • Read and Append Text: Access and modify Google Docs content directly.
  • Structured Batch Edits: Execute complex edits in a single API call.
  • Use Case: Create a new document, append meeting notes, or update a document structure in bulk.

Quick Start

Use the google-docs skill to create a new document titled 'Meeting Notes'.

Frequently Asked Questions about google-docs

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

FAQPage Schema
How do I automate batch editing in Google Docs without manual intervention?

You can automate batch editing in Google Docs by executing structured edits in a single API call. This requires the gws CLI with authenticated Docs scopes to manage content updates directly.

Can I append text to an existing Google Workspace document via command line?

Yes, you can append text to a Google Workspace document by using gws commands. The Skill reads existing content and appends new text, streamlining collaborative document management tasks.

Do I need the gws CLI to manage Google Docs programmatically?

Yes, the gws CLI is required to manage Google Docs programmatically. You must install and authenticate the gws CLI with the appropriate Docs scopes before executing read or edit commands.

What is the best way to create and update meeting notes in Google Docs in bulk?

The best way to create and update meeting notes in bulk is using structured batch edits through gws commands. This allows you to generate a new document and append content efficiently within Google Workspace.

Are there limitations when using gws commands for collaborative document management?

Collaborative document management via gws commands is limited to reading, appending text, and structured batch edits. Complex formatting or non-textual content modifications may not be supported by this approach.