Robot Ops — Development skill for Claude Code
Claude-powered reliability agents for robotics fleets: sensor-fusion sanity checks, ROS 2 uptime tracking, edge-to-cloud latency profiling, automated root cause analysis, and predictive maintenance fo.
How to install Robot Ops
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open vivekselva91/Robot-Ops and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Robot Ops does
Claude-powered reliability agents for robotics fleets: sensor-fusion sanity checks, ROS 2 uptime tracking, edge-to-cloud latency profiling, automated root cause analysis, and predictive maintenance for actuators.
Alternatives in Development
- Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
- Predict Issues — Predictive Code Analysis 2.8k ★
- Codenotch — A macOS app that pins usage limits from Claude Code, Cursor, Codex, and Antigravity to a screen edge 1.3k ★
README
robot-ops-copilot
Five Claude-powered reliability agents for robotics fleets: sensor-fusion sanity checks, ROS 2 uptime tracking, edge-to-cloud latency profiling, automated root cause analysis, and predictive maintenance for actuators.
Every agent runs offline against a built-in synthetic scenario, so you can clone the repo and see all five working before you point them at a robot or spend a token.
git clone https://github.com//robot-ops-copilot.git
cd robot-ops-copilot
pip install -e ".[dev]"
robotops fusion --offline # no API key needed
The design rule
Deterministic code decides. Claude explains.
Each agent splits into two halves. Plain Python owns detection: filters, thresholds, percentiles, trend fits. It is testable, fast, and never hallucinates. Claude reads the resulting summary and supplies what statistics cannot — the physical cause, the cross-signal correlation, the recommended fix in engineering language.
This is not an aesthetic preference. A language model has no place inside a state estimator's update loop or a watchdog's decision path, and anything safety-critical must hold when the API is unreachable. So every agent produces its findings with or without a model, and the `source` field on each finding records which half produced it: `rule` or `claude`.
The five agents
| Command | What it watches | Deterministic half | Claude's half |
|---|---|---|---|
robotops fusion |
IMU, wheel odometry, LiDAR | EKF innovations, cross-sensor p90 voting | Names the physical cause, proposes R adjustments |
robotops diagnostics |
ROS 2 /diagnostics |
Uptime, MTBF, stale heartbeats, CPU peaks | Correlates failures across nodes |
robotops latency |
Teleop round trips | Per-stage p50/p95/p99, jitter, budget breaches | Attributes the bottleneck to a cause |
robotops rca |
E-stops and crashes | 30 s rolling buffer, peak extraction | Writes the RCA: proximate vs root cause |
robotops maintenance |
Motor telemetry |
Related Skills
Agenticros
ROS plugin for OpenClaw, Claude (Code,Desktop,Dispatch), Codex, Google Gemini, Hermes, MCP, etc.
Cc Tg Watchdog
Claude Code + Telegram watchdog script for 24/7 VPS uptime
E8 Eea
A collaboratively stress-tested architecture for emergent emotional awareness using E8 hypergraph memory, pred
Claude Shipyard
Claude Code plugin marketplace for building and running fleets of autonomous coding agents.
Nock Skills
Battle-tested patterns for running Claude Code agent fleets. Compaction survival, fleet heartbeat, agent dispa
Sanity Content Modeling
Guidelines for designing scalable content models
Related Agents
Operations Expert
Plant operations & reliability lead for running a tube mill day-to-day. Use when question involves OEE, MTBF,
Robo Firmware
Embedded and real-time robotics software — MCU/RTOS, motor control (FOC, current/velocity/position loops), fie
Robium Architect
Robotics application architect. Use PROACTIVELY at the start of any new robotics application to run the heavy