Sms mms rcs workflow
Plan, build, and validate consent-aware SMS, MMS, and RCS business messaging agents, including sender setup, webhooks, rich content, delivery, and fallback.From its SKILL.md
npx -y skills add gaelic-ghost/socket --skill sms-mms-rcs-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 305 tokens by cl100k_base, as published. Nobody here has run it
SMS MMS RCS Workflow
Workflow
- Classify the requirement as SMS/MMS, RCS for Business, a CPaaS multi-channel route, or an Android/iOS app compose/OTP feature. These are not equivalent APIs.
- Define sender ownership, country/carrier coverage, registration and verification, consent evidence, opt-out/help handling, content class, rate limits, and fallback before sending any message.
- For RCS for Business, model an agent with an external trigger, HTTP API, webhook responses, device capability check, rich-card fallback, and SMS fallback for unsupported recipients.
- Verify inbound signatures, deduplicate events, track delivery states, and prevent a retry from becoming a duplicate user notification.
- Keep OTP use limited to an authorized authentication flow; do not treat a client-side SMS/RCS retriever as permission to read ordinary user messages.
- Validate a test sender, inbound reply, opt-out, unreachable recipient, fallback, media behavior, and delivery failure path in the intended region.
Sources And Handoffs
Use RCS for Business for Google's direct route. A provider route may use Twilio Programmable Messaging, but it must retain the provider's sender and consent requirements. Hand Android app work to android-dev-skills and backend work to the selected server skill.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.