This skill should be used when users need to discover Redpanda Connect components for their streaming pipelines. Trigger when users ask about finding inputs, outputs, processors, or other components, or when they mention specific technologies like "kafka consumer", "postgres output", "http server", or ask "which component should I use for X".
Help users discover the right Redpanda Connect components for their streaming pipeline needs.
Find and recommend the most relevant components that match the user's natural language query. Provide enough information for users to understand what each component does, how to configure it, and why it matches their needs.
This skill requires: rpk, rpk connect, python3.
See the SETUP for installation instructions.
Redpanda Connect has 8 types of components:
Lists all available components in a category using rpk.
# Usage:
rpk connect list <category>
# Examples:
rpk connect list inputs
rpk connect list outputs
rpk connect list processors
Retrieves and formats component configuration schemas.
# Usage:
./resources/scripts/format-component-fields.sh <category> <component>
# Examples:
./resources/scripts/format-component-fields.sh outputs redis_hash
./resources/scripts/format-component-fields.sh inputs kafka_franz
./resources/scripts/format-component-fields.sh processors mapping
<required_fields> - Must be configured<optional_fields> - Commonly used settings<advanced_fields> - Less common configuration<secret_fields> - Sensitive credentialssasl.password)array[string])Returns the current Redpanda Connect version in rpk.
# Usage:
./resources/scripts/rpk-version.sh
# Output example: 4.70.0
Links to official documentation for detailed component reference.
# URL pattern:
https://github.com/redpanda-data/connect/blob/v{version}/docs/modules/components/pages/{category}/{component}.adoc
# Examples:
https://github.com/redpanda-data/connect/blob/v4.70.0/docs/modules/components/pages/inputs/kafka_franz.adoc
https://github.com/redpanda-data/connect/blob/v4.70.0/docs/modules/components/pages/outputs/postgres.adoc
{version} - Connect version from rpk-version.sh (e.g., "4.70.0"){category} - Component category (inputs, outputs, processors, etc.){component} - Component name with underscores (e.g., "kafka_franz")Understand the query
Find matching components
Retrieve configuration details
Rank by relevance
Present clearly
npx skills add redpanda-data/component-search下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Capture and automate macOS UI with the Peekaboo CLI.
iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
Category:developer