·domain-iot
</>

domain-iot

actionbook/rust-skills

在构建 IoT 应用程序时使用。关键词:IoT、物联网、传感器、MQTT、设备、边缘计算、遥测、执行器、智能家居、网关、协议、物联网、传感器、边缘计算、智能家居

16安装·0热度·@actionbook

安装

$npx skills add https://github.com/actionbook/rust-skills --skill domain-iot

SKILL.md

| Domain Rule | Design Constraint | Rust Implication |

| Unreliable network | Offline-first | Local buffering | | Power constraints | Efficient code | Sleep modes, minimal alloc | | Resource limits | Small footprint | nostd where needed | | Security | Encrypted comms | TLS, signed firmware | | Reliability | Self-recovery | Watchdog, error handling | | OTA updates | Safe upgrades | Rollback capability |

| Linux gateway | tokio + std | rumqttc, reqwest | | MCU device | embassy + nostd | embedded-hal | | Hybrid | Split workloads | Both |

在构建 IoT 应用程序时使用。关键词:IoT、物联网、传感器、MQTT、设备、边缘计算、遥测、执行器、智能家居、网关、协议、物联网、传感器、边缘计算、智能家居 来源:actionbook/rust-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/actionbook/rust-skills --skill domain-iot
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 domain-iot?

在构建 IoT 应用程序时使用。关键词:IoT、物联网、传感器、MQTT、设备、边缘计算、遥测、执行器、智能家居、网关、协议、物联网、传感器、边缘计算、智能家居 来源:actionbook/rust-skills。

如何安装 domain-iot?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/actionbook/rust-skills --skill domain-iot 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/actionbook/rust-skills