什么是 homekit-matter?
使用 HomeKit 和 MatterSupport 控制智能家居配件并调试 Matter 设备。在管理家庭/房间/配件、创建操作集或触发器、读取配件特征、加入 Matter 设备或构建第三方智能家居生态系统应用程序时使用。 来源:dpearson2699/swift-ios-skills。
使用 HomeKit 和 MatterSupport 控制智能家居配件并调试 Matter 设备。在管理家庭/房间/配件、创建操作集或触发器、读取配件特征、加入 Matter 设备或构建第三方智能家居生态系统应用程序时使用。
通过命令行快速安装 homekit-matter AI 技能到你的开发环境
来源:dpearson2699/swift-ios-skills。
Control home automation accessories and commission Matter devices. HomeKit manages the home/room/accessory model, action sets, and triggers. MatterSupport handles device commissioning into your ecosystem. Targets Swift 6.2 / iOS 26+.
Create a single HMHomeManager and implement the delegate to know when data is loaded. HomeKit loads asynchronously -- do not access homes until the delegate fires.
Use MatterAddDeviceRequest to commission a Matter device into your ecosystem. This is separate from HomeKit -- it handles the pairing flow.
使用 HomeKit 和 MatterSupport 控制智能家居配件并调试 Matter 设备。在管理家庭/房间/配件、创建操作集或触发器、读取配件特征、加入 Matter 设备或构建第三方智能家居生态系统应用程序时使用。 来源:dpearson2699/swift-ios-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill homekit-matter使用 HomeKit 和 MatterSupport 控制智能家居配件并调试 Matter 设备。在管理家庭/房间/配件、创建操作集或触发器、读取配件特征、加入 Matter 设备或构建第三方智能家居生态系统应用程序时使用。 来源:dpearson2699/swift-ios-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill homekit-matter 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dpearson2699/swift-ios-skills