google-forms
Google Forms API integration with managed OAuth. Create forms, add questions, and retrieve responses. Use this skill when users want to interact with Google Forms. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/google-formsWhat This Skill Does
The google-forms skill allows your OpenClaw agent to seamlessly interact with the Google Forms API. It provides a robust, authenticated bridge to Google's ecosystem, enabling you to programmatically create new forms, append complex question structures, and ingest participant responses directly into your workflow. By leveraging managed OAuth via the Maton gateway, the skill abstracts the complexity of token management and refresh cycles, allowing you to focus on form orchestration rather than credential handling.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/google-forms
Once installed, ensure your MATON_API_KEY environment variable is exported to your shell session. You must initialize your OAuth connection by visiting the controller URL provided in the connection management documentation before the agent can successfully authenticate with Google's APIs.
Use Cases
- Automated Survey Deployment: Automatically generate feedback forms immediately following the conclusion of a project or customer support ticket.
- Data Collection Pipelines: Programmatically retrieve form submissions to trigger downstream business logic or aggregate data into external analytics databases.
- Dynamic Quiz Generation: Create unique, personalized assessments for educational or training purposes based on user-provided curriculum parameters.
- Event Registration: Programmatically structure registration forms to manage attendee data and export response metrics for event planning.
Example Prompts
- "Create a new Google Form named 'Customer Feedback Q1' with fields for Name, Email, and a 1-5 satisfaction rating."
- "Check the current status of my Google Forms connections on Maton and list all active sessions."
- "Retrieve the latest 20 responses from the form with ID '1abc-123-xyz' and summarize the findings in a bulleted list."
Tips & Limitations
- Connection Management: Always ensure your OAuth connection status is 'ACTIVE' at
https://ctrl.maton.aibefore executing requests. If a request fails with an unauthorized error, trigger the refresh or re-authorization flow. - Rate Limiting: Be mindful of Google's API quotas; avoid flooding the API with bulk creation requests in rapid succession.
- Scope Permissions: Ensure that the Google account authorized through the Maton gateway has the appropriate permissions to read and write forms within your organization's domain.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-google-forms": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.