google-docs

Automate Google Docs read, create, edit, format, and delete operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill google-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-docs
Source: https://github.com/arlenagreer/claude_configuration_docs/tree/main/skills/google-docs
Command: npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill google-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-apis-docs_v1, google-apis-drive_v3, google-apis-sheets_v4, google-apis-calendar_v3, google-apis-people_v1, googleauth, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates manual document creation and editing by providing comprehensive programmatic control over Google Docs operations.

Core Features & Use Cases

  • Full Document Operations: Read content, create documents, insert/append text, find and replace content.
  • Text Formatting: Apply bold, italic, and underline formatting to specific text ranges.
  • Use Case: Imagine you need to generate 50 personalized project proposals. Use this Skill to create documents from templates, insert client-specific information, and apply consistent formatting automatically.

Quick Start

Use the google-docs skill to read the content of document 'abc123'.

Frequently Asked Questions about google-docs

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

FAQPage Schema
How do I automate Google Docs document creation and editing?

Automate Google Docs creation, editing, and formatting by using this Skill to programmatically create documents, insert or append text, apply formatting like bold and italic, and manage content at scale. It supports both individual and batch document operations with JSON input for complex edits.

Can I read and extract content structure from Google Docs programmatically?

Yes, read document content and structure including headings through the Skill's read and structure commands. Output returns structured JSON metadata with document title, revision ID, and content hierarchy for downstream processing.

How do I find and replace text in Google Docs at scale?

Find and replace content across individual or batch documents using index-based positioning and direct CLI commands or JSON stdin input. The Skill handles replacement operations while preserving document formatting and structure.

What formatting options are available for Google Docs content?

Apply bold, italic, and underline formatting to specific text ranges within documents. Formatting is applied programmatically alongside content insertion and editing operations for consistent styling across personalized or templated documents.

Can I generate personalized documents from templates in Google Docs?

Generate personalized documents at scale by combining template-based and programmatic content generation. Create documents, insert client-specific information, and apply consistent formatting automatically across multiple files in a single operation.

Does this Skill work with other Google APIs and services?

Yes, this Skill integrates with Google Drive, Sheets, Calendar, and People APIs through shared authentication. Use it alongside other Google services to build multi-service workflows for document management and data integration.