Manage SMS templates with variable substitution and formatting. Use when preparing bulk messages.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill sms --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sms?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-sms)More formats (shields.io, HTML) on the badges page.
---
name: "sms"
version: "3.0.0"
description: "Manage SMS templates with variable substitution and formatting. Use when preparing bulk messages."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# sms
Manage SMS templates with variable substitution and formatting. Use when preparing bulk messages.
## Commands
### `create`
```bash
scripts/script.sh create <name text>
```
### `list`
```bash
scripts/script.sh list
```
### `preview`
```bash
scripts/script.sh preview <name>
```
### `send`
```bash
scripts/script.sh send <name phone>
```
### `var`
```bash
scripts/script.sh var <name key_val>
```
### `export`
```bash
scripts/script.sh export <file>
```
## Data Storage
Data stored in `~/.local/share/sms/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
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!