Bloblang Authoring
技能 已验证 活跃此技能应在用户需要创建或调试 Bloblang 转换脚本时使用。当用户询问有关转换数据、映射字段、解析 JSON/CSV/XML、转换时间戳、过滤数组或提及“bloblang”、“blobl”、“mapping processor”时,或描述任何数据转换需求(如“将此转换为彼”或“转换我的 JSON”)时触发。
通过提供指导性工作流程和全面的参考资料,使用户能够轻松创建和验证复杂的 Bloblang 数据转换脚本。
功能
- 从自然语言描述生成 Bloblang 脚本
- 提供分类的 XML 参考文件,用于 Bloblang 函数和方法
- 使用示例数据测试 Bloblang 脚本
- 解释 Bloblang 核心概念、控制流和错误处理
使用场景
- 使用 Bloblang 转换 JSON、CSV 或 XML 数据
- 在不同数据结构之间映射字段
- 转换时间戳和其他数据类型
- 使用 Bloblang 逻辑过滤数组和对象
非目标
- 执行 Redpanda Connect 管道
- 直接与 Redpanda 代理交互
- 提供完整的 Bloblang IDE
安装
请先添加 Marketplace
/plugin marketplace add redpanda-data/connect/plugin install redpanda-connect@redpanda-connect-plugins质量评分
已验证类似扩展
Chdb Sql
98Python 的进程内 ClickHouse SQL 引擎 — 无需服务器即可直接在本地文件、远程数据库和云存储上运行 ClickHouse SQL 查询。当用户希望针对 Parquet/CSV/JSON 文件编写 SQL 查询、使用 ClickHouse 表函数(如 mysql()、s3()、postgresql()、iceberg()、deltaLake() 等)、使用 Session 构建有状态的分析管道、使用参数化查询、窗口函数或其他高级 ClickHouse SQL 功能时使用。当用户明确提及 chdb.query()、ClickHouse SQL 语法或希望进行跨源 SQL 连接时也请使用。请勿用于 pandas 风格的 DataFrame 操作 — 请改用 chdb-datastore。
Serialize Data Formats
97Serialize and deserialize data across common formats including JSON, XML, YAML, Protocol Buffers, MessagePack, and Apache Arrow/Parquet. Covers format selection criteria, encoding/decoding patterns, performance trade-offs, and interoperability considerations. Use when choosing a wire format for API communication, persisting structured data to disk, exchanging data between systems written in different languages, optimizing transfer size or parsing speed, or migrating from one serialization format to another.
XLSX Skill
96Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Spreadsheet Generation API
100Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.
Geofeed Tuner
100Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses.
Website Extraction Api
100Extract typed JSON from public website pages using a schema.