Component Search
技能 已验证 活跃当用户需要为流处理管道发现 Redpanda Connect 组件时,应使用此技能。当用户询问查找输入、输出、处理器或其他组件时,或者当他们提到“kafka consumer”、“postgres output”、“http server”等特定技术,或询问“我应该为 X 使用哪个组件”时,触发此技能。
通过自然语言查询,帮助用户查找和理解适用于其流数据管道的 Redpanda Connect 组件。
功能
- 按类别发现 Redpanda Connect 组件
- 检索组件的详细配置模式
- 链接到组件的官方在线文档
- 识别组件设置所需的和可选的字段
使用场景
- 当用户需要为他们的流管道查找输入、输出或处理器时。
- 当用户提到“kafka consumer”或“postgres output”等特定技术,并且需要合适的组件时。
- 当用户询问“我应该为 X 使用哪个组件”来构建数据管道时。
非目标
- 配置或部署 Redpanda Connect 管道。
- 在技能本身内编写复杂的管道逻辑。
- 完全替代官方 Redpanda Connect 文档。
Trust
- info:Issues Attention打开的 Issues (最近 90 天): 17,关闭的 Issues (最近 90 天): 16。关闭率约为 48%,表明响应率中等。
安装
请先添加 Marketplace
/plugin marketplace add redpanda-data/connect/plugin install redpanda-connect@redpanda-connect-plugins质量评分
已验证类似扩展
Pipeline Assistant
96当用户需要创建或修复 Redpanda Connect 管道配置时,应使用此技能。当用户提及“config”、“pipeline”、“YAML”、“create a config”、“fix my config”、“validate my pipeline”或描述流式管道需求(例如“read from Kafka and write to S3”)时触发。
Analyze Codebase Workflow
99Analyze an arbitrary codebase to auto-detect workflows, data pipelines, and file dependencies using putior's put_auto() engine. Produces an annotation plan that maps detected I/O patterns to source files across 30+ supported languages with 902 auto-detection patterns. Use when onboarding onto an unfamiliar codebase to understand data flow, starting putior integration in a project without existing annotations, auditing a project's data pipeline before documentation, or preparing an annotation plan before running annotate-source-files.
Monitor Stream
99Stream live swarm events using the Monitor tool for real-time observability
Implement A2a Server
99Implement a JSON-RPC 2.0 A2A server with full task lifecycle management (submitted/working/completed/failed/canceled/input-required), SSE streaming, and push notifications. Use when implementing an agent that participates in multi-agent A2A workflows, building a backend for an Agent Card, adding A2A protocol support to an existing agent or service, or deploying an agent that must interoperate with other A2A-compliant agents.
Blucli
99BluOS CLI (blu) for discovery, playback, grouping, and volume.
Lark Event Consumer CLI
99Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM message receive, reactions, chat member changes, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.