Messaging

Email, SMS, push, chat, notifications and calendars.

Everything that leaves the app and reaches a person. Each of these is driver-based, so the skill covers both the sending surface and the drivers behind it.

7 skills.

SkillWhat it is for
CalendarCalendar links for Google, Outlook, Yahoo and ICS, including timezone handling and all-day events.
ChatMessages into Slack, Discord and Microsoft Teams, through webhooks or bot tokens, behind a shared driver abstraction with retry logic and multi-channel routing.
EmailThe email framework: SES, SendGrid, Mailgun, Mailtrap and SMTP drivers, the Mail singleton, stx email templates, inbox management and inbound MIME parsing.
MailWriting the mail classes in app/Mail/: the content, the stx or HTML template, and variable interpolation.
NotificationsOne notification, many channels: email, SMS, push, chat and database.
PushPush notifications through Expo or Firebase Cloud Messaging: payloads, batch and multicast sending, topic subscriptions, token validation and receipt checking.
SMSText messages through Twilio or Vonage: the fluent builder, templates, phone verification with one-time codes, bulk sending and E.164 formatting.

Every page here describes one SKILL.md under storage/framework/defaults/ai/skills. See Using skills to wire them into your agent.