wraps-email

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

A TypeScript software kit for sending email through Amazon SES, Amazon Web Services' email service. It resolves AWS credentials, supports React.email, and manages email templates.

In plain words
What is it for?
Use it to send emails from a TypeScript project, create emails with React.email, resolve AWS access settings, and manage reusable templates.
Why use it?
It reduces the application code needed to connect to SES and keep email templates organised.

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-email
Any agent
npx skills add wraps-team/wraps --skill wraps-email
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-email

README.md
[![agentmods](https://agentmods.dev/badge/skills/wraps-team/wraps/wraps-email.svg)](https://agentmods.dev/skills/wraps-team/wraps/wraps-email)
Your own site
<a href="https://agentmods.dev/skills/wraps-team/wraps/wraps-email"><img src="https://agentmods.dev/badge/skills/wraps-team/wraps/wraps-email.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,436 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.00023 $0.02436
Opus 5 $0.00012 $0.01218
Sonnet 5 $0.00005 $0.00487
Haiku 4.5 $0.00002 $0.00244

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

Security

Grade C, and why

wraps-email 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-email/SKILL.md · 437 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 · 437 lines · 23 tokens per session scan C 6389414dad8c

Subscribe to this mod's changes

wraps-email is a skill published in the GitHub repository wraps-team/wraps (56 stars, last pushed yesterday), with no licence file. It adds 23 tokens to every session and 2,436 once invoked, about $0.0001 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