
Iot Firmware
- 802 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
iot-firmware is a Claude Code skill that orchestrates canary-gated firmware rollouts across IoT device fleets for developers who need deploy, advance, rollback, and status control from a coding agent.
About
iot-firmware is a Claude Code skill in ruvnet/ruflo that orchestrates firmware rollouts across IoT device fleets using canary deployment and anomaly-gated advancement. It exposes deploy, advance, rollback, status, and list commands executed via npx @claude-flow/plugin-iot-cognitum cognitum-iot firmware. Developers reach for iot-firmware when managing fleet-wide firmware updates from an agent session instead of manual CLI repetition. The skill integrates with claude-flow memory tools and supports argument hints for each rollout operation.
- CLI-driven deploy, advance, rollback, status, and list via cognitum-iot firmware
- Canary rollout progression: pending → canary → rolling → complete (or rolled-back)
- Anomaly-gated advancement between rollout stages
- Integrates with Claude Flow memory store/search for rollout context
- Explicit npx @claude-flow/plugin-iot-cognitum command templates per action
Iot Firmware by the numbers
- 802 all-time installs (skills.sh)
- +6 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #211 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill iot-firmwareAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 802 |
|---|---|
| repo stars | ★ 67k |
| Security audit | 1 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do you roll out IoT firmware safely?
Run canary-gated firmware rollouts across an IoT fleet with deploy, advance, rollback, and status commands from your coding agent.
Who is it for?
Developers operating IoT fleets who need agent-driven canary firmware rollouts with rollback and status visibility.
Skip if: Application-only deployments, single-device flashing, or teams without cognitum-iot fleet infrastructure.
When should I use this skill?
User asks to deploy, advance, rollback, or check status of IoT firmware rollouts across a device fleet.
What you get
Fleet firmware deployments, canary rollout advancement, rollback actions, and rollout status reports.
- firmware deployments
- rollout status reports
- rollback actions
Files
Manage firmware rollouts across device fleets.
deploy: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware deploy FLEET_ID --version VERSION advance: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware advance ROLLOUT_ID rollback: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware rollback ROLLOUT_ID status: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware status ROLLOUT_ID list: npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware list
Rollout stages: pending → canary → rolling → complete (or rolled-back)
Related skills
How it compares
Pick iot-firmware for agent-operated IoT fleet rollouts with canary controls; use standard CI/CD skills for application container deploys.
FAQ
What commands does iot-firmware support?
iot-firmware supports deploy, advance, rollback, status, and list operations for firmware rollouts. Commands run through npx @claude-flow/plugin-iot-cognitum cognitum-iot firmware with fleet ID, version, or rollout ID arguments.
How does iot-firmware gate firmware advancement?
iot-firmware orchestrates canary deployment with anomaly-gated advancement across IoT fleets. Developers deploy a version to a fleet, monitor rollout status, advance when healthy, or rollback when anomalies appear.
Is Iot Firmware safe to install?
skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.