jy-aiot-collector-developer
✓基于矿山鸿雁(jy-aiot)Plugin框架,根据Markdown表格格式的数据采集协议文档,生成混合模式的采集模块代码(配置+代码片段)。使用此技能可快速实现HTTP服务端/客户端、FTP、数据库、MQTT、Kafka等通信协议的采集模块,简化定制协议采集组件的开发复杂度。
Installation
SKILL.md
本技能用于为矿山鸿雁(jy-aiot)产品的Plugin框架快速生成数据采集模块代码。根据用户提供的Markdown表格格式的协议定义文档,自动生成符合Plugin框架规范的采集模块,包括:
| httpserver | HTTP服务端 | 被动接收设备推送数据 | | httpclient | HTTP客户端 | 主动轮询RESTful API | | ftp | FTP文件读取 | 定时拉取设备导出文件 | | database | 数据库客户端 | 直接读取数据库表 | | mqtt | MQTT订阅 | 订阅MQTT主题接收数据 | | kafka | Kafka订阅 | 订阅Kafka topic接收数据 |
| int | int32/int64 | 有符号整数 | 传感器整数值 | | uint | uint32/uint64 | 无符号整数 | 计数器值 | | float | float32/float64 | 浮点数 | 温度、压力 | | string | string | 字符串 | 设备状态文本 | | bool | bool | 布尔值 | 开关状态 | | bytes | []byte | 字节数组 | 原始二进制数据 |
基于矿山鸿雁(jy-aiot)Plugin框架,根据Markdown表格格式的数据采集协议文档,生成混合模式的采集模块代码(配置+代码片段)。使用此技能可快速实现HTTP服务端/客户端、FTP、数据库、MQTT、Kafka等通信协议的采集模块,简化定制协议采集组件的开发复杂度。 Source: feelingsray/ray-aillm-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/feelingsray/ray-aillm-skills --skill jy-aiot-collector-developer- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is jy-aiot-collector-developer?
基于矿山鸿雁(jy-aiot)Plugin框架,根据Markdown表格格式的数据采集协议文档,生成混合模式的采集模块代码(配置+代码片段)。使用此技能可快速实现HTTP服务端/客户端、FTP、数据库、MQTT、Kafka等通信协议的采集模块,简化定制协议采集组件的开发复杂度。 Source: feelingsray/ray-aillm-skills.
How do I install jy-aiot-collector-developer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/feelingsray/ray-aillm-skills --skill jy-aiot-collector-developer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/feelingsray/ray-aillm-skills