google-docs
Installation
SKILL.md
Google Docs
Google Docs is a web-based word processor that allows users to create and edit documents online. It's primarily used by individuals, teams, and organizations for collaborative writing, document sharing, and real-time editing.
Official docs: https://developers.google.com/docs
Google Docs Overview
- Document
- Content — Text, images, etc.
- Permissions — Who can access the document and their level of access (e.g., viewer, commenter, editor).
- Revisions — History of changes made to the document.
- Folder
Use action names and parameters as needed.
Working with Google Docs
This skill uses the Membrane CLI to interact with Google Docs. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills