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.

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 3, 2026
google-forms — openclaw/skills