ワンクリックで
kafka
Query Kafka topics, consumer groups, and cluster info
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query Kafka topics, consumer groups, and cluster info
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.