sqs

Manage Amazon SQS queues, messages, DLQs, and policies via AWS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the management of Amazon SQS by providing a ready-made workflow for creating and configuring queues, sending and receiving messages, managing dead-letter queues, applying queue policies, and monitoring queue attributes using the AWS CLI.

Core Features & Use Cases

  • List and inspect queues to quickly discover configurations and metrics.
  • Send, receive, and delete messages, including batch operations and FIFO support.
  • Create and update queues, configure DLQs, and apply redrive policies for error handling.
  • Safely delete or purge queues with explicit confirmation and guidance on best practices.

Quick Start

Install and configure AWS CLI v2 with valid credentials, then run the SQS operations described to manage queues and messages.

Frequently Asked Questions about sqs

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

FAQPage Schema
How do I manage Amazon SQS queues and messages using the AWS CLI?

You can manage Amazon SQS queues and messages using the AWS CLI by running commands to create queues, send and receive messages, and configure dead-letter queues. This requires AWS CLI v2 configured with valid credentials and IAM permissions for sqs operations.

Can I send and receive SQS messages in batches with FIFO support?

Yes, you can send, receive, and delete SQS messages in batches with FIFO support. The skill provides ready-made workflows for batch operations and message processing to handle high-throughput queue administration.

How do I configure dead-letter queues and redrive policies for SQS error handling?

To configure dead-letter queues and redrive policies for SQS error handling, you create and update queues with DLQ configurations. This skill guides you through applying redrive policies to manage failed message processing across AWS accounts.

Do I need specific IAM permissions to administer SQS queue policies?

Yes, you need IAM permissions for sqs operations to administer SQS queue policies. The skill requires AWS CLI v2 configured with valid credentials that have sqs access to apply queue policies and monitor queue attributes.

What is the best way to safely purge or delete SQS queues without data loss?

The best way to safely purge or delete SQS queues is to use explicit confirmation and best-practice guidance. This skill helps you safely remove queues while ensuring you understand the implications of message data loss before execution.

How do I list and inspect SQS queues to check configurations and metrics?

To list and inspect SQS queues and check configurations and metrics, you use AWS CLI commands provided by the skill. This allows you to quickly discover queue attributes and monitor operational status across your AWS account.