-
-
Notifications
You must be signed in to change notification settings - Fork 541
Description
Skill Information
Skill URL: https://clawhub.ai/vince-winkintel/sendgrid-skills
GitHub Repository: https://github.com/vince-winkintel/sendgrid-skills
Current Version: v1.1.0 (v1.2.0 pending publish)
Author: vince-winkintel
Issue
The sendgrid-skills skill has been flagged on ClawHub. I believe this is incorrect and request a review.
Skill Description
SendGrid Skills provides OpenClaw agent skills for sending and receiving emails via the SendGrid API. The skill includes:
- send-email sub-skill: Send transactional emails via SendGrid v3 Mail Send API
- sendgrid-inbound sub-skill: Receive inbound emails via SendGrid Inbound Parse Webhook
- Automation scripts: Helper scripts for testing and validation
Why This Should Not Be Flagged
- Legitimate Use Case: SendGrid is a well-known, legitimate email service provider (owned by Twilio)
- Transparent Functionality: All code is open source and clearly documented
- No Malicious Behavior: The skill simply wraps the SendGrid API for email sending/receiving
- Security Best Practices: Includes authentication validation, error handling, and security guidelines
- Published Versions: Has been published and used without issues (v1.0.0, v1.1.0)
Skill Metadata
The skill properly declares its requirements in SKILL.md frontmatter:
- Environment variables:
SENDGRID_API_KEY(required for SendGrid API) - Binaries:
curl(for HTTP requests),jq(for JSON processing in scripts) - No system access: Only makes external HTTP calls to SendGrid API
- No file system writes: Except optional script execution
Recent Updates
The v1.2.0 update (currently blocked from publishing due to this flag) adds:
send-html-email.shscript for HTML email support- Improved JSON escaping via
jq - Better error handling
All changes are visible in the GitHub repository and follow OpenClaw skill best practices.
Scanners
If scanners were run, I'd expect:
- ✅ VirusTotal: Benign (standard SendGrid API wrapper)
- ✅ OpenClaw verdict: Benign (no malicious patterns)
Request
Please review the sendgrid-skills skill and unflag it. The skill provides legitimate email functionality via a trusted provider (SendGrid/Twilio) and follows all OpenClaw skill guidelines.
Thank you for your time.
Additional Context:
- Skill has been optimized following openclaw/skills/skill-creator patterns
- Includes comprehensive documentation, troubleshooting, and automation scripts
- Part of a suite of productivity skills (also published: gitlab-cli-skills, planetscale-cli-skills)