← Back to Skills Marketplace
byungkyu

SendGrid

by byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2467
Downloads
5
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install sendgrid
Description
SendGrid API integration with managed OAuth. Send emails, manage contacts, templates, suppressions, and view email statistics. 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.
Usage Guidance
This skill delegates SendGrid access through Maton (gateway.maton.ai / ctrl.maton.ai). Before installing, ensure you trust Maton because your MATON_API_KEY and the OAuth connection grant Maton the ability to act on your SendGrid account. Create and use least-privilege API keys when possible, and rotate/revoke keys if you stop using the skill. Note there is no separate public source/homepage included for auditing — the skill is instruction-only and relies on Maton's hosted gateways, so review Maton's privacy/security docs and the OAuth scopes you grant during connection setup.
Capability Analysis
Type: OpenClaw Skill Name: sendgrid Version: 1.0.0 The skill bundle provides a well-documented integration with the SendGrid API via a Maton gateway. All code examples and instructions in SKILL.md are focused on legitimate API interactions, such as sending emails, managing contacts, and retrieving statistics. The skill requires and uses the `MATON_API_KEY` for authentication to `maton.ai` endpoints, which is consistent with its stated purpose. There is no evidence of data exfiltration to unauthorized domains, malicious execution patterns (e.g., `curl|bash`), attempts at persistence, obfuscation, or prompt injection instructions designed to manipulate the AI agent into performing harmful actions.
Capability Assessment
Purpose & Capability
The skill claims to proxy SendGrid calls through a Maton gateway and only requires a single MATON_API_KEY environment variable; that matches the examples and gateway-based OAuth flow described in SKILL.md.
Instruction Scope
SKILL.md contains example HTTP calls to gateway.maton.ai and control endpoints (ctrl.maton.ai/connect, connect URLs) and uses only MATON_API_KEY. It does not instruct the agent to read unrelated files, system credentials, or local config.
Install Mechanism
There is no install spec and no code files to install — this is instruction-only, which minimizes disk/write risk.
Credentials
Only a single environment variable (MATON_API_KEY) is required and is directly used in examples to authenticate to the Maton gateway; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request system-wide persistence or modify other skills/configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sendgrid
  3. After installation, invoke the skill by name or use /sendgrid
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the SendGrid skill with managed OAuth integration. - Supports sending transactional and marketing emails. - Provides endpoints for managing contacts, templates, suppressions, and viewing email statistics. - Includes detailed instructions for authentication, connection management, and specifying connections. - Offers sample code snippets for common operations.
Metadata
Slug sendgrid
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is SendGrid?

SendGrid API integration with managed OAuth. Send emails, manage contacts, templates, suppressions, and view email statistics. 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2467 downloads so far.

How do I install SendGrid?

Run "/install sendgrid" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SendGrid free?

Yes, SendGrid is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SendGrid support?

SendGrid is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SendGrid?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.

💬 Comments