
Sms
Send personalized SMS blasts from your Mac through iPhone relay and optionally read replies from Messages—no Twilio bill when you are nudging users or your own team.
Overview
sms is an agent skill for the Grow phase that sends personalized bulk SMS from a Mac via iPhone forwarding and can scan local Messages for replies—no external SMS API.
Install
npx skills add https://github.com/sunjinpak/claude-sms --skill skill.mdWhat is this skill?
- Bulk personalized SMS from Mac using Continuity/iPhone SMS forwarding—no paid SMS API
- Triggered by natural requests: send a text to…, remind everyone in this list, text the team about…
- Optional scan of the local Messages database to surface replies for follow-up
- Free path for indie operators who already live in Apple Messages
- Agent-driven workflow: list of recipients + message template instead of manual iMessage clicks
What problem does it solve?
You want to text a list of people from your agent without paying for an SMS API or clicking through iMessage one by one.
Who is it for?
Solo builders on Mac+iPhone who already use SMS forwarding and need occasional bulk reminders or launch pings to a trusted contact list.
Skip if: Windows/Linux-only setups, high-volume transactional product SMS, compliance-heavy marketing without human review, or teams that require a logged external provider.
When should I use this skill?
User wants to send a personalized text to one or more recipients ("send a text to ...", "remind everyone in this list", "text the team about ...").
What do I get? / Deliverables
Personalized texts go out through your Mac+iPhone relay and optional reply scanning lets you act on responses in the same session.
- Sent SMS messages to specified recipients
- Optional summary of replies scraped from local Messages data
Recommended Skills
Journey fit
Outbound reminders and lightweight user touchpoints sit in Grow lifecycle—not core product build. Lifecycle covers retention pings, launch reminders, and small-group coordination that SMS fits better than email for solo operators.
How it compares
Apple Messages relay automation—not a Twilio-style programmable SMS API or ESP.
Common Questions / FAQ
Who is sms for?
Indie builders on a Mac with an iPhone who want Claude or similar agents to send small-batch personalized texts and sometimes read replies locally.
When should I use sms?
In Grow when you remind beta users about a survey, ping collaborators about a release, or nudge a spreadsheet list after a launch—whenever the user asks to send a text or text the team.
Is sms safe to install?
It touches Messages and may send real SMS to real phone numbers—test with yourself first and review Prism’s Security Audits panel on this page before granting shell or database access.
SKILL.md
READMESKILL.md - Sms
Send SMS in bulk from this Mac via iPhone+Mac SMS forwarding, and (optionally) scan replies in the local Messages database. Use when the user wants to send a personalized text message to one or more recipients ("send a text to ...", "remind everyone in this list", "text the team about ..."). Free, no external API. # sms { "name": "sms", "description": "Send SMS in bulk from this Mac via iPhone+Mac SMS forwarding, and (optionally) scan replies in the local Messages database. Use when the user wants to send a personalized text message to one or more recipients (\"send a text to ...\", \"remind everyone in this list\", \"text the team about ...\"). Free, no external API." }