uipath-servo
Installation
SKILL.md
UI Automation with Servo
Servo is a standalone command-line tool. It is NOT a subcommand of
uip— you run it directly from your terminal.
Windows only. Run via npx or install globally:
# Run directly via npx (no install needed)
npx @uipath/servo --help
# Or install globally, then use the `servo` command
npm install -g @uipath/servo
servo --help