google-admin-automation
Automate Google Workspace Admin tasks via Rube MCP (Composio): manage users, groups, memberships, suspend accounts, create users, add aliases. Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:17
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-google-admin-automation&locale=en&source=copy
Google Workspace Admin Automation Management
Skills Overview
Automate Google Workspace administration tasks using Rube MCP (Composio), including key operations such as user creation, group management, membership control, and account suspension.
Use Cases
Core Features
- List all domain users; supports multi-dimensional filtering by organizational unit, status, domain name, etc.
- Create new user accounts; set attributes such as password, recovery email, and organizational unit
- Suspend or restore user accounts; record the suspension reason
- Retrieve user details, including account status, group memberships, aliases, etc.
- List and search Google Groups; supports filtering by domain and name prefix
- Create new groups and set description information
- Add users to groups and assign roles (member/manager/owner)
- View group details and member lists
- Add email aliases to users to enable multi-email address management
- Paginate and query large-scale user and group data
- Run audit queries and export user and group lists
Common Questions
What permissions are required for Google Workspace Admin automation?
Running these automated tasks requires Google Workspace administrator permissions. Non-administrator accounts will receive permission errors when calling the tools. Ensure the account used to connect with Rube MCP has sufficient administrator privileges to perform actions such as user creation and group management.
Is the Rube MCP connection to Google Admin secure?
Rube MCP uses the official Google Admin toolset provided by Composio and authenticates via the OAuth 2.0 standard authorization flow. Authentication is completed through Google’s official authorization page during connection. Your account password is not stored. For setup, simply add
https://rube.app/mcp as the MCP server endpoint in the client—no API key is required.How to bulk create Google Workspace users?
Use
GOOGLE_ADMIN_LIST_USERS to fetch the existing user list, then use GOOGLE_ADMIN_CREATE_USER to batch create new users. Each user must provide required parameters: primary_email (email), given_name (first name), family_name (last name), and password (password). After creation, you can use GOOGLE_ADMIN_ADD_USER_TO_GROUP to add users to the relevant groups and complete onboarding automation.