← Back to Skills Marketplace
gora050

Sendgrid

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
344
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install sendgrid-integration
Description
SendGrid integration. Manage Campaigns. Use when the user wants to interact with SendGrid data.
Usage Guidance
This skill is internally consistent, but installing and using @membranehq/cli gives that CLI effective access to your SendGrid connection. Before installing: 1) verify the @membranehq/cli package (npm page, GitHub repo) and the getmembrane.com/getmembrane organization; 2) review the permissions/scopes requested during the Membrane login/connect flow; 3) prefer running the CLI in a controlled environment (not a production server with broad privileges) and use least-privilege SendGrid connections; 4) know how to revoke the connection or tokens in Membrane/SendGrid if you no longer trust the integration.
Capability Analysis
Type: OpenClaw Skill Name: sendgrid-integration Version: 1.0.3 The skill requires the agent to perform a global installation of a third-party CLI tool (`@membranehq/cli`) and routes all SendGrid interactions through an external middleware service (`getmembrane.com`). While these actions are aligned with the stated purpose of managing email campaigns, the requirement for high-privilege system changes (global npm install) and the delegation of credential management to a third-party platform represent significant security risks. No explicit evidence of malicious intent or data exfiltration was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill is named for SendGrid and its SKILL.md describes managing SendGrid resources. All runtime instructions relate to discovering and running SendGrid actions via the Membrane CLI and a Membrane account, which is coherent with the stated purpose.
Instruction Scope
Instructions are limited to installing the Membrane CLI, authenticating through Membrane, creating a connection to SendGrid, discovering and running actions. The SKILL.md does not instruct reading unrelated files, requiring unrelated env vars, or sending data to unexpected endpoints beyond Membrane/SendGrid.
Install Mechanism
No arbitrary downloads or extracted archives; installation is an npm -g package (@membranehq/cli). This is an expected mechanism for a CLI but carries the usual third-party-package risk (you should verify the package's provenance and permissions).
Credentials
requires.env is empty and SKILL.md does not ask for unrelated secrets. Authentication is handled through the Membrane CLI flow (browser-based or headless code exchange), which means credentials/tokens will be managed by Membrane rather than the skill directly — reasonable, but you must trust the Membrane service/CLI to handle tokens appropriately.
Persistence & Privilege
always is false and the skill is user-invocable / agent-invocable (normal). The skill does instruct installing a CLI which will store auth state locally (or in Membrane-managed storage), but it does not request system-wide modifications or other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sendgrid-integration
  3. After installation, invoke the skill by name or use /sendgrid-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug sendgrid-integration
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Sendgrid?

SendGrid integration. Manage Campaigns. Use when the user wants to interact with SendGrid data. It is an AI Agent Skill for Claude Code / OpenClaw, with 344 downloads so far.

How do I install Sendgrid?

Run "/install sendgrid-integration" 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, licensed under MIT-0. 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 Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments