From google-workspace-cli
Use this skill when the user asks about Google Workspace administration tasks like managing users, groups, organizational units, or domain settings via the Google Workspace CLI. Requires admin privileges.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `gws admin` to manage Google Workspace domain administration from the command line.
Use gws admin to manage Google Workspace domain administration from the command line.
Note: Admin operations require Google Workspace admin privileges.
# List users in the domain
gws admin users list
# List with pagination
gws admin users list --limit 100
# Get a specific user
gws admin users get "[email protected]"
# Create a user
gws admin users create \
--email "[email protected]" \
--given-name "New" \
--family-name "User" \
--password "temporary-password"
# Update a user
gws admin users update "[email protected]" \
--given-name "Updated"
# Suspend a user
gws admin users update "[email protected]" --suspended true
# Unsuspend a user
gws admin users update "[email protected]" --suspended false
# Delete a user
gws admin users delete "[email protected]"
# List groups
gws admin groups list
# Get group details
gws admin groups get "[email protected]"
# Create a group
gws admin groups create \
--email "[email protected]" \
--name "Team" \
--description "Team group"
# Add a member to a group
gws admin groups members add "[email protected]" --email "[email protected]" --role "MEMBER"
# List group members
gws admin groups members list "[email protected]"
# Remove a member
gws admin groups members remove "[email protected]" --email "[email protected]"
# Delete a group
gws admin groups delete "[email protected]"
# List organizational units
gws admin orgunits list
# Create an organizational unit
gws admin orgunits create --name "Engineering" --parent "/"
# Move a user to an OU
gws admin users update "[email protected]" --org-unit "/Engineering"
| Role | Description |
|---|---|
OWNER | Group owner |
MANAGER | Group manager |
MEMBER | Regular member |
--format json for structured outputnpx claudepluginhub nsheaps/ai-mktpl --plugin google-workspace-cliAutomate Google Workspace Admin tasks via Rube MCP (Composio): manage users, groups, memberships, suspend accounts, create users, add aliases.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.