wraps-sms

wraps-sms is a skill for Claude Code, Codex from wraps-team/wraps. It costs 32 tokens per session (2,686 once invoked), scanned C, original, no licence file.

A TypeScript software kit for sending text messages through Amazon Web Services, with tools for opt-outs, batch sending, and international phone-number checks.

In plain words
What is it for?
Use it to build SMS sending into a TypeScript application, manage unsubscribe requests, send messages in groups, and check phone numbers in international format.
Why use it?
It helps prevent invalid numbers and unwanted messages while reducing the code needed to send messages through AWS.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/wraps-team/wraps/wraps-sms
Any agent
npx skills add wraps-team/wraps --skill wraps-sms
Clone the repo
git clone --depth 1 https://github.com/wraps-team/wraps

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wraps-sms

README.md
[![agentmods](https://agentmods.dev/badge/skills/wraps-team/wraps/wraps-sms.svg)](https://agentmods.dev/skills/wraps-team/wraps/wraps-sms)
Your own site
<a href="https://agentmods.dev/skills/wraps-team/wraps/wraps-sms"><img src="https://agentmods.dev/badge/skills/wraps-team/wraps/wraps-sms.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,686 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.02686
Opus 5 $0.00016 $0.01343
Sonnet 5 $0.00006 $0.00537
Haiku 4.5 $0.00003 $0.00269

Measured 5d ago against content hash 39e145e93414, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

wraps-sms scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

// Uses AWS credential chain (env vars, IAM role, ~/.aws/credentials)
apps/website/public/.well-known/skills/wraps-sms/SKILL.md · 478 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 478 lines · 32 tokens per session scan C 39e145e93414

Subscribe to this mod's changes

wraps-sms is a skill published in the GitHub repository wraps-team/wraps (56 stars, last pushed today), with no licence file. It adds 32 tokens to every session and 2,686 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ink-tui-wizard

Build terminal user interfaces (TUIs) using Ink (React for CLIs) and @inkjs/ui with a reactive, session-driven wizard pattern. Use when creating interactive CLI installation wizards, setup flows, or multi-step terminal applications in Node.js/TypeScript. Covers reactive screen resolution, declarative flow pipelines…

novuhq/novu · 92 tokens

novu-framework-integration

Build code-first notification workflows with @novu/framework. Use when defining workflows in TypeScript (Zod / JSON Schema / Class Validator), composing channel steps (email, SMS, push, chat, in-app) with action steps (delay, digest, custom), exposing Step Controls for non-technical teammates, rendering…

novuhq/novu · 144 tokens

agent-squad-typescript

Use when building or modifying a Node.js / TypeScript app that uses the agent-squad npm package — multi-agent orchestration: orchestrator, agents (all built-in types + GroundedAgent), classifier routing (Bedrock / Anthropic / OpenAI), storage (in-memory / DynamoDB / SQL), retrievers (Amazon KB / Dakera), and tools…

2FastLabs/agent-squad · 87 tokens

sandy

Run TypeScript scripts in sandboxed microVMs or Docker containers with AWS SDK access via IMDS. Use when investigating AWS resources, running read-only queries, or executing TypeScript automation that needs AWS credentials.

jamestelfer/sandy · 45 tokens

aws-lambda-typescript

AWS Lambda development with TypeScript. Use when writing Lambda handlers, bundling with esbuild, using AWS SDK v3/Powertools, strict typing or optimizing Node.js Lambda performance.

eliecer2000/kiro-bootstrap · 43 tokens

aws-cdk

AWS CDK infrastructure development in TypeScript. Use when creating stacks, constructs, L2/L3 patterns, CDK testing, synth/deploy pipelines or organizing IaC code.

eliecer2000/kiro-bootstrap · 40 tokens