with one click
kafka
Query Kafka topics, consumer groups, and cluster info
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Query Kafka topics, consumer groups, and cluster info
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | kafka |
| description | Query Kafka topics, consumer groups, and cluster info |
| activation_keywords | ["kafka","topic","consumer","message","queue","event"] |
| execution_mode | client |
Provides read-only Kafka cluster operations via local CLI:
Use builtin_kafka tool with fields:
operation: one of "list_topics", "describe_topic", "list_groups", "describe_group", "get_messages", "get_config", "broker_info"topic: topic name (required for describe_topic/get_messages/get_config)group: consumer group name (required for describe_group)bootstrap_server: Kafka bootstrap server (default: "localhost:9092")partition: partition number (for get_messages, default: 0)offset: offset to start from (for get_messages, default: -1 meaning latest)limit: max messages to fetch (default: 10)Note: Requires Kafka CLI tools (kafka-topics, kafka-consumer-groups, kafka-console-consumer) installed and accessible in PATH. All operations are read-only.