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.
Why use this skill?
Use the clawemail skill to connect OpenClaw to Gmail, Drive, Docs, and Calendar. Automate emails, manage files, and schedule tasks effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cto1/clawemailWhat This Skill Does
The clawemail skill integrates your OpenClaw AI agent with the full Google Workspace suite via the ClawEmail service. It provides a bridge to manage your Gmail inbox, Google Drive files, Docs, Sheets, Slides, Calendar events, and Forms. By authenticating through the ClawEmail platform, your agent can perform actions on your behalf, effectively acting as an automated digital assistant for your daily workflow, communication, and document organization.
Installation
- Install the skill via terminal:
clawhub install openclaw/skills/skills/cto1/clawemail. - Create an account at https://clawemail.com and visit the
/connect/YOUR_PREFIXendpoint to authorize OAuth access for your Google account. - Save the provided credentials JSON to
~/.config/clawemail/credentials.json. - Set the environment variable
CLAWEMAIL_CREDENTIALSin your shell configuration pointing to that file. - Note: Always initialize your authentication token before running commands using the provided helper script:
TOKEN=$(~/.openclaw/skills/clawemail/scripts/token.sh).
Use Cases
- Email Automation: Compose, send, reply to, and search emails within your Gmail account.
- File Management: Organize, create, and retrieve documents across Drive, Sheets, and Docs.
- Scheduling: Query calendar events or schedule new meetings.
- Data Handling: Parse email content or extract data from forms and spreadsheets directly through the agent interface.
Example Prompts
- "Check my inbox for any urgent emails from my manager about the quarterly project and summarize the latest one."
- "Draft a reply to the last email from [email protected] confirming that the project files are uploaded to our shared Drive folder."
- "Schedule a meeting on my calendar for next Tuesday at 2 PM with the team to discuss the Q3 roadmap."
Tips & Limitations
- Token Management: The authentication token expires after 50 minutes. If you receive an unauthorized error, re-run the token script.
- Security: This skill uses OAuth scopes; verify the requested permissions at the ClawEmail dashboard to ensure you are comfortable with the level of access provided.
- Data Privacy: Be mindful that the agent has read/write access to your emails and files; use caution when allowing the agent to send sensitive information.
- Error Handling: When sending emails with attachments or HTML, ensure your raw base64 encoding follows standard RFC 2822 formatting to prevent delivery failures.
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": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api
Related Skills
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-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.