
Dataverse
- 4 repo stars
- Updated January 11, 2026
- Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace
Wire Claude into Microsoft Dataverse for CRUD, OData/SQL queries, and table metadata when building Power Platform or Python apps against org data.
About
The dataverse skill packages agent-ready procedural knowledge for Microsoft Dataverse—the low-code data layer behind Dynamics 365 and Power Apps. Developers shipping internal tools, customer portals, or automation on Power Platform use it when they need to create, read, update, and delete records, run OData or SQL-flavored queries, and reason about entity metadata without bouncing between docs and trial-and-error SDK calls. It is aimed at developers who already have an Azure AD–backed environment and want their coding agent to suggest safe query shapes, integration steps, and client patterns for Python services or canvas/model-driven apps. It does not replace tenant admin setup or solution publishing; it accelerates the implementation conversation once credentials and environments exist. Treat outputs as drafts to validate against your org’s security roles and data policies before production writes.
- CRUD and query guidance for Dataverse entities via OData and SQL-style patterns
- Metadata exploration for tables, columns, and relationships before coding automations
- Patterns for Python, Power Platform, and web clients talking to the same org environment
- App-development assistance aligned with Power Factory / enterprise Dataverse workflows
Dataverse by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace/plugin install dataverse@sahib-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | January 11, 2026 |
| Repository | Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace ↗ |
What it does
Wire Claude into Microsoft Dataverse for CRUD, OData/SQL queries, and table metadata when building Power Platform or Python apps against org data.
Files
Microsoft Dataverse integration - CRUD operations, OData/SQL queries, metadata management, and app development assistance for Python, Power Platform, and web applications
dataverse
Source: ./plugins/dataverse
{ "name": "dataverse", "author": { "name": "RSM Power Factory", "email": "powerfactory@rsmus.com" }, "source": "./plugins/dataverse", "version": "0.1.0", "category": "development", "description": "Microsoft Dataverse integration - CRUD operations, OData/SQL queries, metadata management, and app development assistance for Python, Power Platform, and web applications" }