ses

Automate SES email operations and manage identities, templates, and configuration sets via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill ses
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ses
Source: https://github.com/david-2814/claw-aws/tree/main/skills/ses
Command: npx skills add https://github.com/david-2814/claw-aws --skill ses

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SES operations often require juggling identities, templates, configuration sets, and suppression lists across AWS CLI commands, leading to fragmented and error-prone setups. This skill consolidates that workflow into a single, discoverable unit that streamlines email operations.

Core Features & Use Cases

  • Manage and verify email identities (SEND, DKIM, domain verification) using SES v2.
  • Create and update email templates, configuration sets, and suppression lists to control sending and deliverability.
  • Use cases include setting up production-from-sandbox sending, template-driven campaigns, and automation of identity verification.

Quick Start

Install the skill, verify an identity, and send a test email using aws sesv2 commands.

Frequently Asked Questions about ses

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

FAQPage Schema
How do I verify domains and email identities in AWS SES?

Automate SES email operations to verify domains, manage DKIM, and configure email identities using the SES v2 API. This workflow consolidates verification tasks into a single process to ensure your domains are ready for sending transactional emails.

How do I create and update SES email templates and configuration sets?

Automate the creation and updating of SES email templates and configuration sets via AWS CLI. This manages your sending configurations and deliverability controls for template-driven transactional email campaigns.

Do I need AWS credentials with SES permissions to manage suppression lists?

Yes, managing SES suppression lists requires AWS credentials with specific SES permissions. The skill automates suppression list operations via AWS CLI, requiring proper authentication to monitor and control your sending health effectively.

Can I automate moving SES from sandbox to production sending?

Yes, you can automate transitioning SES from sandbox to production sending. The skill manages identities, configuration sets, and templates to establish production-ready setups for transactional email workflows using the SES v2 API.

What is the best way to streamline fragmented AWS SES operations across the CLI?

Consolidate identity, template, and configuration set management into a single automated workflow to streamline AWS SES operations. This reduces CLI command fragmentation and errors by unifying administrative and deployment tasks into one process.