rpk-topic

Manage Redpanda topics and configurations via rpk-topic CLI commands.

6|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/redpanda-data/skills --skill rpk-topic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rpk-topic
Source: https://github.com/redpanda-data/skills/tree/main/skills/rpk-topic
Command: npx skills add https://github.com/redpanda-data/skills --skill rpk-topic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Redpanda topics and their configurations via the CLI can be error-prone and time-consuming when done manually across clusters; this skill provides a centralized reference for topic lifecycle operations using the rpk-topic command group.

Core Features & Use Cases

  • Create, describe, alter-config, add-partitions, trim-prefix, analyze, and delete topics, with visibility into storage and configs.
  • Support for enterprise topic properties (Tiered Storage, Cloud Topics, Iceberg Topics, Remote Read Replicas, Leader Pinning, and Schema ID Validation) to model complex deployments.
  • Unified guidance for both single-topic operations and bulk topic management across multiple topics and clusters.

Quick Start

Create a topic named orders with 6 partitions and replication factor 3, then adjust its configs and inspect its storage status.

Frequently Asked Questions about rpk-topic

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

FAQPage Schema
How do I create a Redpanda topic and configure its partitions via CLI?

To create a Redpanda topic, use rpk topic commands to specify the topic name, set the number of partitions, and define the replication factor. You can then alter configurations for properties like retention.

Can I manage Redpanda topic configurations like retention across multiple clusters?

Yes, you can manage Redpanda topic configurations across multiple clusters. The CLI provides unified guidance for both single-topic operations and bulk topic management to alter configs efficiently.

Does rpk topic support enterprise features like Tiered Storage and Cloud Topics?

Yes, Redpanda topic management supports enterprise properties including Tiered Storage, Cloud Topics, Iceberg Topics, Remote Read Replicas, Leader Pinning, and Schema ID Validation for complex deployments.

What is the best way to describe Redpanda topic storage usage from the command line?

The best way to describe Redpanda topic storage usage is using the rpk topic commands, which provide visibility into storage status and current configurations for managed topics.

How do I add partitions to an existing Redpanda topic?

You can add partitions to an existing Redpanda topic by using the rpk topic add-partitions command, allowing you to scale your topic layout as your data throughput requirements grow.

Why would I use rpk topic to delete topics instead of another method?

Using rpk topic to delete topics provides a centralized, CLI-based reference for topic lifecycle operations, reducing manual configuration errors across clusters compared to alternative methods.