sendgrid

Verified·Scanned 2/18/2026

This skill provides SendGrid integration documentation and sub-skills for sending and receiving email. It instructs storing SENDGRID_API_KEY and includes example network calls to https://api.sendgrid.com/v3/mail/send and MX setup for mx.sendgrid.net.

from clawhub.ai·v0.1.0·15.3 KB·0 installs
Scanned from 1.0.1 at 847de50 · Transparency log ↗
$ vett add clawhub.ai/vince-winkintel/sendgrid
 ____  _____ _   _ ____   ____ ____  ___ ____    ____  _  _____ _     _     ____  
/ ___|| ____| \ | |  _ \ / ___|  _ \|_ _|  _ \  / ___|| |/ /_ _| |   | |   / ___| 
\___ \|  _| |  \| | | | | |  _| |_) || || | | | \___ \| ' / | || |   | |   \___ \ 
 ___) | |___| |\  | |_| | |_| |  _ < | || |_| |  ___) | . \ | || |___| |___ ___) |
|____/|_____|_| \_|____/ \____|_| \_\___|____/  |____/|_|\_\___|_____|_____|____/ 

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_KEY environment variable

Get your API key at https://app.sendgrid.com/settings/api_keys

License

MIT