Skip to content
#1869 Overall#361 in CommunicationVerified SKILL.md

SendGrid

SendGrid API integration with managed OAuth. Send emails, manage contacts, templates, suppressions, statistics, sender identities, unsubscribe groups, and SendGrid API keys. All write operations require explicit user approval. Sending emails delivers messages to real recipients — confirm audience, content, and sender before executing. API key management creates long-lived credentials that persist beyond the session — only use when explicitly requested. Use this skill when users want to send transactional or marketing emails, manage email lists, handle bounces/unsubscribes, or analyze email performance. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a SendGrid connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a SendGrid action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with SendGrid examples; they add no SendGrid capability - SendGrid is not an event source, a trigger cannot read SendGrid data, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe).

OpenClawSKILL.md
4,133ClawHub downloads
118ClawHub active installs
5ClawHub stars
Momentum rank

What It Does

SendGrid packages a focused communication workflow for an AI agent. SendGrid API integration with managed OAuth. Send emails, manage contacts, templates, suppressions, statistics, sender identities, unsubscribe groups, and SendGrid API keys. All write operations require explicit user approval. Sending emails delivers messages to real recipients — confirm audience, content, and sender before executing. API key management creates long-lived credentials that persist beyond the session — only use when explicitly requested. Use this skill when users want to send transactional or marketing emails, manage email lists, handle bounces/unsubscribes, or analyze email performance. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a SendGrid connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a SendGrid action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with SendGrid examples; they add no SendGrid capability - SendGrid is not an event source, a trigger cannot read SendGrid data, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe). It is best suited to users who can review the resulting actions and provide only the accounts, files, or command access needed for the task. It is not a substitute for human approval on destructive, financial, security-sensitive, or public-facing actions.

Popular Use Cases

  • Draft and organize messages
  • Work with communication channels
  • Summarize conversations into next steps
  • Automate routine coordination

Install this Agent Skill

OpenClaw

clawhub install @byungkyu/sendgrid

Commands derived from the public ClawHub API record. Checked 2026-09-18. Review the source before running them.

Requirements

Review the source instructions before installationRequired / review
Paid serviceCheck source
Supported systemCheck source

Why It’s Popular

SendGrid addresses a recognizable communication workflow and is included automatically from current public adoption and activity signals.

Similar Skills