uipath-coded-agents

Installation
SKILL.md

UiPath Coded Agents

CLI Setup (run once at start)

Before running any uip codedagents commands, ensure the environment is ready:

# 1. Check uip is installed
which uip > /dev/null 2>&1 && echo "uip found" || echo "uip NOT found — run: npm install -g @uipath/cli"

# 2. Activate the virtual environment (required if .venv exists)
if [ -d ".venv" ]; then source .venv/bin/activate; fi

# 3. Set up the Python environment (detects Python, installs uipath package if needed)
uip codedagents setup --format json
Installs
7
Repository
uipath/skills
GitHub Stars
104
First Seen
Mar 24, 2026
uipath-coded-agents — uipath/skills