google-admin-automation

Automate Google Workspace user, group, and membership management tasks via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill google-admin-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-admin-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/google-admin-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill google-admin-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Google Workspace accounts, allowing administrators to provision users, organize groups, and handle account lifecycle tasks through automated workflows.

Core Features & Use Cases

  • User Lifecycle Management: Create, suspend, or delete user accounts and manage email aliases programmatically.
  • Group Administration: Automate the creation of groups and the assignment of members with specific roles like Manager or Owner.
  • Use Case: During employee onboarding, use this Skill to automatically create a new user account, assign them to the appropriate department group, and set up their email aliases in one sequence.

Quick Start

Use the google-admin-automation skill to list all active users in the engineering organizational unit.

Frequently Asked Questions about google-admin-automation

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

FAQPage Schema
How do I create a new user in Google Workspace using this skill?

Use the GOOGLE_ADMIN_CREATE_USER tool by providing the primary email, first name, family name, and a password that meets your domain's security policy.

Can I manage group memberships automatically?

Yes, use the GOOGLE_ADMIN_ADD_USER_TO_GROUP tool to add users to specific groups by providing the group email and the user's email or unique ID.

What permissions are required to run these admin tasks?

The authenticated account must have Google Workspace administrator privileges. Standard user accounts will receive permission errors when attempting to modify organizational settings.

How do I handle bulk user management?

Use GOOGLE_ADMIN_LIST_USERS to retrieve a list of users with optional filtering, then iterate through the results to perform updates like suspension or group assignment.

What happens if I delete a user account?

The GOOGLE_ADMIN_DELETE_USER tool permanently removes the user account from your Google Workspace domain, and this action cannot be undone.