What problem does it solve? Working with Google Docs programmatically requires handling OAuth authentication, document IDs, and the batchUpdate API, which is tedious to set up manually. This Skill provides ready-to-use commands for reading, writing, formatting, and exporting Google Docs without writing API boilerplate. ## Core Features & Use Cases - Full Document CRUD: Create, read, copy, rename, clear, and list Google Docs through simple CLI commands or Python functions. - Content Editing: Insert or append text, find and replace strings, add headings, bullet lists, tables, and apply text formatting like bold, fonts, and colors. - Export & Templates: Export documents to text, HTML, PDF, or DOCX, and generate new documents from template copies with placeholder replacement. - Use Case: Generate a weekly report in Python, create a new Google Doc, append the findings, and share the document URL with your team automatically. ## Quick Start Ask the AI to create a new Google Doc titled "Weekly Report" and append your summary text to it.