google-docs
Installation
SKILL.md
How to Use
Base URL: https://docs.googleapis.com/v1
Finding your Document ID:
The document ID is in the URL: https://docs.google.com/document/d/{DOCUMENT_ID}/edit
1. Create New Document
Create a blank document with a title:
Write to /tmp/gdocs_request.json:
{
"title": "My New Document"
}