Sendgrid Skills
/install sendgrid-skills
SendGrid
Overview
SendGrid is an email platform for developers. This skill routes to feature-specific sub-skills.
Sub-Skills
| Feature | Skill | Use When |
|---|---|---|
| Sending emails | send-email |
Transactional emails, notifications, simple sends, dynamic templates |
| Receiving emails | sendgrid-inbound |
Inbound Parse Webhook, MX record setup, parsing incoming email |
Common Setup
API Key
Store in environment variable:
export SENDGRID_API_KEY=SG.xxxxxxxxx
SDK Installation
See send-email skill for installation instructions across supported languages.
When to use SendGrid vs other services
What's your use case?
├─ Transactional emails (receipts, notifications, password resets)
│ └─ SendGrid (send-email) ✅
├─ Marketing campaigns / bulk email
│ └─ Consider SendGrid Marketing Campaigns (outside this skill)
├─ Receiving emails programmatically
│ └─ SendGrid Inbound Parse (sendgrid-inbound) ✅
└─ Simple SMTP relay
└─ SendGrid SMTP (outside this skill)
Resources
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sendgrid-skills - After installation, invoke the skill by name or use
/sendgrid-skills - Provide required inputs per the skill's parameter spec and get structured output
What is Sendgrid Skills?
SendGrid email platform integration for sending and receiving emails. Routes to sub-skills for outbound transactional emails (send-email) and receiving via I... It is an AI Agent Skill for Claude Code / OpenClaw, with 1976 downloads so far.
How do I install Sendgrid Skills?
Run "/install sendgrid-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sendgrid Skills free?
Yes, Sendgrid Skills is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sendgrid Skills support?
Sendgrid Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sendgrid Skills?
It is built and maintained by Vince Lozada (@vince-winkintel); the current version is v1.2.2.