gws-forms
CLI tool to create, manage, and automate Google Forms via the Google Workspace API.
Install
npx skills add https://github.com/googleworkspace/cli --skill gws-formsStats
| Total installs | 7,416 |
| Weekly installs | 7.4K |
| GitHub stars | 22.8K |
| First seen | Mar 4, 2026 |
| Source | @googleworkspace/cli |
Summary
- Supports five core operations: create forms, retrieve form data, batch update form structure, manage publish settings, and handle responses and watches
- Requires Google Workspace authentication via the shared gws prerequisite; review ../gws-shared/SKILL.md for auth setup and security rules
- Use gws schema to inspect method signatures, required parameters, and data types before constructing API calls with --params and --json flags
- Form creation requires a two-step process: first call forms.create with title only, then use forms.batchUpdate to add items and configure settings
Tags
Related skills
| Skill | Installs | vs gws-forms |
|---|---|---|
| power-platform-mcp-connector-suite | 7,393 | -23 |
| mkdocs-translations | 7,473 | +57 |
| java-add-graalvm-native-image-support | 7,414 | -2 |
| ai-rag-pipeline | 7,351 | -65 |
| suggest-awesome-github-copilot-skills | 7,481 | +65 |
FAQ
- How many installs does gws-forms have?
- gws-forms has 7,416 total installs and 7.4K installs this week.
- Where is gws-forms hosted?
- gws-forms is published by @googleworkspace/cli at https://github.com/googleworkspace/cli.
- How many GitHub stars does gws-forms have?
- gws-forms has 22.8K GitHub stars.
- When was gws-forms first indexed?
- OrangeBot.AI first indexed gws-forms on Mar 4, 2026.
- How do I install gws-forms?
- Run: npx skills add https://github.com/googleworkspace/cli --skill gws-forms