google-docs

Read and edit Google Docs with index-aware batch updates.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill google-docs-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-docs
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/plugins/google-drive/google-docs
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill google-docs-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Docs editing often requires precise, batch operations that preserve formatting and structure while applying targeted changes.

Core Features & Use Cases

  • Read and extract text and structure from documents using index-aware reads.
  • Apply batch updates to paragraphs, tables, and styles while maintaining document integrity.
  • Use cases include reflowing sections, updating tables, and applying style-aware edits across multiple documents.

Quick Start

Update the Google Doc to adjust the executive summary and reflow tables while preserving styles.

Frequently Asked Questions about google-docs

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

FAQPage Schema
How do I apply batch updates to Google Docs without ruining paragraph styles?

Batch updates in Google Docs apply style-aware changes by locating paragraph indexes first, then rewriting sections in place to preserve document formatting and structure.

Can I extract and edit tables in Google Docs programmatically?

Yes, you can edit tables in Google Docs using index-aware reads to locate the table structures, then applying targeted batch updates to modify the content while maintaining document integrity.

Do I need Google Drive API access to read and edit Google Docs text?

Yes, you need Google Docs and Drive API access to perform batch updates, extract text, and apply style-aware edits across documents while maintaining the document structure.

What is the best way to reflow sections across multiple Google Docs?

Reflowing sections across multiple Google Docs requires index-aware batch updates to locate paragraph indexes and rewrite targeted sections in place, ensuring document integrity is preserved.

How does index-aware reading work for Google Docs editing?

Index-aware reading extracts text and structure from documents by locating specific paragraph indexes, enabling precise rewriting of sections and style-aware changes without breaking the document layout.