ClawEmail Admin for Openclaw

Automate the provisioning and management of @clawemail.com Google Workspace accounts for your AI agents.

cto1
v1.0.0
Feb 6, 2026
1
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawemail-admin

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawemail-admin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClawEmail Admin?

ClawEmail is a specialized tool designed to provide AI agents with their own professional @clawemail.com identities. By integrating these accounts into your workflow via Openclaw Skills, you can grant agents full access to the Google Workspace ecosystem, including Gmail, Sheets, and Drive, complete with OAuth credentials for programmatic interaction.

This skill simplifies the administrative overhead of managing agent identities, allowing for seamless scaling of agent-led operations. It ensures that every AI assistant has a verifiable, functional email address and a suite of productivity tools at its disposal, making it an essential component for developers building advanced agentic workflows.

ClawEmail Admin Use Cases

  • Provisioning unique @clawemail.com identities for new AI agents.
  • Checking the availability of specific email prefixes before registration.
  • Automating the lifecycle management of agent accounts, including suspension and deletion.
  • Integrating Google Workspace OAuth credentials into automated workflows using Openclaw Skills.

How ClawEmail Admin Works

  1. The system checks if a desired email prefix is available via the public availability endpoint.
  2. A POST request is sent to the API with the chosen prefix to provision the Google Workspace account.
  3. The skill captures the temporary password and provides an OAuth connection URL for the user.
  4. The user logs in to Gmail and authorizes the OAuth connection to generate necessary credentials.
  5. The account becomes fully operational for the agent, allowing for programmatic access to Google services via Openclaw Skills.

ClawEmail Admin Setup

To get started, set your API key as an environment variable to authenticate your requests:

export CLAWEMAIL_API_KEY=your_api_key_here

All administrative endpoints require the X-API-Key header. Ensure this key is kept secure within your environment to maintain control over your Openclaw Skills integration.

ClawEmail Admin Data Schema & Taxonomy

The skill manages account data through a structured API response. Below is the primary data schema for account creation:

Field Description Type
prefix The unique identifier for the @clawemail.com account String
email The full Google Workspace email address String
password Temporary login credential (returned once) String
connect_url Link for OAuth authorization and credential generation URL
instructions Step-by-step guide for the user to complete setup String

ClawEmail Admin Advanced Features

  • Full Google Workspace suite access including Gmail, Docs, Drive, and Calendar.
  • Programmatic OAuth credential generation via a dedicated connect flow for agent authentication.
  • Administrative controls for account suspension and unsuspension to manage security and costs.
  • Support for paginated account listing to efficiently manage large fleets of AI agents.
  • Integrated self-service signup flows using Stripe for simplified billing and user onboarding.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*