google-forms-generator

Create and configure Google Forms with questions, sections, and branching via API.

10|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/daishiman/daishiman-skills --skill google-forms-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-forms-generator
Source: https://github.com/daishiman/daishiman-skills/tree/main/skills/google-forms-generator
Command: npx skills add https://github.com/daishiman/daishiman-skills --skill google-forms-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapis, dotenv, open, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Claude Code-powered automation to generate and configure Google Forms, eliminating manual form creation and setup.

Core Features & Use Cases

  • Create new forms via API with initial title only, then batch update for questions and settings
  • Configure 11 question types, sections, branching, quiz settings, drive/sheets integrations
  • Use case: auto-generate a survey form from requirements and export responses to Sheets

Quick Start

Use the API to create a form by title, then add questions, sections, and settings in a single streamlined workflow.

Frequently Asked Questions about google-forms-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Forms creation with an API?

You can automate Google Forms creation by using the Forms API to create a form with a title, then batch updating it to add questions, sections, branching, and publish settings in a single workflow.

Can I configure conditional logic and quizzes using the Google Forms API?

Yes, the Google Forms API supports configuring conditional logic, branching, and quiz settings through batch update operations, allowing you to set up complex form behavior end-to-end.

What question types are supported when generating Google Forms programmatically?

Generating Google Forms programmatically supports 11 question types, which can be added alongside sections and branching logic via a batch update operation after initial form creation.

Does Google Forms API integration support exporting responses to Google Sheets?

Yes, Google Forms API integration supports Drive and Sheets integration for data export, allowing you to automatically route form responses to a spreadsheet for downstream analysis.

What is the best way to auto-generate a survey form from requirements?

The best way to auto-generate a survey form is to use Claude Code to drive the Forms API, creating the form by title and then batch updating questions and settings based on your requirements.

What are the limitations of creating Google Forms via the API?

Creating Google Forms via the API requires an initial title-only creation step before adding content, and relies on robust error handling to manage batch updates for questions, sections, and branching logic.