Kafka
/install kafka
kafka
Produce, consume, and manage Kafka topics with lag monitoring and data export. Use when publishing messages, consuming topics, monitoring consumer lag.
Commands
KAFKA_BOOTSTRAP
Bootstrap servers (default: localhost:9092)
scripts/script.sh KAFKA_BOOTSTRAP
KAFKA_ZOOKEEPER
Zookeeper address (default: localhost:2181)
scripts/script.sh KAFKA_ZOOKEEPER
KAFKA_HOME
Kafka installation directory
scripts/script.sh KAFKA_HOME
topics
List all topics with partition counts
scripts/script.sh topics
create-topic
Create topic (partitions, replication factor)
scripts/script.sh create-topic \x3Cname> [p] [r]
describe
Detailed topic description
scripts/script.sh describe \x3Ctopic>
produce
Produce a message (optional key)
scripts/script.sh produce \x3Ctopic> \x3Cmsg> [key]
consume
Consume messages (default: 10, from-beginning)
scripts/script.sh consume \x3Ctopic> [count] [from]
groups
List all consumer groups
scripts/script.sh groups
lag
Show consumer group lag
scripts/script.sh lag \x3Cgroup>
config
Show connection config and available tools
scripts/script.sh config
status
Cluster health and status check
scripts/script.sh status
delete-topic
Delete a topic (with confirmation)
scripts/script.sh delete-topic \x3Ctopic>
partitions
Increase topic partitions
scripts/script.sh partitions \x3Ctopic> \x3Ccount>
offsets
Show earliest/latest offsets
scripts/script.sh offsets \x3Ctopic>
Requirements
- Kafka CLI tools
Powered by BytesAgain | bytesagain.com | [email protected]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kafka - After installation, invoke the skill by name or use
/kafka - Provide required inputs per the skill's parameter spec and get structured output
What is Kafka?
Produce, consume, and manage Kafka topics with lag monitoring and data export. Use when publishing messages, consuming topics, monitoring consumer lag. It is an AI Agent Skill for Claude Code / OpenClaw, with 446 downloads so far.
How do I install Kafka?
Run "/install kafka" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kafka free?
Yes, Kafka is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kafka support?
Kafka is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kafka?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.0.1.