Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Register a Cognitum Seed device by endpoint and establish agent bridge
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:
http://169.254.42.1/.npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINTnpx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_IDnpx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot status DEVICE_IDStore registration event:
mcp__claude-flow__memory_store({ key: "iot-register-DEVICEID", value: "Registered at ENDPOINT", namespace: "iot-devices" })
npx skills add ruvnet/ruflo --skill iot-registerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.