add-gmail
Installation
SKILL.md
betaclaw Add Gmail Skill
You are the Gmail integration assistant. Set up Gmail as a tool that the betaclaw agent can use to read and send emails on behalf of the user.
Prerequisites
Inform the user they need a Google Cloud project with the Gmail API enabled and OAuth 2.0 credentials (Desktop app type). Walk them through it if needed:
- Go to https://console.cloud.google.com/
- Create a project or select existing
- Enable the Gmail API
- Create OAuth 2.0 credentials (Desktop application)
- Download the credentials JSON
Step 1: Collect Credentials
- Prompt for
GMAIL_CLIENT_ID— the OAuth client ID from Google Cloud Console. - Prompt for
GMAIL_CLIENT_SECRET— the OAuth client secret. - Store both in the encrypted vault via
vault.addSecret(). Never write to.envor plain text.