askill
uni-sendgrid

uni-sendgridSafety 85Repository

SendGrid transactional email via uni CLI. Use when user wants to send emails, including HTML emails and dynamic templates. Requires SENDGRID_API_KEY and verified sender email.

6 stars
1.2k downloads
Updated 2/2/2026

Package Files

Loading files...
SKILL.md

SendGrid (uni)

Send transactional emails from the terminal.

Authentication

uni sendgrid auth SG.xxx -f sender@example.com           # Set API key
uni sendgrid auth SG.xxx -f sender@example.com -n "App"  # With from name
uni sendgrid auth --status                                # Check configuration
uni sendgrid auth --logout                                # Remove credentials

# Or use environment variables
export SENDGRID_API_KEY="SG.xxx"
export SENDGRID_FROM="sender@example.com"

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

Send Email

# Plain text email
uni sendgrid send user@example.com "Subject" "Message body here"

# HTML email
uni sendgrid send user@example.com "Welcome!" --html "<h1>Welcome!</h1><p>Thanks for joining.</p>"

# Multiple recipients
uni sendgrid send "a@test.com,b@test.com" "Newsletter" "Content here"

# With CC/BCC
uni sendgrid send user@example.com "Subject" "Body" --cc manager@example.com
uni sendgrid send user@example.com "Subject" "Body" --bcc archive@example.com

# With dynamic template
uni sendgrid send user@example.com "Welcome" -t d-xxxxx -d '{"name":"John","company":"Acme"}'

Notes

  • From email must be a verified sender in SendGrid
  • Dynamic templates use handlebars syntax in SendGrid dashboard
  • Template IDs start with d-
  • Multiple recipients separated by commas

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

88/100Analyzed 2/16/2026

A well-crafted skill for SendGrid transactional emails with excellent actionability and completeness. Clear commands, proper structure, and good documentation make this highly usable.

85
90
85
90
95

Metadata

Licenseunknown
Version-
Updated2/2/2026
Publishershockz09

Tags

apisecuritytesting