ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cto1/clawemail-admin
Or

What 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

  1. "Check if the email prefix 'support-bot-alpha' is available at clawemail.com."
  2. "Create a new clawemail account for my analytics agent and provide the connection URL."
  3. "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

Author@cto1
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cto1-clawemail-admin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#email#automation#google-workspace#agent-management#productivity
Safety Score: 3/5

Flags: network-access, external-api