google-forms
Installation
SKILL.md
Google Forms
Access the Google Forms API with managed OAuth authentication. Create forms, add questions, and retrieve responses.
Quick Start
# Get form
curl -s -X GET 'https://gateway.maton.ai/google-forms/v1/forms/{formId}' \
-H 'Authorization: Bearer YOUR_API_KEY'
Base URL
https://gateway.maton.ai/google-forms/v1/forms/{formId}
The gateway proxies requests to forms.googleapis.com and automatically injects your OAuth token.