Gws Forms
Gws Forms allows you to create and manage Google Forms directly within Workspace, streamlining form creation and data collection for efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-forms npx -- -y @trustedskills/gws-forms
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-forms": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-forms"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-forms skill enables AI agents to programmatically create, update, and delete Google Forms within a Google Workspace environment. It streamlines the automation of survey deployment and form management tasks directly through the command line interface.
When to use it
- Automate the creation of recurring feedback surveys for employee engagement programs without manual intervention.
- Dynamically generate event registration forms based on real-time meeting schedules or conference agendas.
- Batch update existing form questions or response settings across multiple departments to ensure consistent data collection standards.
- Remove obsolete or expired survey forms from a workspace to maintain a clean and organized Google Drive structure.
Key capabilities
- Create new Google Forms with custom titles, descriptions, and themes.
- Modify existing form properties such as question text, options, and settings.
- Delete specific forms to reclaim storage space or remove outdated content.
- Integrate seamlessly with the
googleworkspace/clitoolset for scriptable operations.
Example prompts
- "Create a new Google Form titled 'Q3 Employee Feedback' with three short answer questions about productivity."
- "Update the settings on the form named 'Client Onboarding Survey' to make it uncollectible and require a response."
- "Delete all forms in my workspace that contain the word 'Temporary' in their title."
Tips & gotchas
Ensure your Google Workspace account has the necessary administrative permissions to manage forms before attempting bulk operations. This skill operates strictly within the context of your authenticated Workspace environment, so verify you are targeting the correct organizational domain.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.