← Back to Skills Marketplace
Uipath
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
118
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install uipath
Description
UiPath integration. Manage data, records, and automate workflows. Use when the user wants to interact with UiPath data.
Usage Guidance
This skill appears to do what it claims, but it relies on the Membrane service and installing their CLI. Before installing or using it: (1) verify and trust the Membrane vendor (review https://www.npmjs.com/package/@membranehq/cli and the GitHub repo), (2) prefer using `npx` instead of a global install if you want to avoid placing new binaries on the host, (3) when connecting UiPath, use a least-privilege/service account if possible and review the permissions requested in the connection flow, (4) understand that UiPath data and tokens will be handled by Membrane (check their privacy/security docs), and (5) if you need higher assurance, ask the publisher for more provenance (signed releases, exact package versions, or a vetted install spec).
Capability Analysis
Type: OpenClaw Skill
Name: uipath
Version: 1.0.1
The skill provides standard instructions for integrating UiPath with the Membrane CLI. It guides the agent to install the official `@membranehq/cli` NPM package and use it for authentication and workflow automation. There are no signs of malicious intent, data exfiltration, or deceptive prompt injection; the instructions are consistent with the stated purpose of RPA integration.
Capability Assessment
Purpose & Capability
Name/description (UiPath integration) match the instructions: the SKILL.md explains how to use the Membrane CLI to connect to a UiPath connector, discover and run actions, and create new actions. Nothing requested is unrelated to UiPath integration.
Instruction Scope
Instructions are focused on using the Membrane CLI (login, connect, action list/create/run). They do not ask the agent to read unrelated files or environment variables. However, the instructions explicitly delegate authentication and action execution to Membrane, meaning UiPath data and credentials will pass through a third-party service.
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md tells users to run `npm install -g @membranehq/cli@latest` (or use npx). Installing a global npm package executes third-party code on the host and is a moderate-risk operation; npm packages are traceable but should be reviewed before installation.
Credentials
The skill declares no required env vars or local credentials. Authentication is performed via Membrane's login flow rather than local secrets. This is proportionate, but it does shift trust and access to the Membrane service (they will hold OAuth tokens/credentials server-side).
Persistence & Privilege
The skill is not always-enabled and does not request system-level persistence. It is user-invocable and allows normal autonomous invocation. There is no indication it modifies other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uipath - After installation, invoke the skill by name or use
/uipath - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Uipath?
UiPath integration. Manage data, records, and automate workflows. Use when the user wants to interact with UiPath data. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Uipath?
Run "/install uipath" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uipath free?
Yes, Uipath is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uipath support?
Uipath is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uipath?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills