
Iot Fleet
- 673 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
iot-fleet is a Claude Code skill that creates and manages Cognitum Seed IoT device fleets with firmware policies through cognitum-iot CLI commands for developers who operate connected device estates.
About
iot-fleet is a ruvnet/ruflo agent skill for creating and managing Cognitum Seed device fleets with firmware policies via the @claude-flow/plugin-iot-cognitum package. Subcommands include fleet create with --name, fleet list, fleet add FLEET_ID DEVICE_ID, fleet remove, and fleet delete, each invoked through npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot. The skill integrates with claude-flow memory tools for persistent fleet context and allows Bash execution for fleet orchestration. Developers reach for iot-fleet when provisioning IoT fleets, attaching devices, enforcing firmware policies, or auditing fleet membership through an AI agent interface.
- Real-time device telemetry and status monitoring
- Fleet-wide command execution and automation
- Agent-compatible skill for Claude, Cursor and Codex
- Supports scalable IoT device groups and rules
- Integrates with existing agent workflows for IoT operations
Iot Fleet by the numbers
- 673 all-time installs (skills.sh)
- +6 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #339 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill iot-fleetAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 673 |
|---|---|
| repo stars | ★ 67k |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do you manage IoT device fleets from CLI?
Monitor, control, and orchestrate fleets of IoT devices through an AI agent interface.
Who is it for?
Developers operating Cognitum Seed IoT deployments who need agent-driven fleet provisioning, device assignment, and firmware policy management.
Skip if: General cloud infrastructure tasks unrelated to Cognitum IoT fleets or teams without the @claude-flow/plugin-iot-cognitum package.
When should I use this skill?
A developer asks to create, list, add, remove, or delete an IoT device fleet or manage Cognitum Seed firmware policies.
What you get
Named device fleets, device membership records, and firmware policy configurations
- device fleet records
- firmware policy configuration
- device membership assignments
By the numbers
- Exposes 5 fleet subcommands: create, list, add, remove, and delete
Files
Manage device fleets. Parse subcommand from arguments.
create: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet create --name NAME list: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet list add: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet add FLEET_ID DEVICE_ID remove: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet remove FLEET_ID DEVICE_ID delete: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot fleet delete FLEET_ID
Related skills
How it compares
Use iot-fleet for Cognitum Seed fleet CLI operations; choose a general cloud monitoring skill for non-IoT infrastructure observability.
FAQ
What CLI does iot-fleet use for fleet operations?
iot-fleet invokes npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot with subcommands fleet create, list, add, remove, and delete. Fleet create accepts a --name flag, and add/remove require FLEET_ID and DEVICE_ID arguments.
What memory tools does iot-fleet integrate with?
iot-fleet allows mcp__claude-flow__memory_store and mcp__claude-flow__memory_search alongside Bash execution for npx commands. This lets agents persist and recall fleet context across IoT orchestration sessions.