gws-forms

Manages Google Forms by creating, updating, and retrieving form data and settings.

30.3k|1.8k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/googleworkspace/cli --skill gws-forms-googleworkspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-forms
Source: https://github.com/googleworkspace/cli/tree/main/skills/gws-forms
Command: npx skills add https://github.com/googleworkspace/cli --skill gws-forms-googleworkspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to programmatically interact with Google Forms, enabling the creation, modification, and retrieval of form data and settings.

Core Features & Use Cases

  • Form Management: Create new forms, update existing ones, and retrieve form details.
  • Response Handling: Access and manage form responses.
  • Publishing Control: Set and update form publishing settings.
  • Use Case: Automatically create a new feedback form for an event, set its title and description, and then update its publishing settings to allow responses.

Quick Start

Use the gws forms create command to make a new form with the title "Customer Survey".

Frequently Asked Questions about gws-forms

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

FAQPage Schema
How do I automate Google Forms creation and data collection?

You can automate Google Forms creation by using the gws CLI tool to programmatically create new forms, update settings, and retrieve response data. This Skill supports batch updates and publishing configurations for managing form resources.

Can I update Google Forms publishing settings via an API?

Yes, you can update Google Forms publishing settings via the API using the gws CLI tool. This Skill enables you to set and modify publishing configurations to control when and how users can submit responses to your forms.

Do I need the gws CLI tool to manage Google Forms responses?

Yes, you need the gws CLI tool and authentication with Google Workspace to manage Google Forms responses. This Skill relies on the gws CLI to execute response operations and retrieve form data securely.

What is the best way to batch update Google Forms settings?

The best way to batch update Google Forms settings is through the gws CLI tool, which supports batch updates for various form resources. This allows you to efficiently modify multiple form attributes and configurations in a single operation.

Does Google Forms automation work for generating customer surveys?

Yes, Google Forms automation works for generating customer surveys by creating forms with specific titles and descriptions. You can quickly set up a customer survey form and update its publishing settings to start collecting responses automatically.