gws-groupssettings

Manage Google Groups settings via the gws command-line interface.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-groupssettings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-groupssettings
Source: https://github.com/m13v/fazm/tree/main/skills/gws-groupssettings
Command: npx skills add https://github.com/m13v/fazm --skill gws-groupssettings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of Google Groups settings, allowing for efficient administration of group configurations.

Core Features & Use Cases

  • Resource Management: Perform operations like getting, patching, and updating Google Groups.
  • Configuration: Easily modify settings for specific groups.
  • Use Case: Quickly update the description or access permissions for a specific Google Group without navigating the complex Google Workspace admin console.

Quick Start

Use the gws groupssettings skill to get the settings for the '[email protected]' Google Group.

Frequently Asked Questions about gws-groupssettings

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

FAQPage Schema
How do I manage Google Groups settings from the command line?

You can manage Google Groups settings from the command line by executing the 'gws' binary to interact with Google Workspace APIs for group resource operations. This allows you to retrieve, patch, and fully update group configurations.

Can I update access permissions for a specific Google Group without the admin console?

Yes, you can update access permissions for a specific Google Group without the admin console by running a partial update operation via the 'gws' command-line interface. This modifies specific group settings directly through the API.

What is the best way to retrieve configurations for a Google Workspace group?

The best way to retrieve configurations for a Google Workspace group is using the 'gws' binary to perform a get operation. This fetches the current group resource settings directly from the Google Workspace APIs.

Do I need the 'gws' binary to modify Google Groups configurations?

Yes, you need the 'gws' binary installed to modify Google Groups configurations, as it acts as the command-line interface that executes the API calls. The Skill requires this binary to perform any group resource retrieval or updates.

Why use a command-line tool for Google Workspace group management instead of the web interface?

Using a command-line tool for Google Workspace group management streamlines administration by allowing quick updates to descriptions or access permissions without navigating the complex admin console. This enables efficient batch configuration and automation.