google-docs-manager

Automate Google Docs management with CLI commands for create, read, update, delete, format, and organize tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables advanced Google Docs management including create/read/update, markdown support, and table of contents generation.

Core Features & Use Cases

  • Document management: create/read/update
  • Markdown conversion
  • Tables, images, headers/footers, and TOC

Quick Start

Use: "~/.claude/skills/google-docs-manager/scripts/run.sh docs_manager info <DOC_ID>"

Frequently Asked Questions about google-docs-manager

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

FAQPage Schema
How do I convert markdown to Google Docs formatting?

Markdown conversion to Google Docs applies structured text—headers, lists, tables, images—directly into formatted documents. Use the set-markdown command to transform markdown source into native Docs formatting with proper styling, tables, and embedded images automatically applied.

Can I automate creating Google Docs from templates?

Yes. The create-from-template command automates document generation by cloning a template and populating it with your content. This eliminates manual formatting and ensures consistency across documents while preserving template structure and styles.

How do I generate a table of contents in Google Docs?

The update-toc command automatically generates and refreshes a table of contents based on document headers. It scans heading hierarchy, creates linked entries, and updates the TOC whenever your document structure changes.

What's the best way to insert and format tables and images in Google Docs?

Use insert-table and insert-image commands to programmatically add content with formatting control. These commands handle table structure, cell styling, image placement, and alignment without manual formatting, maintaining document consistency.

Can I read and extract document structure from Google Docs?

The read and get-structure commands retrieve full document content and hierarchical structure respectively. Extract headers, sections, tables, and metadata to analyze, audit, or rebuild document layouts programmatically.

Do I need OAuth credentials to manage Google Docs with this tool?

Yes. This tool requires OAuth credentials for API authentication to access and modify Google Docs. Set up credentials before running commands to enable document creation, reading, updating, and all formatting operations.