agentmail-wrapperSend, track, schedule emails with multi-provider support, verified delivery, unsubscribe management, and compliance reporting via SMTP, API, and OAuth.
Install via ClawdBot CLI:
clawdbot install Shepherd217/agentmail-wrapperVersion: 1.0.0
Author: Midas Skills
License: MIT
Verified email delivery integration. Send, track, schedule with multi-provider support (SendGrid, Mailgun, AWS SES, SMTP). GDPR/CAN-SPAM compliant.
Verified email agent integration. Send, track, schedule emails with verified delivery & unsubscribe compliance. SMTP, API, OAuth support.
email-integration
email, delivery-tracking, multi-provider, compliance, automation
integration
npm install agentmail-wrapper
# or
pip install agentmail-wrapper
const AgentMail = require('agentmail-wrapper');
const mail = new AgentMail({
provider: 'sendgrid', // or 'smtp', 'mailgun', 'aws-ses'
apiKey: process.env.SENDGRID_API_KEY
});
await mail.send({
to: 'user@example.com',
subject: 'Welcome!',
html: '<h1>Hello</h1>',
trackClicks: true,
trackOpens: true
});
https://github.com/midas-skills/agentmail-wrapper
๐ง support@midas-skills.com
๐ Docs: https://docs.midas-skills.com/agentmail-wrapper
AI Usage Analysis
Analysis is being generatedโฆ refresh in a few seconds.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ๆฅๆพๅจ | Skill Finder. ๅธฎๅฉๅ็ฐๅๅฎ่ฃ ClawHub Skills | Discover and install ClawHub Skills. ๅ็ญ'ๆไปไนๆ่ฝๅฏไปฅX'ใ'ๆพไธไธชๆ่ฝ' | Answers 'what skill can X', 'find a skill'. ่งฆๅ...
Generate QR codes from text or URL for mobile scanning.