What problem does it solve?
Incident responders and teams often need to pull information from Google Docs, search Drive for runbooks or postmortems, and generate shareable documents without leaving their AI-assisted workflow. This Skill provides script-based access to the Google Docs and Drive APIs so documents can be read, created, written, searched, and shared programmatically.
Core Features & Use Cases
- Document Reading & Search: Read full text content from any Google Doc by ID and search Drive by name or MIME type to locate incident reports, runbooks, or postmortems.
- Document Creation & Writing: Create new Google Docs and write content with automatic markdown heading conversion (H1-H3), supporting append or replace modes.
- Sharing & Folder Management: Share documents with specific users or anyone with a link, and list folder contents to organize outputs.
- Use Case: After an incident investigation, create a postmortem document, write the root cause analysis with formatted headings, and share it with the on-call team — all from a single conversation.
Quick Start
Ask the assistant to search Google Drive for recent incident reports and then create a new postmortem document summarizing the findings.