Gws Admin
Gws Admin helps manage Google Workspace settings like users, groups, and security policies for streamlined administration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-admin npx -- -y @trustedskills/gws-admin
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-admin": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-admin"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gws-admin skill enables AI agents to interact with Google Workspace administrative functions through the command-line interface. It provides programmatic access to manage users, groups, and other organizational resources directly via terminal commands.
When to use it
- Automating bulk user provisioning or deprovisioning across large organizations.
- Scripting routine administrative tasks like resetting passwords or updating license assignments.
- Integrating Google Workspace management into custom DevOps pipelines or CI/CD workflows.
- Performing audits of directory structures without requiring a graphical interface.
Key capabilities
- Executes
gws-adminCLI commands to manage Google Workspace entities. - Supports authentication via service accounts for secure, automated access.
- Facilitates batch operations on users, groups, and organizational units.
- Enables scripting of complex administrative workflows in shell environments.
Example prompts
- "Create a new user named 'jsmith' with the email '[email protected]' using gws-admin."
- "List all members of the 'marketing-team' group and export their details to a CSV file."
- "Reset the password for the service account '[email protected]' via CLI."
Tips & gotchas
Ensure your AI agent has proper OAuth credentials or service account keys configured before attempting administrative actions. Misconfigured permissions can lead to failed commands or unintended access violations within the Google Workspace environment.
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.