uipath-data-fabric
Installation
SKILL.md
UiPath Data Fabric — Agent Skill
Data Fabric is UiPath's structured data store. Entities are typed schemas; records are rows; file fields store binary attachments.
All operations go through uip df <subject> <verb> --output json.
When to Use
- Creating or modifying entity schemas (add fields, update metadata)
- Reading, inserting, updating, or deleting records
- Filtering records with complex predicates
- Computing aggregate metrics for dashboards / KPIs (counts, sums, averages, group-by) — see references/records-query.md
- Importing bulk data from CSV files
- Uploading or downloading file attachments on records