kafka
name: kafka
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-kafka---
name: kafka
version: "3.0.1"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
license: MIT-0
tags: [kafka, tool, utility]
description: "Produce, consume, and manage Kafka topics with lag monitoring and data export. Use when publishing messages, consuming topics, monitoring consumer lag."
---
# 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 <name> [p] [r]`describe`
Detailed topic description
scripts/script.sh describe <topic>`produce`
Produce a message (optional key)
scripts/script.sh produce <topic> <msg> [key]`consume`
Consume messages (default: 10, from-beginning)
scripts/script.sh consume <topic> [count] [from]`groups`
List all consumer groups
scripts/script.sh groups`lag`
Show consumer group lag
scripts/script.sh lag <group>`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 <topic>`partitions`
Increase topic partitions
scripts/script.sh partitions <topic> <count>`offsets`
Show earliest/latest offsets
scripts/script.sh offsets <topic>Requirements
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...