LaunchKit · 2026
Back to Skills

clawemail-admin

Provision and manage @clawemail.com Google Workspace email.

1
1.2k downloads
by @cto1

Setup & Installation

openclaw skills install @cto1/clawemail-admin

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawemail-admin

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.

INPUT

User asks: create an email account for my agent named 'researchbot'

AGENT
  1. 1Check availability via GET https://clawemail.com/check/researchbot
  2. 2Confirm prefix is available from response
  3. 3POST to /api/emails with prefix 'researchbot' using CLAWEMAIL_API_KEY
  4. 4Save the returned password and connect_url from the response
  5. 5Instruct user to log in to Gmail and visit the connect_url to authorize OAuth
OUTPUT

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.

CLAWEMAIL_API_KEY environment variable