google-docs-manager
Installation
SKILL.md
Google Docs Manager
Manage Google Docs via Service Account — no browser interaction required, fully automatable.
Prerequisites
- Google Cloud project with Docs API + Drive API enabled
- Service Account JSON key file
- Set
GOOGLE_CREDENTIALS_PATH=/path/to/credentials.json - Install:
pip install -r requirements.txt
When to Use
- User says: "create a doc", "write a document", "find doc", "read doc content", "append/insert/replace text in doc", "delete document"
- Agent needs to read or modify Google Docs content programmatically
- Not for downloading binary files or managing non-Doc files (use google-drive-manager instead)
Quick Reference
Related skills