claw-admin
Provision and manage @clawemail.com Google Workspace email accounts. Use when the user wants to create an email for their AI agent, check email availability, or manage existing ClawEmail accounts.
Why use this skill?
Efficiently provision and manage @clawemail.com accounts for your AI agents. Gain full access to Gmail, Drive, and Workspace with our developer-friendly admin skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cto1/clawemail-adminWhat This Skill Does
The claw-admin skill serves as the primary management interface for provisioning and maintaining @clawemail.com Google Workspace accounts. Designed for AI agents, it provides full-suite access to Gmail, Drive, Docs, and Calendar, allowing your agents to communicate, schedule, and store data autonomously. Beyond simple account creation, the skill allows you to verify email availability, manage the lifecycle of existing accounts (including suspension and deletion), and retrieve metadata for auditing purposes.
Installation
To begin using the skill, you must first have an active API key from the ClawEmail platform. Set your key as an environment variable in your terminal using export CLAWEMAIL_API_KEY=your_api_key_here. Once your environment is configured, you can install the skill directly into your OpenClaw environment by running the command: clawhub install openclaw/skills/skills/cto1/clawemail-admin. Ensure your system has network access to reach https://clawemail.com, as all management operations are performed via API calls to this base URL.
Use Cases
This skill is ideal for developers building autonomous AI agents that require individual identities. Common use cases include: creating dedicated emails for automated marketing campaigns, setting up sandbox environments for testing OAuth-based agent workflows, managing bulk agent identities for customer support automation, and cleaning up Workspace resources when temporary agent deployments are decommissioned. It simplifies the bureaucratic overhead of managing Google Workspace users for synthetic identities.
Example Prompts
- "Check if the email prefix 'support-bot-alpha' is available at clawemail.com."
- "Create a new clawemail account for my analytics agent and provide the connection URL."
- "Suspend the agent account with prefix 'old-research-bot' to save on license costs while keeping their data intact."
Tips & Limitations
Always use the check availability endpoint before attempting to provision a new email to avoid unnecessary API errors. Note that the system password returned upon account creation is ephemeral; it is displayed only once. You must securely store this password or immediately authenticate via the provided OAuth connect_url. Be cautious with the deletion command, as it permanently wipes all associated Google Workspace data, including documents and drive files. If you are managing a large fleet of agents, utilize the list endpoint with pagination parameters (limit and offset) to efficiently parse through your inventory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cto1-clawemail-admin": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
clawemail
Google Workspace via ClawEmail.com service — Gmail, Drive, Docs, Sheets, Slides, Calendar, Forms. Use PROACTIVELY when the user asks to send email, create documents, manage files, schedule events, or work with any Google service.
claw-admin
Provision and manage @clawemail.com Google Workspace email accounts. Use when the user wants to create an email for their AI agent, check email availability, or manage existing ClawEmail accounts.
claw
Google Workspace via ClawEmail — Gmail, Drive, Docs, Sheets, Slides, Calendar, Forms. Use PROACTIVELY when the user asks to send email, create documents, manage files, schedule events, or work with any Google service.