iot-firmware
Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement
How do I install this agent skill?
npx skills add https://github.com/ruvnet/ruflo --skill iot-firmwareIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a command-line interface for managing IoT firmware rollouts. It utilizes the @claude-flow/plugin-iot-cognitum package via npx to execute deployment, rollback, and status monitoring operations.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
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)
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/ruvnet/ruflo/iot-firmware">View iot-firmware on skillZs</a>