Skip to main content

iot-register

Register a Cognitum Seed device by endpoint and establish agent bridge

跳到安装

来源信息

仓库
ruvnet/ruflo
最近来源活动
2026年7月17日 03:06
检测到的 SKILL.md 语言
英语
星标
72,687
分支
8,609

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
iot-register
description
Register a Cognitum Seed device by endpoint and establish agent bridge
allowed-tools
Bash(npx *) mcp__plugin_ruflo-core_ruflo__memory_store Read
argument-hint
[endpoint] [--token PAIRING_TOKEN]
Register a Cognitum Seed device. Creates a SeedClient connection, fetches identity, and assigns initial trust level. Default endpoint: `http://169.254.42.1/` — the Cognitum Seed link-local USB Ethernet address. Use this when no endpoint is supplied. Steps: 1. Resolve ENDPOINT: use the user-supplied value, or default to `http://169.254.42.1/`. 2. `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINT` 3. If pairing token provided: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_ID` 4. Show device status: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot status DEVICE_ID` Store registration event: `mcp__plugin_ruflo-core_ruflo__memory_store({ key: "iot-register-DEVICEID", value: "Registered at ENDPOINT", namespace: "iot-devices" })`
在 GitHub 查看