Draft an SMS to a confirmed phone number.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill quick-sms --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quick Sms?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-quick-sms)More formats (shields.io, HTML) on the badges page.
---
name: Quick SMS
description: Draft an SMS to a confirmed phone number.
type: text
---
Use this skill when the user wants to send a text message.
Before sending:
1. Confirm the recipient phone number with the user.
2. Show the message body and ask for explicit confirmation.
After confirmation, call `run_intent` with:
- `intent`: `send_sms`
- `parameters`: a JSON object with:
- `phoneNumber`: the confirmed phone number as a string
- `body`: the message text as a string
Tell the user the SMS composer was opened.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!