iot-fleet

Create and manage Cognitum Seed IoT device fleets with firmware policies.

70.1k|8.4k|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/ruvnet/claude-flow --skill iot-fleet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iot-fleet
Source: https://github.com/ruvnet/claude-flow/tree/main/plugins/ruflo-iot-cognitum/skills/iot-fleet
Command: npx skills add https://github.com/ruvnet/claude-flow --skill iot-fleet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @claude-flow/plugin-iot-cognitum.

What problem does it solve?

Managing groups of IoT devices individually is tedious and error-prone. This Skill lets you organize Cognitum Seed devices into fleets and apply firmware policies across them using simple commands.

Core Features & Use Cases

  • Fleet Lifecycle Management: Create, list, and delete device fleets through the cognitum-iot CLI.
  • Device Membership Control: Add or remove individual devices from fleets by ID.
  • Use Case: You have dozens of Cognitum Seed sensors deployed in the field. Create a fleet named 'warehouse-sensors', add each device to it, and manage firmware policies for the entire group at once.

Quick Start

Ask the assistant to create a new IoT fleet named 'warehouse-sensors' and list all existing fleets.

Frequently Asked Questions about iot-fleet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an IoT device fleet with cognitum-iot?

Run the fleet create subcommand with a name: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet create --name NAME. This provisions a new fleet that devices can be added to.

How do I add or remove devices from a fleet?

Use the add subcommand with the fleet ID and device ID: cognitum-iot fleet add FLEET_ID DEVICE_ID. To detach a device, use cognitum-iot fleet remove FLEET_ID DEVICE_ID.

What subcommands does the iot-fleet skill support?

It supports five subcommands: create (new fleet with a name), list (show all fleets), add (attach a device), remove (detach a device), and delete (remove a fleet by ID).

Does deleting a fleet remove the devices in it?

The delete subcommand removes the fleet itself by fleet ID using cognitum-iot fleet delete FLEET_ID. The skill documentation does not specify device deletion behavior, so verify device state after deleting a fleet.