aws-sms-voice
An agent skill by aws, from aws/agent-toolkit-for-aws. Tags: aws, cli, messaging, registration, verification.
What it does
Onboards RCS Business Messaging and Notify OTP via the pinpoint-sms-voice-v2 AWS CLI. Covers creating a branded RCS test agent (logo, banner, rich cards, suggested replies), adding verified testers, and sending/receiving the first RCS message; and configuring AWS End User Messaging Notify to send one-time-passcode (OTP) verification codes through AWS-managed phone numbers without buying a number or completing carrier registration. Also discovers which registration type a country requires from live API definitions and runs the universal registration lifecycle (create, derive fields, fill, submit, recover from denial, resubmit) shared by 10DLC, toll-free, short code, sender ID, RCS country launch, and Notify tier upgrade. Applicable to RCS agent setup, RCS message send/receive, Notify OTP configuration, verification-code delivery, registration requirements by country, and registration submission. Does not cover WhatsApp (see aws-social-messaging).
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add aws/agent-toolkit-for-aws --skill aws-sms-voice
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/aws/agent-toolkit-for-aws
cp -r agent-toolkit-for-aws/skills/specialized-skills/messaging-and-streaming-skills/aws-sms-voice ~/.claude/skills/aws-sms-voice
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- aws/agent-toolkit-for-aws (all skills from this repository)
- Path
- skills/specialized-skills/messaging-and-streaming-skills/aws-sms-voice/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- signing-in-to-aws — Gets AWS credentials for CLI/SDK access via `aws login`.
- aws-social-messaging — Manages WhatsApp messaging through AWS End User Messaging Social.
- aws-transform — Performs code upgrades, migrations, and transformations using the AWS Transform (ATX) CLI.
- agents-debug — Use when your agent or environment is broken — wrong answers, errors, timeouts, tool failures, or CLI issues. Reads traces and logs to diagnose root causes.
- agents-get-started — Use when a developer wants to create a new agent project or get started with AgentCore.
- amazon-opensearch-service — Guides migration, provisioning, search, log-analytics, trace-analytics.