2.1k★sendgrid – OpenClaw Skill
sendgrid is an OpenClaw Skills integration for coding workflows. Use when working with SendGrid email platform - routes to sub-skills for sending email.
Skill Snapshot
| name | sendgrid |
| description | Use when working with SendGrid email platform - routes to sub-skills for sending email. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/sendgrid-skills |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/sendgrid-skills |
| last updated | Feb 7, 2026 |
Maintainer

name: sendgrid description: Use when working with SendGrid email platform - routes to sub-skills for sending email. license: MIT metadata: author: winkintel version: "0.1.0"
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 |
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.
Resources
____ _____ _ _ ____ ____ ____ ___ ____ ____ _ _____ _ _ ____
/ ___|| ____| \ | | _ \ / ___| _ \|_ _| _ \ / ___|| |/ /_ _| | | | / ___|
\___ \| _| | \| | | | | | _| |_) || || | | | \___ \| ' / | || | | | \___ \
___) | |___| |\ | |_| | |_| | _ < | || |_| | ___) | . \ | || |___| |___ ___) |
|____/|_____|_| \_|____/ \____|_| \_\___|____/ |____/|_|\_\___|_____|_____|____/
SendGrid Skills
A collection of skills for AI coding agents following the Agent Skills format. These skills enable AI agents to send emails using the SendGrid v3 Web API.
Available Skills
send-email
Send emails using SendGrid's Mail Send API. Supports simple transactional sends with text/HTML and optional attachments.
Installation
npx skills add winkintel/sendgrid-skills
Usage
Skills are automatically activated when relevant tasks are detected. Example prompts:
- "Send a welcome email to new users"
- "Send a password reset email"
Supported SDKs
- Node.js / TypeScript
- Python
- Go
- PHP
- Ruby
- Java
- C# (.NET)
- cURL
Prerequisites
- A SendGrid account with a verified sender identity/domain
- API key stored in
SENDGRID_API_KEYenvironment variable
Get your API key at https://app.sendgrid.com/settings/api_keys
License
MIT
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install sendgrid?
Run openclaw add @vince-winkintel/sendgrid-skills in your terminal. This installs sendgrid into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/sendgrid-skills. Review commits and README documentation before installing.
