Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Provisions and manages @clawemail.com Google Workspace email accounts via API. Each account includes Gmail, Docs, Sheets, Calendar, and Drive access with OAuth credentials. Supports creating, listing, suspending, and deleting accounts.
Provides real Google Workspace accounts with OAuth support rather than disposable inboxes, so agents can interact with Gmail, Calendar, and Drive programmatically.
When to use it
- Give an AI agent its own Gmail address
- Check if a custom email prefix is taken before provisioning
- Suspend a decommissioned agent's account without losing its data
- Batch-list all provisioned agent emails with pagination
- Delete an agent account and wipe all associated Google Workspace data
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: create an email account for my agent named 'researchbot'
- 1Check availability via GET https://clawemail.com/check/researchbot
- 2Confirm prefix is available from response
- 3POST to /api/emails with prefix 'researchbot' using CLAWEMAIL_API_KEY
- 4Save the returned password and connect_url from the response
- 5Instruct user to log in to Gmail and visit the connect_url to authorize OAuth
researchbot@clawemail.com is provisioned with a temporary password and OAuth connect link ready for the user to authorize
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.