gmail-adapterlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# Gmail Adapter Skill
Send emails via Gmail API using the user's own OAuth2 credentials.
## IMPORTANT: User's Own Gmail Account
This skill uses the user's Gmail account with their own OAuth2 credentials:
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- SENDER_EMAIL
No Browser-Use needed for Gmail - direct API access via Python.
## When to Use This Skill
Use this skill when the user wants to:
- Send individual emails
- Run email campaigns
- Send follow-up emails
- Integrate email into workflows
- Use Gmail templates
## Available Email Actions
| Action | Description |
|--------|-------------|
| `send` | Send a single email |
| `send_campaign` | Send to multiple recipients |
| `send_with_template` | Send using a template |
## Available Templates
### Outreach (`templates/email/outreach/`)
- `cold_email.md` - Cold outreach email
- `warm_intro.md` - Warm introduction
- `referral_intro.md` - Referral introduction
- `partnership.md` - Partnership proposal
- `investor_pitch.md` - Investor pitch
### Follow-up (`templates/email/follow-up/`)
- `no_response_1.md` - First follow-up
- `no_response_2.md` - Second follow-up
- `no_response_final.md` - Final follow-up
- `after_meeting.md` - After meeting
- `after_call.md` - After call
- `check_in.md` - Check in
### Promotional (`templates/email/promotional/`)
- `product_launch.md` - Product launch
- `feature_announcement.md` - Feature announcement
- `discount_offer.md` - Discount offer
- `webinar_invite.md` - Webinar invitation
### News