skills$openclaw/sendgrid
vince-winkintel2.1k

by vince-winkintel

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.

2.1k stars8.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesendgrid
descriptionUse when working with SendGrid email platform - routes to sub-skills for sending email. OpenClaw Skills integration.
ownervince-winkintel
repositoryvince-winkintel/sendgrid-skills
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @vince-winkintel/sendgrid-skills
last updatedFeb 7, 2026

Maintainer

vince-winkintel

vince-winkintel

Maintains sendgrid in the OpenClaw Skills directory.

View GitHub profile
File Explorer
14 files
.
send-email
references
best-practices.md
1.2 KB
installation.md
1.5 KB
single-email-examples.md
2.9 KB
SKILL.md
2.7 KB
sendgrid-inbound
references
best-practices.md
785 B
webhook-examples.md
1.4 KB
SKILL.md
2.8 KB
_meta.json
469 B
README.md
1.3 KB
SKILL.md
915 B
SKILL.md

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

FeatureSkillUse When
Sending emailssend-emailTransactional 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

README.md
 ____  _____ _   _ ____   ____ ____  ___ ____    ____  _  _____ _     _     ____  
/ ___|| ____| \ | |  _ \ / ___|  _ \|_ _|  _ \  / ___|| |/ /_ _| |   | |   / ___| 
\___ \|  _| |  \| | | | | |  _| |_) || || | | | \___ \| ' / | || |   | |   \___ \ 
 ___) | |___| |\  | |_| | |_| |  _ < | || |_| |  ___) | . \ | || |___| |___ ___) |
|____/|_____|_| \_|____/ \____|_| \_\___|____/  |____/|_|\_\___|_____|_____|____/ 

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

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.