wraps-cli

Provision AWS SES email infrastructure with domain verification and event tracking.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/wraps-team/skills --skill wraps-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wraps-cli
Source: https://github.com/wraps-team/skills/tree/main/skills/wraps-cli
Command: npx skills add https://github.com/wraps-team/skills --skill wraps-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates provisioning of secure, DKIM-enabled AWS email infrastructure to save time and reduce misconfigurations when deploying SES-based sending platforms.

Core Features & Use Cases

  • Automated deployment of SES resources with domain verification, DKIM, SPF, and DMARC.
  • Event tracking and analytics via DynamoDB and Lambda for bounces, deliveries, and opens.
  • IAM roles with least-privilege access and optional OIDC support for CI/CD pipelines.
  • CLI-driven management: init, status, verify, upgrade, connect, restore, and destroy.

Quick Start

Deploy your SES-based infrastructure by running wraps email init, then verify your domain with wraps email verify.

Frequently Asked Questions about wraps-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AWS SES provisioning with domain verification and DKIM?▼

You can automate AWS SES provisioning by running the wraps CLI to deploy DKIM-enabled email infrastructure, which handles domain verification, SPF, and DMARC configuration to reduce manual setup errors.

Do I need Node.js to deploy SES infrastructure using the wraps CLI?▼

Yes, deploying SES infrastructure with the wraps CLI requires Node.js 20+ and valid AWS credentials to execute the automated provisioning and domain verification workflows across your accounts.

How does event tracking for SES bounces and deliveries work?▼

Event tracking for SES bounces and deliveries works by deploying DynamoDB and Lambda resources alongside your email infrastructure to capture, store, and analyze sending analytics automatically.

Can I use least-privilege IAM roles with OIDC support for SES deployments?▼

Yes, you can configure least-privilege IAM roles with optional OIDC support during SES deployments, enabling secure integrations directly within your CI/CD pipelines for scalable cross-account management.

What is the best way to manage an AWS SES deployment lifecycle across regions?▼

The best way to manage an AWS SES deployment lifecycle is using CLI-driven commands like init, status, verify, upgrade, connect, restore, and destroy to control scalable infrastructure across multiple regions.