awsflow-sqs

Manage Amazon SQS queues and messages with SQSTool commands.

3|1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-sqs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsflow-sqs
Source: https://github.com/necatiarslan/awsflow/tree/main/skills/awsflow-sqs
Command: npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-sqs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables programmatic management of Amazon SQS queues and messages, eliminating manual operations and enabling automation across AWS environments.

Core Features & Use Cases

  • List SQS queues
  • Get queue URLs and attributes
  • Send, receive, delete messages
  • Manage visibility timeouts and message batches
  • Purge queues and inspect dead-letter queues
  • Retrieve queue tags and metadata

Quick Start

Invoke the SQSTool commands to list queues, send messages, receive messages, or purge a queue.

Frequently Asked Questions about awsflow-sqs

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

FAQPage Schema
How do I automate sending and receiving Amazon SQS messages?

You can automate Amazon SQS messages by invoking deterministic SQSTool commands to send, receive, and delete messages programmatically. This eliminates manual operations and enables consistent queue management across AWS cloud environments.

What's the best way to manage SQS visibility timeouts and dead-letter queues?

Managing SQS visibility timeouts and dead-letter queues is handled through explicit SQSTool commands with parameter schemas. You can inspect dead-letter queues and adjust visibility timeouts to control message processing behavior across your queues.

Can I retrieve SQS queue attributes and URLs programmatically?

Yes, you can retrieve SQS queue URLs, attributes, and tags programmatically. The Skill provides a deterministic commands surface that lists queues and extracts metadata, enabling automation for AWS cloud queue inspection tasks.

How do I purge an Amazon SQS queue without manual AWS console access?

You can purge an Amazon SQS queue by invoking the purge command within the SQSTool interface. This programmatic approach removes all messages from the queue without requiring manual AWS console access or intervention.

Does this Skill support batch message operations for Amazon SQS?

Yes, the Skill supports batch message operations for Amazon SQS queues. You can manage message batches alongside individual send, receive, and delete operations through the consistent SQSTool parameter schemas.

When do I need to manage Amazon SQS queues programmatically?

You need programmatic Amazon SQS management when automating cloud workflows that require listing queues, sending or receiving messages, managing visibility timeouts, or inspecting dead-letter queues across AWS environments without manual console operations.