uipath-insights
Installation
SKILL.md
UiPath Insights — Job Monitoring Agent Skill
Insights provides analytics and monitoring for UiPath automation execution. This skill covers job monitoring — querying aggregated job execution data for dashboards, health checks, and failure investigation.
All operations go through uip insights jobs <subcommand> --output json.
When to Use
- Checking overall automation health (how many jobs ran, how many succeeded)
- Investigating job failures (which processes fail most, what are the failure reasons)
- Monitoring job execution trends over time (completed/uncompleted timelines)
- Getting per-process performance breakdowns
- Drilling into specific failure details for investigation
Not in scope: Starting, stopping, or managing individual jobs (use
uip or jobsvia uipath-platform). Root-cause debugging of a specific job's error (use uipath-troubleshoot). Queue item metrics, robot utilization, or dashboard CRUD (not yet available in CLI).