What problem does it solve?
Provides a reliable way to programmatically read, create, update, append, and comment on Google Docs so you can stop copy-pasting content between tools and automate document workflows while handling SSO and permission issues.
Core Features & Use Cases
- Document retrieval: Get full document content by ID or URL and list comments for review or auditing.
- Create, update, and append: Create new documents, replace entire content, or append new content with format handling for plain text and Markdown.
- Comment management and safety: Add and resolve comments; write operations require explicit user confirmation and the skill warns before destructive updates.
- Robust handling: Automatic chunking for large content, CDP-based Okta SSO routing, and retry/error handling for transient failures.
- Use case: Append meeting notes and action items to a shared Google Doc, then list unresolved comments and resolve them after follow-up.
Quick Start
Use the gdocs skill to fetch a document by URL and display its content along with unresolved comments.