kinesis

Automate Amazon Kinesis stream management via AWS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time data streaming often requires manual CLI interactions to create streams, manage shards, publish and retrieve records, and monitor performance. This skill streamlines Kinesis management via AWS CLI into a repeatable workflow, reducing setup time and operational friction.

Core Features & Use Cases

  • Create, describe, list, and delete streams.
  • Configure shards and scaling operations.
  • Put and get records, manage producers/consumers, and monitor stream health with metrics.
  • Use cases include real-time analytics pipelines, log ingestion, and event-driven processing across multiple streams.

Quick Start

Create a new Kinesis stream named my-stream with 2 shards and begin publishing sample records.

Frequently Asked Questions about kinesis

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

FAQPage Schema
How do I automate creating Kinesis data streams and configuring shards via the AWS CLI?

You can automate creating Kinesis data streams and configuring shards by running AWS CLI commands through this skill. It streamlines stream creation and shard scaling operations into a repeatable workflow, reducing manual operational friction for real-time data streaming pipelines.

What is the best way to put and get records from an AWS Kinesis stream using the command line?

The best way to put and get records from an AWS Kinesis stream is by automating AWS CLI interactions through this skill. It manages producers and consumers, allowing you to efficiently publish and retrieve real-time streaming records without manual command execution.

Do I need specific IAM permissions to manage Kinesis streams and shards from the CLI?

Yes, you need IAM permissions for kinesis:* actions to manage Kinesis streams and shards from the CLI. This skill requires these permissions to execute operations like creating streams, publishing records, and monitoring stream health via the AWS CLI.

Can I monitor Kinesis stream health and metrics for real-time analytics pipelines without manual queries?

Yes, you can monitor Kinesis stream health without manual queries by using this skill to automate AWS CLI metric retrieval. It streamlines performance monitoring for real-time analytics pipelines, log ingestion, and event-driven processing across your streams.

What AWS CLI version is required to manage Kinesis data streams and handle real-time streaming operations?

AWS CLI v2 is required to manage Kinesis data streams and handle real-time streaming operations with this skill. It leverages the updated CLI feature set to automate stream descriptions, record publishing, and shard configurations reliably.