@uipath/skills 1.195.0 → 1.196.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (380) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CODEOWNERS +16 -10
  4. package/README.md +39 -4
  5. package/assets/skill-status.json +189 -0
  6. package/assets/uip-catalog-snapshot.json +67 -97
  7. package/commands/install-permissions.md +46 -2
  8. package/hooks/suggest-permissions.sh +0 -0
  9. package/hooks/validate-skill-descriptions.sh +0 -0
  10. package/package.json +1 -1
  11. package/skills/uipath-admin/SKILL.md +6 -7
  12. package/skills/uipath-admin/references/audit-commands.md +32 -10
  13. package/skills/uipath-admin/references/audit-workflow-guide.md +25 -6
  14. package/skills/uipath-admin/references/ip-restriction/ip-restriction-commands.md +1 -1
  15. package/skills/uipath-agents/SKILL.md +5 -3
  16. package/skills/uipath-agents/references/coded/embedding-in-flows.md +6 -0
  17. package/skills/uipath-agents/references/coded/flow-integration.md +1 -0
  18. package/skills/uipath-agents/references/coded/frameworks/langgraph-integration.md +2 -2
  19. package/skills/uipath-agents/references/coded/frameworks/llamaindex-integration.md +1 -1
  20. package/skills/uipath-agents/references/coded/frameworks/openai-agents-integration.md +5 -1
  21. package/skills/uipath-agents/references/coded/lifecycle/build.md +1 -0
  22. package/skills/uipath-agents/references/coded/lifecycle/evaluate.md +8 -6
  23. package/skills/uipath-agents/references/coded/quickstart.md +17 -12
  24. package/skills/uipath-agents/references/lowcode/agent-definition.md +17 -16
  25. package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/analyze-attachments.md +2 -2
  26. package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/batch-transform/impl-json.md +1 -1
  27. package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/built-in-tools.md +4 -4
  28. package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/deeprag/impl-json.md +1 -1
  29. package/skills/uipath-agents/references/lowcode/capabilities/context/context.md +1 -1
  30. package/skills/uipath-agents/references/lowcode/capabilities/context/datafabric.md +1 -1
  31. package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +12 -12
  32. package/skills/uipath-agents/references/lowcode/capabilities/escalation/escalation.md +14 -14
  33. package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails-recommend.md +1 -1
  34. package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails.md +23 -20
  35. package/skills/uipath-agents/references/lowcode/capabilities/inline-in-flow/inline-in-flow.md +27 -26
  36. package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +12 -13
  37. package/skills/uipath-agents/references/lowcode/capabilities/mcp/mcp.md +133 -0
  38. package/skills/uipath-agents/references/lowcode/capabilities/memory/memory.md +9 -9
  39. package/skills/uipath-agents/references/lowcode/capabilities/process/process.md +25 -24
  40. package/skills/uipath-agents/references/lowcode/capabilities/process/solution-files.md +6 -6
  41. package/skills/uipath-agents/references/lowcode/critical-rules.md +17 -17
  42. package/skills/uipath-agents/references/lowcode/debug.md +55 -0
  43. package/skills/uipath-agents/references/lowcode/evaluations/evaluate.md +6 -6
  44. package/skills/uipath-agents/references/lowcode/evaluations/evaluation-sets.md +1 -1
  45. package/skills/uipath-agents/references/lowcode/evaluations/evaluators.md +3 -3
  46. package/skills/uipath-agents/references/lowcode/evaluations/running-evaluations.md +8 -8
  47. package/skills/uipath-agents/references/lowcode/lowcode.md +18 -12
  48. package/skills/uipath-agents/references/lowcode/model-selection-guide.md +3 -3
  49. package/skills/uipath-agents/references/lowcode/project-lifecycle.md +53 -33
  50. package/skills/uipath-agents/references/lowcode/solution-resources.md +8 -8
  51. package/skills/uipath-api-workflow/SKILL.md +32 -83
  52. package/skills/uipath-api-workflow/references/cli-reference.md +40 -26
  53. package/skills/uipath-api-workflow/references/connector-activity-discovery.md +75 -23
  54. package/skills/uipath-api-workflow/references/troubleshooting.md +4 -12
  55. package/skills/uipath-automation-discovery/SKILL.md +234 -0
  56. package/skills/uipath-automation-discovery/references/intake-guide.md +85 -0
  57. package/skills/uipath-automation-discovery/references/mining-guide.md +156 -0
  58. package/skills/uipath-automation-discovery/references/report-template.md +95 -0
  59. package/skills/uipath-coded-apps/SKILL.md +0 -2
  60. package/skills/uipath-data-fabric/SKILL.md +0 -2
  61. package/skills/uipath-feedback/SKILL.md +1 -1
  62. package/skills/uipath-governance/SKILL.md +0 -2
  63. package/skills/uipath-human-in-the-loop/SKILL.md +2 -3
  64. package/skills/uipath-maestro-bpmn/.maintenance/check-all.sh +0 -0
  65. package/skills/uipath-maestro-bpmn/.maintenance/check-anchors.sh +0 -0
  66. package/skills/uipath-maestro-bpmn/.maintenance/check-depth.sh +0 -0
  67. package/skills/uipath-maestro-bpmn/.maintenance/check-link-text.sh +0 -0
  68. package/skills/uipath-maestro-bpmn/.maintenance/check-links.sh +0 -0
  69. package/skills/uipath-maestro-bpmn/.maintenance/check-orphans.sh +0 -0
  70. package/skills/uipath-maestro-bpmn/.maintenance/check-plugin-pairs.sh +0 -0
  71. package/skills/uipath-maestro-bpmn/.maintenance/check-template.sh +0 -0
  72. package/skills/uipath-maestro-bpmn/.maintenance/check-uip-commands.sh +0 -0
  73. package/skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.py +0 -0
  74. package/skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.sh +0 -0
  75. package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/api-workflow.md +1 -1
  76. package/skills/uipath-maestro-bpmn/references/operate/references/run.md +1 -1
  77. package/skills/uipath-maestro-bpmn/references/shared/local-metadata-regeneration-guide.md +2 -2
  78. package/skills/uipath-maestro-bpmn/references/shared/wrapper-shells.md +1 -1
  79. package/skills/uipath-maestro-case/SKILL.md +22 -27
  80. package/skills/uipath-maestro-case/references/bindings-and-expressions.md +7 -1
  81. package/skills/uipath-maestro-case/references/bindings-v2-sync.md +7 -16
  82. package/skills/uipath-maestro-case/references/case-commands.md +9 -9
  83. package/skills/uipath-maestro-case/references/case-editing-operations.md +51 -67
  84. package/skills/uipath-maestro-case/references/case-schema.md +74 -138
  85. package/skills/uipath-maestro-case/references/connector-integration.md +32 -5
  86. package/skills/uipath-maestro-case/references/connector-trigger-common.md +39 -12
  87. package/skills/uipath-maestro-case/references/evals/evals.json +9 -23
  88. package/skills/uipath-maestro-case/references/implementation.md +24 -24
  89. package/skills/uipath-maestro-case/references/phased-execution.md +24 -38
  90. package/skills/uipath-maestro-case/references/placeholder-tasks.md +9 -9
  91. package/skills/uipath-maestro-case/references/planning.md +20 -79
  92. package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +15 -122
  93. package/skills/uipath-maestro-case/references/plugins/case/planning.md +3 -1
  94. package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +10 -22
  95. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +7 -5
  96. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +2 -0
  97. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +5 -5
  98. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +1 -1
  99. package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +4 -4
  100. package/skills/uipath-maestro-case/references/plugins/logging/impl-json.md +10 -0
  101. package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +10 -42
  102. package/skills/uipath-maestro-case/references/plugins/sla/planning.md +5 -5
  103. package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +8 -79
  104. package/skills/uipath-maestro-case/references/plugins/stages/planning.md +7 -14
  105. package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +1 -1
  106. package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +3 -2
  107. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +1 -1
  108. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +3 -2
  109. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +1 -1
  110. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +4 -3
  111. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +2 -2
  112. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +12 -7
  113. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +1 -1
  114. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +2 -0
  115. package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +1 -1
  116. package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +4 -3
  117. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +1 -1
  118. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +4 -3
  119. package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +3 -0
  120. package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +6 -7
  121. package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +4 -2
  122. package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +4 -27
  123. package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +8 -20
  124. package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +6 -11
  125. package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +15 -30
  126. package/skills/uipath-maestro-case/references/plugins/variables/global-vars/planning.md +4 -4
  127. package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +8 -7
  128. package/skills/uipath-maestro-case/references/registry-discovery.md +4 -4
  129. package/skills/uipath-maestro-case/references/sdd-generation-rules.md +12 -10
  130. package/skills/uipath-maestro-case/references/troubleshooting-guide.md +1 -1
  131. package/skills/uipath-maestro-flow/.maintenance/check-all.sh +0 -0
  132. package/skills/uipath-maestro-flow/.maintenance/check-anchors.sh +0 -0
  133. package/skills/uipath-maestro-flow/.maintenance/check-depth.sh +0 -0
  134. package/skills/uipath-maestro-flow/.maintenance/check-link-text.sh +0 -0
  135. package/skills/uipath-maestro-flow/.maintenance/check-links.sh +0 -0
  136. package/skills/uipath-maestro-flow/.maintenance/check-orphans.sh +0 -0
  137. package/skills/uipath-maestro-flow/.maintenance/check-plugin-pairs.sh +0 -0
  138. package/skills/uipath-maestro-flow/.maintenance/check-template.sh +0 -0
  139. package/skills/uipath-maestro-flow/.maintenance/check-uip-commands.sh +0 -0
  140. package/skills/uipath-maestro-flow/.maintenance/check-versions.sh +0 -0
  141. package/skills/uipath-maestro-flow/SKILL.md +9 -6
  142. package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +4 -4
  143. package/skills/uipath-maestro-flow/references/author/references/brownfield.md +17 -2
  144. package/skills/uipath-maestro-flow/references/author/references/editing-operations-cli.md +1 -1
  145. package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +3 -3
  146. package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +9 -9
  147. package/skills/uipath-maestro-flow/references/author/references/greenfield.md +13 -10
  148. package/skills/uipath-maestro-flow/references/author/references/planning-arch.md +75 -5
  149. package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +2 -1
  150. package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +14 -4
  151. package/skills/uipath-maestro-flow/references/author/references/plugins/connector-trigger/impl.md +20 -4
  152. package/skills/uipath-maestro-flow/references/author/references/plugins/hitl/impl.md +5 -5
  153. package/skills/uipath-maestro-flow/references/author/references/plugins/hitl/planning.md +5 -5
  154. package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl-connector.md +81 -0
  155. package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl-manual.md +63 -0
  156. package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl.md +59 -57
  157. package/skills/uipath-maestro-flow/references/author/references/plugins/http/planning.md +8 -7
  158. package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +23 -23
  159. package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/planning.md +2 -2
  160. package/skills/uipath-maestro-flow/references/diagnose/CAPABILITY.md +1 -1
  161. package/skills/uipath-maestro-flow/references/diagnose/references/failure-modes.md +6 -6
  162. package/skills/uipath-maestro-flow/references/evaluate/CAPABILITY.md +2 -2
  163. package/skills/uipath-maestro-flow/references/evaluate/references/upload-safety.md +1 -1
  164. package/skills/uipath-maestro-flow/references/operate/CAPABILITY.md +8 -8
  165. package/skills/uipath-maestro-flow/references/operate/references/run.md +2 -2
  166. package/skills/uipath-maestro-flow/references/operate/references/ship.md +7 -7
  167. package/skills/uipath-maestro-flow/references/shared/cli-commands.md +19 -17
  168. package/skills/uipath-maestro-flow/references/shared/cli-conventions.md +1 -1
  169. package/skills/uipath-maestro-flow/references/shared/file-format.md +1 -1
  170. package/skills/uipath-maestro-flow/references/shared/ux-narration-and-todos.md +7 -7
  171. package/skills/uipath-planner/SKILL.md +110 -74
  172. package/skills/{uipath-solution → uipath-planner}/assets/templates/agent-sdd-template.md +3 -3
  173. package/skills/{uipath-solution → uipath-planner}/assets/templates/api-workflow-sdd-template.md +4 -4
  174. package/skills/{uipath-solution → uipath-planner}/assets/templates/case-sdd-template.md +4 -4
  175. package/skills/{uipath-solution → uipath-planner}/assets/templates/coded-app-sdd-template.md +3 -3
  176. package/skills/{uipath-solution → uipath-planner}/assets/templates/flow-sdd-template.md +4 -4
  177. package/skills/{uipath-solution → uipath-planner}/assets/templates/rpa-sdd-template.md +11 -11
  178. package/skills/uipath-planner/references/multi-skill-patterns-guide.md +3 -3
  179. package/skills/uipath-planner/references/non-pdd-lane-guide.md +10 -6
  180. package/skills/uipath-planner/references/pdd-driven-lane-guide.md +17 -7
  181. package/skills/uipath-planner/references/plan-and-tasks-format.md +2 -2
  182. package/skills/{uipath-solution/references/design → uipath-planner/references}/product-selection-guide.md +8 -8
  183. package/skills/{uipath-solution/references/design → uipath-planner/references}/rpa-product-guide.md +1 -1
  184. package/skills/{uipath-solution/references/design → uipath-planner/references}/sdd-generation-guide.md +26 -39
  185. package/skills/{uipath-solution/references/design → uipath-planner/references}/tenant-library-search-guide.md +7 -7
  186. package/skills/uipath-platform/SKILL.md +21 -48
  187. package/skills/uipath-platform/references/integration-service/http-request.md +5 -2
  188. package/skills/uipath-platform/references/integration-service/reference-resolution.md +19 -1
  189. package/skills/uipath-platform/references/integration-service/triggers.md +21 -5
  190. package/skills/uipath-platform/references/licensing/consumables-report.md +1 -1
  191. package/skills/uipath-platform/references/licensing/tenant-allocations.md +1 -1
  192. package/skills/uipath-platform/references/licensing/user-licenses-allocations.md +1 -1
  193. package/skills/uipath-platform/references/{resources → orchestrator}/manage-assets.md +37 -34
  194. package/skills/uipath-platform/references/orchestrator/manage-sessions.md +1 -1
  195. package/skills/uipath-platform/references/orchestrator/orchestrator.md +4 -31
  196. package/skills/uipath-platform/references/{resources → orchestrator}/process-queues.md +61 -50
  197. package/skills/uipath-platform/references/{resources → orchestrator}/resources.md +21 -21
  198. package/skills/uipath-platform/references/orchestrator/run-jobs.md +26 -14
  199. package/skills/uipath-platform/references/orchestrator/setup-environment.md +20 -16
  200. package/skills/uipath-platform/references/orchestrator/tenant-admin.md +7 -7
  201. package/skills/uipath-platform/references/{resources → orchestrator}/triggers-and-webhooks.md +41 -37
  202. package/skills/uipath-platform/references/{resources → orchestrator}/work-with-storage.md +56 -34
  203. package/skills/uipath-platform/references/uip-commands.md +20 -19
  204. package/skills/uipath-review/SKILL.md +81 -7
  205. package/skills/uipath-review/references/agents/agent-common-issues.md +42 -0
  206. package/skills/uipath-review/references/agents/agent-review-checklist.md +79 -57
  207. package/skills/uipath-review/references/agents/agents-coded-rules.md +160 -0
  208. package/skills/uipath-review/references/agents/agents-common-rules.md +32 -0
  209. package/skills/uipath-review/references/agents/agents-lowcode-rules.md +128 -0
  210. package/skills/uipath-review/references/platform/platform-resources-checklist.md +2 -2
  211. package/skills/uipath-review/references/review-workflow-guide.md +1 -1
  212. package/skills/uipath-review/references/rpa/rpa-review-checklist.md +2 -2
  213. package/skills/uipath-review/references/rule-catalog-workflow.md +90 -0
  214. package/skills/uipath-review/references/rule-format.md +91 -0
  215. package/skills/uipath-rpa/SKILL.md +16 -6
  216. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/CreateEntityRecord.md +149 -0
  217. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/CreateMultipleEntityRecords.md +67 -0
  218. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/DeleteEntityRecord.md +44 -0
  219. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/DeleteFileFromRecordField.md +56 -0
  220. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/DeleteMultipleEntityRecords.md +65 -0
  221. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/DownloadFileFromRecordField.md +115 -0
  222. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/GetEntityRecordById.md +50 -0
  223. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/QueryEntityRecords.md +69 -0
  224. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/UpdateEntityRecord.md +120 -0
  225. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/UpdateMultipleEntityRecords.md +67 -0
  226. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/activities/UploadFileToRecordField.md +103 -0
  227. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/guides/data-service-filter-builder-guide.md +461 -0
  228. package/skills/uipath-rpa/references/activity-docs/UiPath.DataService.Activities/overview.md +355 -0
  229. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/AppendRangeX.md +1 -1
  230. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/AutoFillX.md +1 -1
  231. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/AutoFitX.md +1 -1
  232. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ChangeDataRangeModification.md +1 -1
  233. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ChangePivotTableDataSourceX.md +1 -1
  234. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ClearRangeX.md +1 -1
  235. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/CopyPasteRangeX.md +1 -1
  236. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/CreatePivotTableXv2.md +1 -1
  237. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/CreateTableX.md +1 -1
  238. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/DeleteColumnX.md +1 -1
  239. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/DeleteRowsX.md +1 -1
  240. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/DeleteSheetX.md +1 -1
  241. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/DuplicateSheetX.md +1 -1
  242. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ExecuteMacroArgumentX.md +1 -1
  243. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ExecuteMacroX.md +1 -1
  244. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ExportExcelToCsvX.md +1 -1
  245. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FillRangeX.md +1 -1
  246. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FilterPivotTableX.md +1 -1
  247. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FilterX.md +1 -1
  248. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FindFirstLastDataRowX.md +1 -1
  249. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FindReplaceValueX.md +1 -1
  250. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/FormatRangeX.md +2 -2
  251. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InsertColumnX.md +1 -1
  252. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InsertExcelChartX.md +1 -1
  253. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InsertRowsX.md +1 -1
  254. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InsertSheetX.md +1 -1
  255. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InvokeVBAArgumentX.md +1 -1
  256. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/InvokeVBAX.md +1 -1
  257. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/LookupX.md +1 -1
  258. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/PivotTableFieldX.md +1 -1
  259. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ProtectSheetX.md +1 -1
  260. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ReadCellFormulaX.md +1 -1
  261. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/ReadCellValueX.md +1 -1
  262. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/RefreshPivotTableX.md +1 -1
  263. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/RemoveDuplicatesX.md +1 -1
  264. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/RenameSheetX.md +1 -1
  265. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/SaveAsPdfX.md +1 -1
  266. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/SaveExcelFileX.md +1 -1
  267. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/SortColumnX.md +1 -1
  268. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/SortX.md +1 -1
  269. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/UnprotectSheetX.md +1 -1
  270. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/UpdateChartX.md +1 -1
  271. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/VLookupX.md +1 -1
  272. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/WriteCellX.md +1 -1
  273. package/skills/uipath-rpa/references/activity-docs/UiPath.Excel.Activities/3.5/activities/overview.md +2 -2
  274. package/skills/uipath-rpa/references/activity-docs/UiPath.GSuite.Activities/3.8/activities/overview.md +2 -2
  275. package/skills/uipath-rpa/references/activity-docs/UiPath.Mail.Activities/2.8/activities/overview.md +2 -2
  276. package/skills/uipath-rpa/references/activity-docs/UiPath.MicrosoftOffice365.Activities/3.8/activities/SendMailConnections.md +1 -1
  277. package/skills/uipath-rpa/references/activity-docs/UiPath.MicrosoftOffice365.Activities/3.8/activities/overview.md +3 -3
  278. package/skills/uipath-rpa/references/activity-docs/UiPath.Presentations.Activities/2.5/activities/overview.md +2 -2
  279. package/skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/activities/overview.md +1 -1
  280. package/skills/uipath-rpa/references/activity-docs/UiPath.Word.Activities/2.5/activities/overview.md +2 -2
  281. package/skills/uipath-rpa/references/cli-reference.md +108 -554
  282. package/skills/uipath-rpa/references/coded/coding-guidelines.md +1 -1
  283. package/skills/uipath-rpa/references/coded/operations-guide.md +3 -3
  284. package/skills/uipath-rpa/references/coded/third-party-packages-guide.md +1 -1
  285. package/skills/uipath-rpa/references/connector-capabilities.md +3 -2
  286. package/skills/uipath-rpa/references/debugging.md +43 -36
  287. package/skills/uipath-rpa/references/environment-setup.md +3 -3
  288. package/skills/uipath-rpa/references/is-connector-xaml-guide.md +3 -3
  289. package/skills/uipath-rpa/references/library-authoring-guide.md +226 -0
  290. package/skills/uipath-rpa/references/project-structure-guide.md +43 -0
  291. package/skills/uipath-rpa/references/publishing-guide.md +5 -5
  292. package/skills/uipath-rpa/references/tenant-library-search-guide.md +18 -14
  293. package/skills/uipath-rpa/references/testing-guide.md +6 -6
  294. package/skills/uipath-rpa/references/trigger-pattern-guide.md +2 -2
  295. package/skills/uipath-rpa/references/ui-automation-guide.md +43 -6
  296. package/skills/uipath-rpa/references/uia-configure-target-workflows.md +2 -2
  297. package/skills/uipath-rpa/references/uia-prerequisites.md +1 -1
  298. package/skills/uipath-rpa/references/validation-guide.md +4 -4
  299. package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +4 -1
  300. package/skills/uipath-rpa/references/xaml/common-pitfalls.md +18 -6
  301. package/skills/uipath-rpa/references/xaml/long-running-workflow-guide.md +304 -0
  302. package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +3 -0
  303. package/skills/uipath-solution/SKILL.md +23 -125
  304. package/skills/uipath-solution/references/{operate/activate-and-manage.md → activate-and-manage.md} +1 -1
  305. package/skills/uipath-solution/references/{operate/develop-solution.md → develop-solution.md} +43 -37
  306. package/skills/uipath-solution/references/{operate/pack-and-deploy.md → pack-and-deploy.md} +3 -3
  307. package/skills/uipath-solution/references/{operate/scenarios → scenarios}/intra-solution-references.md +2 -2
  308. package/skills/uipath-solution/references/{operate/scenarios → scenarios}/manual-edits.md +4 -4
  309. package/skills/uipath-solution/references/{operate/scenarios → scenarios}/same-name-across-folders.md +2 -2
  310. package/skills/uipath-solution/references/{operate/scenarios → scenarios}/shared-cloud-resource.md +3 -3
  311. package/skills/uipath-solution/references/{operate/scenarios → scenarios}/virtual-resource.md +4 -4
  312. package/skills/uipath-solution/references/{operate/scenarios.md → scenarios.md} +5 -5
  313. package/skills/uipath-solution/references/{operate/solution-overview.md → solution-overview.md} +3 -3
  314. package/skills/uipath-tasks/SKILL.md +0 -2
  315. package/skills/uipath-test/SKILL.md +26 -7
  316. package/skills/uipath-troubleshoot/agents/triage.md +6 -4
  317. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/overview.md +55 -0
  318. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/add-queue-item-failed.md +58 -0
  319. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/application-launch-failed.md +56 -0
  320. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/browser-open-or-attach-failed.md +59 -0
  321. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/file-operation-failed.md +60 -0
  322. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/foreach-row-failed.md +56 -0
  323. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/image-target-not-found.md +56 -0
  324. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/invoke-code-failed.md +54 -0
  325. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/invoke-workflow-failed.md +58 -0
  326. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/kill-process-failed.md +49 -0
  327. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/ui-activity-configuration-error.md +80 -0
  328. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/ui-activity-timeout.md +61 -0
  329. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/ui-element-interaction-failed.md +61 -0
  330. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/ui-element-not-found.md +64 -0
  331. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/summary.md +24 -0
  332. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/read-range-file-locked.md +142 -0
  333. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/read-range-file-not-found.md +140 -0
  334. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/read-range-null-reference.md +119 -0
  335. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/read-range-sheet-not-found.md +146 -0
  336. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/write-cell-failures.md +131 -0
  337. package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/summary.md +5 -0
  338. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/investigation_guide.md +1 -0
  339. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/overview.md +16 -0
  340. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/activity-configuration-error.md +42 -0
  341. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/ambiguous-selector.md +131 -0
  342. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/application-not-found.md +84 -0
  343. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/application-open-failed.md +46 -0
  344. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/browser-navigation-failed.md +45 -0
  345. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/click-coordinate-off-screen.md +120 -0
  346. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/disabled-element.md +0 -2
  347. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/element-found-not-actionable.md +43 -0
  348. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/healing-agent-no-license.md +12 -12
  349. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/healing-agent-orch-issues.md +108 -0
  350. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/inject-js-failed.md +41 -0
  351. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +7 -0
  352. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/select-item-no-items.md +37 -0
  353. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/selector-failure-manual.md +2 -0
  354. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/timeout-issue.md +2 -2
  355. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/verify-execution-failure.md +120 -0
  356. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/wrong-target-application.md +41 -0
  357. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/summary.md +12 -0
  358. package/skills/uipath-troubleshoot/references/products/agents/playbooks/guardrail-violation.md +111 -0
  359. package/skills/uipath-troubleshoot/references/products/agents/playbooks/is-connection-disabled.md +90 -0
  360. package/skills/uipath-troubleshoot/references/products/agents/playbooks/is-invalid-credentials.md +123 -0
  361. package/skills/uipath-troubleshoot/references/products/agents/playbooks/is-invalid-element-instance.md +96 -0
  362. package/skills/uipath-troubleshoot/references/products/agents/playbooks/llm-insufficient-information.md +1 -1
  363. package/skills/uipath-troubleshoot/references/products/agents/summary.md +4 -0
  364. package/skills/uipath-troubleshoot/references/products/orchestrator/investigation_guide.md +7 -7
  365. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-pending-no-host.md +3 -1
  366. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-pending-stale-dispatch.md +2 -0
  367. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-stopped-exit-code-0x40010004.md +104 -0
  368. package/skills/uipath-troubleshoot/references/products/orchestrator/summary.md +1 -0
  369. package/skills/uipath-troubleshoot/references/summary.md +10 -1
  370. package/version-manifest.json +2 -2
  371. package/skills/uipath-ixp/SKILL.md +0 -84
  372. package/skills/uipath-ixp/references/cli-reference.md +0 -113
  373. package/skills/uipath-ixp/references/improve-prompts-guide.md +0 -283
  374. package/skills/uipath-ixp/references/label-documents-guide.md +0 -175
  375. package/skills/uipath-ixp/references/project-setup-guide.md +0 -90
  376. package/skills/uipath-maestro-case/references/plugins/edges/impl-json.md +0 -152
  377. package/skills/uipath-maestro-case/references/plugins/edges/planning.md +0 -93
  378. /package/skills/{uipath-solution/references/design → uipath-planner/references}/package-selection-guide.md +0 -0
  379. /package/skills/{uipath-solution/references/design → uipath-planner/references}/pdd-analysis-guide.md +0 -0
  380. /package/skills/uipath-solution/references/{operate/scenarios → scenarios}/failure-modes.md +0 -0
@@ -9,7 +9,7 @@
9
9
  "name": "uipath",
10
10
  "source": "./",
11
11
  "description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath workflows, UI automation, UI testing and UiPath troubleshoot",
12
- "version": "0.0.32",
12
+ "version": "0.0.34",
13
13
  "author": {
14
14
  "name": "UiPath"
15
15
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uipath",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath RPA workflows, UI automation, UI testing, Python coded agents and UiPath troubleshoot",
5
5
  "author": {
6
6
  "name": "UiPath"
package/CODEOWNERS CHANGED
@@ -2,7 +2,7 @@
2
2
  * @gabrielavaduva @AlvinStanescu @marius-bughiu @RaduAna-Maria @uipreliga @dmetzgar @rockymadden @gozhang2 @smflorentino
3
3
 
4
4
  # CI workflows and review config
5
- /.github/ @uipreliga
5
+ /.github/ @uipreliga @bai-uipath @akshaylive
6
6
 
7
7
  # Hooks
8
8
  /hooks/ @DragosUnguru @RaduAna-Maria
@@ -22,6 +22,7 @@
22
22
  # RPA skill (coded + XAML workflows)
23
23
  /skills/uipath-rpa/ @DragosUnguru @RaduAna-Maria @gabrielavaduva @AlvinStanescu @Mihaiii
24
24
  /skills/uipath-rpa/references/coded/integration-service-guide.md @baishalighosh @ojalkumar-pixel @shyamgupta52
25
+ /tests/tasks/uipath-rpa/ @DragosUnguru @RaduAna-Maria @gabrielavaduva @AlvinStanescu @Mihaiii
25
26
 
26
27
  # Platform skill
27
28
  /skills/uipath-platform/ @gabrielavaduva @alexenica @andreiopr @vlad-voinea-uipath @emanueldejanu @gcoman @puscasu-ion-daniel @razvalex @aeremencu @alinahornet @DinuDanNicolae @florin-munteanu-uipath @StefanPopaUi @razvanpotcoveanu @vladbucur-8 @busesorin94 @dmorosanu @MarinRzv @vladimir-cozma @UiPath/team-merlot @UiPath/team-orange
@@ -58,15 +59,18 @@
58
59
  /tests/tasks/uipath-agents/lowcode/guardrails/ @apetraru-uipath @valentinabojan @ctiliescuuipath
59
60
  /tests/tasks/uipath-agents/coded/guardrails/ @apetraru-uipath @valentinabojan @ctiliescuuipath
60
61
 
61
- # Planner skill
62
+ # Planner skill (PDD → SDD design + multi-skill task planning)
62
63
  /skills/uipath-planner/ @RaduAna-Maria
64
+ /tests/tasks/uipath-planner/ @RaduAna-Maria
63
65
 
64
- # Solution skill (design + uip solution lifecycle)
65
- /skills/uipath-solution/ @RaduAna-Maria @UiPath/team-merlot @UiPath/team-orange
66
- /tests/tasks/uipath-solution/ @RaduAna-Maria @UiPath/team-merlot @UiPath/team-orange
66
+ # Solution skill (uip solution lifecycle)
67
+ /skills/uipath-solution/ @UiPath/team-merlot @UiPath/team-orange
68
+ /tests/tasks/uipath-solution/ @UiPath/team-merlot @UiPath/team-orange
67
69
 
68
70
  # Flow skill
69
71
  /skills/uipath-maestro-flow/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh
72
+ # Flow test tasks (general) — more specific subfolder rules below override this
73
+ /tests/tasks/uipath-maestro-flow/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh
70
74
 
71
75
  # Context grounding team — flow plugins (Summarize/Batch Transform) + tasks
72
76
  /skills/uipath-maestro-flow/references/author/references/plugins/summarize/ @gcuip @JeremyReist2 @cfauchere @CalebMartinUiPath @jordan-uipath @eteodorovici @pateljay43 @swathiJayav
@@ -77,7 +81,8 @@
77
81
  /skills/uipath-maestro-bpmn/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh
78
82
  /tests/tasks/uipath-maestro-bpmn/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh
79
83
  # API Workflow skill
80
- /skills/uipath-api-workflow/ @rares-baesu-uipath
84
+ /skills/uipath-api-workflow/ @rares-baesu-uipath @liviubobocu @mirastroie
85
+ /tests/tasks/uipath-api-workflow/ @rares-baesu-uipath @liviubobocu @mirastroie
81
86
 
82
87
  # HITL skill
83
88
  /skills/uipath-human-in-the-loop/ @dushyant-uipath
@@ -89,6 +94,7 @@
89
94
 
90
95
  # Coded Apps skill
91
96
  /skills/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354
97
+ /tests/tasks/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354
92
98
 
93
99
  # Flow skill — plugin guides (away team owned)
94
100
  # Add your team here when contributing a new plugin category
@@ -103,6 +109,7 @@
103
109
 
104
110
  # Review skill
105
111
  /skills/uipath-review/ @AlvinStanescu @gabrielavaduva @roalexandru
112
+ /tests/tasks/uipath-review/ @AlvinStanescu @gabrielavaduva @roalexandru
106
113
 
107
114
  # Legacy RPA — merged into uipath-rpa
108
115
  /skills/uipath-rpa/references/legacy/ @roalexandru @DragosUnguru @RaduAna-Maria @gabrielavaduva @AlvinStanescu @Mihaiii
@@ -132,10 +139,9 @@
132
139
  /skills/uipath-admin/ @sriramva-uipath @bansal-anushree @jianjunwang2 @t-hsia @ZuerWang99 @litheon @IsabellaCapriottiUIPath @uipathswapnil @ashleyetheridge @yadvender-uipath @CalinMPopa @chandhanshanth
133
140
  /tests/tasks/uipath-admin/ @sriramva-uipath @bansal-anushree @jianjunwang2 @t-hsia @ZuerWang99 @litheon @IsabellaCapriottiUIPath @uipathswapnil @ashleyetheridge @yadvender-uipath @CalinMPopa @chandhanshanth
134
141
 
135
- # IXP skill
136
- /skills/uipath-ixp/ @cezara98t @paul-ciobanu @misupantea-uipath @andrei-uipath
137
- /skills/uipath-ixp/ @cezara98t @paul-ciobanu @misupantea-uipath @andrei-uipath
138
- /tests/tasks/uipath-ixp/ @cezara98t @paul-ciobanu @misupantea-uipath @andrei-uipath
139
142
  # MCP skill (UiPath AgentHub MCP server registration + tool authoring)
140
143
  /skills/uipath-mcp-servers/ @cosminpaunel @UiPath/team-coded-agents
141
144
  /tests/tasks/uipath-mcp-servers/ @cosminpaunel @UiPath/team-coded-agents
145
+
146
+ # Automation Discovery skill
147
+ /skills/uipath-automation-discovery/ @uisherif
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm -g install @uipath/cli
14
14
  uip skills install
15
15
  ```
16
16
 
17
- Select the skills you need from the wizard. Skills are installed into your coding agent's directory and ready to use.
17
+ `uip skills install` finds the AI coding agents installed on your machine and installs the skills for all of them, into each agent's directory, ready to use. If it can't find any agent, it asks which one to target. To install for just one agent, pass `--agent <name>` (e.g. `--agent claude`).
18
18
 
19
19
  <details>
20
20
  <summary>Don't have Node.js installed?</summary>
@@ -62,8 +62,8 @@ The repository ships skills covering authoring, platform operations, and diagnos
62
62
 
63
63
  | Skill | Description |
64
64
  |-------|-------------|
65
- | **uipath-solution** | Solution lifecycle (`.uipx`)author SDD from PDD, then `uip solution init/pack/publish/deploy/activate`. |
66
- | **uipath-planner** | Multi-skill task plannerreads SDDs or non-PDD requests and derives an executable task list across the other skills. |
65
+ | **uipath-planner** | Solution planner & designer turn a Process Design Document into an implementation-ready Solution Design Document (SDD), then derive an executable multi-skill task list across the other skills. |
66
+ | **uipath-solution** | Solution lifecycle (`.uipx`)`uip solution init/pack/publish/deploy/activate`. |
67
67
  | **uipath-review** | Read-only auditor — structural, quality, and best-practice review across RPA, agents, flows, BPMN, coded apps, and solutions. |
68
68
 
69
69
  ### Platform & Operations
@@ -81,6 +81,41 @@ The repository ships skills covering authoring, platform operations, and diagnos
81
81
  | **uipath-troubleshoot** | Root-cause investigation across any UiPath product — errors, failures, regressions, stuck jobs, traces, incidents. |
82
82
  | **uipath-feedback** | Submit bug reports and improvement suggestions via `uip feedback send`. |
83
83
 
84
+ ### Lifecycle Status
85
+
86
+ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-status.json) — the source of truth. The table below is generated; refresh it with `python3 scripts/check-skill-status.py --write-readme`.
87
+
88
+ <!-- BEGIN GENERATED SKILL STATUS -->
89
+ | Skill | Status |
90
+ |-------|--------|
91
+ | `uipath-admin` | In-development |
92
+ | `uipath-agents` | In-development |
93
+ | `uipath-api-workflow` | In-development |
94
+ | `uipath-automation-discovery` | Preview |
95
+ | `uipath-coded-apps` | Preview |
96
+ | `uipath-data-fabric` | In-development |
97
+ | `uipath-feedback` | Stable |
98
+ | `uipath-governance` | In-development |
99
+ | `uipath-human-in-the-loop` | In-development |
100
+ | `uipath-maestro-bpmn` | In-development |
101
+ | `uipath-maestro-case` | In-development |
102
+ | `uipath-maestro-flow` | In-development |
103
+ | `uipath-mcp-servers` | In-development |
104
+ | `uipath-planner` | Preview |
105
+ | `uipath-platform` | Preview |
106
+ | `uipath-review` | Preview |
107
+ | `uipath-rpa` | Preview |
108
+ | `uipath-solution` | Preview |
109
+ | `uipath-tasks` | Preview |
110
+ | `uipath-test` | In-development |
111
+ | `uipath-troubleshoot` | Preview |
112
+
113
+ **Status legend:**
114
+ - **Stable** — Stable, production-ready surface; safe for production.
115
+ - **Preview** — Not yet stable; may be broadly available or gated/allowlisted, and surface and behavior may change.
116
+ - **In-development** — Skill itself is incomplete or unstable; coverage is partial.
117
+ <!-- END GENERATED SKILL STATUS -->
118
+
84
119
  ## Agents
85
120
 
86
121
  | Agent | Description |
@@ -111,7 +146,7 @@ The command prints the recommended JSON and offers to merge it into your setting
111
146
 
112
147
  ### Google Gemini CLI
113
148
 
114
- Gemini CLI is supported by `uip skills install` pick **Gemini CLI** when the wizard prompts for a target and skills are wired up automatically.
149
+ Gemini CLI is supported by `uip skills install`. If the Gemini CLI is on your PATH, it's detected automatically and skills are wired up. If no agent is detected, pick **Gemini CLI** when prompted.
115
150
 
116
151
  ### OpenAI Codex CLI
117
152
 
@@ -0,0 +1,189 @@
1
+ {
2
+ "generated_at": "2026-05-27T00:00:00Z",
3
+ "source": "manual",
4
+ "schema_version": 1,
5
+ "statuses": {
6
+ "stable": {
7
+ "label": "Stable",
8
+ "meaning": "Stable, production-ready surface; safe for production."
9
+ },
10
+ "preview": {
11
+ "label": "Preview",
12
+ "meaning": "Not yet stable; may be broadly available or gated/allowlisted, and surface and behavior may change."
13
+ },
14
+ "in-development": {
15
+ "label": "In-development",
16
+ "meaning": "Skill itself is incomplete or unstable; coverage is partial."
17
+ }
18
+ },
19
+ "skills": {
20
+ "uipath-admin": {
21
+ "status": "in-development",
22
+ "confluence": {
23
+ "page_id": null,
24
+ "url": null
25
+ },
26
+ "last_synced": null
27
+ },
28
+ "uipath-agents": {
29
+ "status": "in-development",
30
+ "confluence": {
31
+ "page_id": null,
32
+ "url": null
33
+ },
34
+ "last_synced": null
35
+ },
36
+ "uipath-api-workflow": {
37
+ "status": "in-development",
38
+ "confluence": {
39
+ "page_id": null,
40
+ "url": null
41
+ },
42
+ "last_synced": null
43
+ },
44
+ "uipath-automation-discovery": {
45
+ "status": "preview",
46
+ "confluence": {
47
+ "page_id": null,
48
+ "url": null
49
+ },
50
+ "last_synced": null
51
+ },
52
+ "uipath-coded-apps": {
53
+ "status": "preview",
54
+ "confluence": {
55
+ "page_id": null,
56
+ "url": null
57
+ },
58
+ "last_synced": null
59
+ },
60
+ "uipath-data-fabric": {
61
+ "status": "in-development",
62
+ "confluence": {
63
+ "page_id": null,
64
+ "url": null
65
+ },
66
+ "last_synced": null
67
+ },
68
+ "uipath-feedback": {
69
+ "status": "stable",
70
+ "confluence": {
71
+ "page_id": null,
72
+ "url": null
73
+ },
74
+ "last_synced": null
75
+ },
76
+ "uipath-governance": {
77
+ "status": "in-development",
78
+ "confluence": {
79
+ "page_id": null,
80
+ "url": null
81
+ },
82
+ "last_synced": null
83
+ },
84
+ "uipath-human-in-the-loop": {
85
+ "status": "in-development",
86
+ "confluence": {
87
+ "page_id": null,
88
+ "url": null
89
+ },
90
+ "last_synced": null
91
+ },
92
+ "uipath-maestro-bpmn": {
93
+ "status": "in-development",
94
+ "confluence": {
95
+ "page_id": null,
96
+ "url": null
97
+ },
98
+ "last_synced": null
99
+ },
100
+ "uipath-maestro-case": {
101
+ "status": "in-development",
102
+ "confluence": {
103
+ "page_id": null,
104
+ "url": null
105
+ },
106
+ "last_synced": null
107
+ },
108
+ "uipath-maestro-flow": {
109
+ "status": "in-development",
110
+ "confluence": {
111
+ "page_id": null,
112
+ "url": null
113
+ },
114
+ "last_synced": null
115
+ },
116
+ "uipath-mcp-servers": {
117
+ "status": "in-development",
118
+ "confluence": {
119
+ "page_id": null,
120
+ "url": null
121
+ },
122
+ "last_synced": null
123
+ },
124
+ "uipath-planner": {
125
+ "status": "preview",
126
+ "confluence": {
127
+ "page_id": null,
128
+ "url": null
129
+ },
130
+ "last_synced": null
131
+ },
132
+ "uipath-platform": {
133
+ "status": "preview",
134
+ "confluence": {
135
+ "page_id": null,
136
+ "url": null
137
+ },
138
+ "last_synced": null
139
+ },
140
+ "uipath-review": {
141
+ "status": "preview",
142
+ "confluence": {
143
+ "page_id": null,
144
+ "url": null
145
+ },
146
+ "last_synced": null
147
+ },
148
+ "uipath-rpa": {
149
+ "status": "preview",
150
+ "confluence": {
151
+ "page_id": null,
152
+ "url": null
153
+ },
154
+ "last_synced": null
155
+ },
156
+ "uipath-solution": {
157
+ "status": "preview",
158
+ "confluence": {
159
+ "page_id": null,
160
+ "url": null
161
+ },
162
+ "last_synced": null
163
+ },
164
+ "uipath-tasks": {
165
+ "status": "preview",
166
+ "confluence": {
167
+ "page_id": null,
168
+ "url": null
169
+ },
170
+ "last_synced": null
171
+ },
172
+ "uipath-test": {
173
+ "status": "in-development",
174
+ "confluence": {
175
+ "page_id": null,
176
+ "url": null
177
+ },
178
+ "last_synced": null
179
+ },
180
+ "uipath-troubleshoot": {
181
+ "status": "preview",
182
+ "confluence": {
183
+ "page_id": null,
184
+ "url": null
185
+ },
186
+ "last_synced": null
187
+ }
188
+ }
189
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "generated_at": "2026-06-03T05:43:54Z",
3
- "cli_version": "1.2.0-alpha.20260602.7377",
2
+ "generated_at": "2026-06-15T05:52:07Z",
3
+ "cli_version": "1.196.0-alpha.20260614.7519",
4
4
  "verbs": [
5
5
  "admin",
6
6
  "admin audit",
@@ -146,6 +146,7 @@
146
146
  "agent context add",
147
147
  "agent context list",
148
148
  "agent context remove",
149
+ "agent debug",
149
150
  "agent deploy",
150
151
  "agent escalation",
151
152
  "agent escalation add",
@@ -189,7 +190,8 @@
189
190
  "agent memory item remove",
190
191
  "agent memory list",
191
192
  "agent memory remove",
192
- "agent migrate",
193
+ "agent model",
194
+ "agent model list",
193
195
  "agent output",
194
196
  "agent output add",
195
197
  "agent output remove",
@@ -197,6 +199,8 @@
197
199
  "agent publish",
198
200
  "agent pull",
199
201
  "agent push",
202
+ "agent refresh",
203
+ "agent review",
200
204
  "agent run",
201
205
  "agent run list",
202
206
  "agent run start",
@@ -329,6 +333,30 @@
329
333
  "config get",
330
334
  "config set",
331
335
  "context-grounding",
336
+ "conversational",
337
+ "conversational agents",
338
+ "conversational agents get",
339
+ "conversational agents list",
340
+ "conversational chat",
341
+ "conversational conversations",
342
+ "conversational conversations attachments",
343
+ "conversational conversations attachments get-uri",
344
+ "conversational conversations attachments upload",
345
+ "conversational conversations create",
346
+ "conversational conversations delete",
347
+ "conversational conversations get",
348
+ "conversational conversations list",
349
+ "conversational conversations update",
350
+ "conversational exchanges",
351
+ "conversational exchanges feedback",
352
+ "conversational exchanges get",
353
+ "conversational exchanges list",
354
+ "conversational messages",
355
+ "conversational messages get",
356
+ "conversational messages get-content-part",
357
+ "conversational user-settings",
358
+ "conversational user-settings get",
359
+ "conversational user-settings update",
332
360
  "df",
333
361
  "df choice-set-values",
334
362
  "df choice-set-values create",
@@ -412,6 +440,16 @@
412
440
  "gov aops-policy template get",
413
441
  "gov aops-policy template list",
414
442
  "gov aops-policy update",
443
+ "gov compliance-packs",
444
+ "gov compliance-packs catalog",
445
+ "gov compliance-packs catalog get",
446
+ "gov compliance-packs catalog list",
447
+ "gov compliance-packs state",
448
+ "gov compliance-packs state coverage",
449
+ "gov compliance-packs state disable",
450
+ "gov compliance-packs state enable",
451
+ "gov compliance-packs state get",
452
+ "gov compliance-packs state list",
415
453
  "insights",
416
454
  "insights jobs",
417
455
  "insights jobs completed-timeline",
@@ -489,6 +527,7 @@
489
527
  "ixp projects",
490
528
  "ixp projects configure-model",
491
529
  "ixp projects create",
530
+ "ixp projects delete",
492
531
  "ixp projects get",
493
532
  "ixp projects get-metrics",
494
533
  "ixp projects get-taxonomy",
@@ -850,16 +889,18 @@
850
889
  "or credential-stores",
851
890
  "or credential-stores get",
852
891
  "or credential-stores list",
892
+ "or eval",
893
+ "or eval run-offline-evals",
853
894
  "or feeds",
854
895
  "or feeds list",
855
896
  "or folders",
856
897
  "or folders create",
857
898
  "or folders delete",
858
- "or folders edit",
859
899
  "or folders get",
860
900
  "or folders list",
861
901
  "or folders move",
862
902
  "or folders runtimes",
903
+ "or folders update",
863
904
  "or jobs",
864
905
  "or jobs get",
865
906
  "or jobs healing-data",
@@ -886,10 +927,10 @@
886
927
  "or machines assign",
887
928
  "or machines create",
888
929
  "or machines delete",
889
- "or machines edit",
890
930
  "or machines get",
891
931
  "or machines list",
892
932
  "or machines unassign",
933
+ "or machines update",
893
934
  "or packages",
894
935
  "or packages download",
895
936
  "or packages entry-points",
@@ -900,11 +941,11 @@
900
941
  "or processes",
901
942
  "or processes create",
902
943
  "or processes delete",
903
- "or processes edit",
904
944
  "or processes get",
905
945
  "or processes list",
906
946
  "or processes resources",
907
947
  "or processes rollback",
948
+ "or processes update",
908
949
  "or processes update-version",
909
950
  "or processes version-history",
910
951
  "or queue-items",
@@ -918,11 +959,8 @@
918
959
  "or queue-items get-reviewers",
919
960
  "or queue-items has-video",
920
961
  "or queue-items list",
921
- "or queue-items set-progress",
922
- "or queue-items set-result",
923
962
  "or queue-items set-review-status",
924
963
  "or queue-items set-reviewer",
925
- "or queue-items start-transaction",
926
964
  "or queue-items unset-reviewer",
927
965
  "or queue-items update",
928
966
  "or queues",
@@ -939,11 +977,11 @@
939
977
  "or roles assign",
940
978
  "or roles create",
941
979
  "or roles delete",
942
- "or roles edit",
943
980
  "or roles get",
944
981
  "or roles list",
945
982
  "or roles permissions",
946
983
  "or roles permissions list",
984
+ "or roles update",
947
985
  "or roles user-permissions",
948
986
  "or roles user-permissions list",
949
987
  "or roles user-roles",
@@ -980,13 +1018,13 @@
980
1018
  "or users assign",
981
1019
  "or users assign-roles",
982
1020
  "or users current",
983
- "or users edit",
984
1021
  "or users get",
985
1022
  "or users import",
986
1023
  "or users list",
987
1024
  "or users list-available",
988
1025
  "or users list-in-folder",
989
1026
  "or users unassign",
1027
+ "or users update",
990
1028
  "or webhooks",
991
1029
  "or webhooks create",
992
1030
  "or webhooks delete",
@@ -1013,85 +1051,6 @@
1013
1051
  "platform users licenses available",
1014
1052
  "platform users licenses get",
1015
1053
  "platform users licenses set",
1016
- "resource",
1017
- "resource assets",
1018
- "resource assets create",
1019
- "resource assets delete",
1020
- "resource assets get",
1021
- "resource assets get-asset-value",
1022
- "resource assets get-folders",
1023
- "resource assets list",
1024
- "resource assets share",
1025
- "resource assets unshare",
1026
- "resource assets update",
1027
- "resource bucket-files",
1028
- "resource bucket-files delete",
1029
- "resource bucket-files download",
1030
- "resource bucket-files get",
1031
- "resource bucket-files get-download-url",
1032
- "resource bucket-files get-upload-url",
1033
- "resource bucket-files list",
1034
- "resource bucket-files list-dirs",
1035
- "resource bucket-files upload",
1036
- "resource buckets",
1037
- "resource buckets create",
1038
- "resource buckets delete",
1039
- "resource buckets get",
1040
- "resource buckets list",
1041
- "resource buckets list-folders",
1042
- "resource buckets share",
1043
- "resource buckets unshare",
1044
- "resource buckets update",
1045
- "resource libraries",
1046
- "resource libraries delete",
1047
- "resource libraries download",
1048
- "resource libraries get",
1049
- "resource libraries list",
1050
- "resource libraries upload",
1051
- "resource libraries versions",
1052
- "resource queue-items",
1053
- "resource queue-items add",
1054
- "resource queue-items bulk-add",
1055
- "resource queue-items delete",
1056
- "resource queue-items delete-bulk",
1057
- "resource queue-items get",
1058
- "resource queue-items get-history",
1059
- "resource queue-items get-last-retry",
1060
- "resource queue-items get-reviewers",
1061
- "resource queue-items has-video",
1062
- "resource queue-items list",
1063
- "resource queue-items set-progress",
1064
- "resource queue-items set-result",
1065
- "resource queue-items set-review-status",
1066
- "resource queue-items set-reviewer",
1067
- "resource queue-items start-transaction",
1068
- "resource queue-items unset-reviewer",
1069
- "resource queue-items update",
1070
- "resource queues",
1071
- "resource queues create",
1072
- "resource queues delete",
1073
- "resource queues get",
1074
- "resource queues get-folders",
1075
- "resource queues get-stats",
1076
- "resource queues list",
1077
- "resource queues share",
1078
- "resource queues unshare",
1079
- "resource queues update",
1080
- "resource triggers",
1081
- "resource triggers create",
1082
- "resource triggers delete",
1083
- "resource triggers get",
1084
- "resource triggers history",
1085
- "resource triggers list",
1086
- "resource triggers update",
1087
- "resource webhooks",
1088
- "resource webhooks create",
1089
- "resource webhooks delete",
1090
- "resource webhooks event-types",
1091
- "resource webhooks get",
1092
- "resource webhooks list",
1093
- "resource webhooks ping",
1094
- "resource webhooks update",
1095
1054
  "rpa",
1096
1055
  "rpa-legacy",
1097
1056
  "rpa-legacy debug",
@@ -1135,13 +1094,13 @@
1135
1094
  "solution project remove",
1136
1095
  "solution project resync",
1137
1096
  "solution publish",
1138
- "solution resource",
1139
- "solution resource add",
1140
- "solution resource edit",
1141
- "solution resource get",
1142
- "solution resource list",
1143
- "solution resource refresh",
1144
- "solution resource remove",
1097
+ "solution resources",
1098
+ "solution resources add",
1099
+ "solution resources edit",
1100
+ "solution resources get",
1101
+ "solution resources list",
1102
+ "solution resources refresh",
1103
+ "solution resources remove",
1145
1104
  "solution upload",
1146
1105
  "tasks",
1147
1106
  "tasks assign",
@@ -1154,6 +1113,7 @@
1154
1113
  "tm",
1155
1114
  "tm attachment",
1156
1115
  "tm attachment download",
1116
+ "tm attachment upload",
1157
1117
  "tm customfield",
1158
1118
  "tm customfield create",
1159
1119
  "tm customfield delete",
@@ -1196,6 +1156,16 @@
1196
1156
  "tm project update",
1197
1157
  "tm report",
1198
1158
  "tm report get",
1159
+ "tm requirements",
1160
+ "tm requirements create",
1161
+ "tm requirements delete",
1162
+ "tm requirements export",
1163
+ "tm requirements get",
1164
+ "tm requirements list",
1165
+ "tm requirements list-by-test-execution",
1166
+ "tm requirements list-testcase-ids",
1167
+ "tm requirements testcases",
1168
+ "tm requirements update",
1199
1169
  "tm result",
1200
1170
  "tm result download",
1201
1171
  "tm testcaselog",