Gws Groupssettings
This skill retrieves Google Workspace group settings (like email forwarding rules) for streamlined administration and troubleshooting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-groupssettings npx -- -y @trustedskills/gws-groupssettings
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-groupssettings": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-groupssettings"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables Google Workspace CLI agents to manage group settings directly within your organization. It allows for the discovery and modification of specific attributes associated with Google Groups, streamlining administrative tasks through code execution.
When to use it
- Automating the bulk update of group descriptions or visibility settings across multiple teams.
- Adjusting membership restrictions or external access policies programmatically.
- Retrieving current configuration details for auditing or reporting purposes.
- Enforcing compliance standards by standardizing group metadata without manual intervention.
Key capabilities
- Discovery of available group settings within the Google Workspace environment.
- Installation and execution of administrative commands via the CLI interface.
- Direct manipulation of group-level configurations and attributes.
Example prompts
- "Update the description for all groups in the 'Marketing' domain to include our new brand guidelines."
- "Retrieve the current visibility settings for every group created in the last 30 days."
- "Install the gws-groupssettings skill and configure external sharing permissions for the 'Partners' group."
Tips & gotchas
Ensure you have appropriate administrative privileges within your Google Workspace instance before attempting to modify group settings. Always verify the current state of a group before applying bulk changes to prevent unintended configuration drift.
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.