# Quickstart

> UiPath CLI Quickstart

- Skill: `javimosch/quickstart-2031` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-2031`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-2031/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-2031

---

# UiPath CLI Quickstart

Use this plugin for CI/CD automation tasks with UiPath CLI.

## Prerequisites

- Install UiPath CLI package for your OS.
- Make `uipcli` available on PATH, or set `UIPCLI_DLL` and install `dotnet` runtime.
- Install plugin: `supercli plugins install uipathcli`

## Common Commands

- Version: `supercli uipath self version`
- Pack: `supercli uipath project pack --project-path .`
- Analyze: `supercli uipath project analyze --project-path .`
- Deploy: `supercli uipath project deploy --orchestrator-url https://...`

## Passthrough

Use passthrough for any command not wrapped in this plugin:

`supercli uipath <raw uipcli args>`

