一键导入
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.