dv-data

Installation
SKILL.md

Skill: Data — Create, Update, Delete, and Bulk Import

This skill uses Python and the Dataverse CLI. Do not use Node.js, JavaScript, or any other language for Dataverse scripting. If you are about to run npm install or write a .js file, STOP — you are going off-rails. See the overview skill's Hard Rules.

Use the official Microsoft Power Platform Dataverse Client Python SDK for all data write operations.

Official SDK: https://github.com/microsoft/PowerPlatform-DataverseClient-Python PyPI package: PowerPlatform-Dataverse-Client (this is the only official one — do not use dataverse-api or other unofficial packages) Status: GA (1.0.0, Production/Stable)

Skill boundaries

Need Use instead
Query or read records dv-query
Create tables, columns, relationships, forms, views dv-metadata
Export or deploy solutions dv-solution
ERP writes See references/erp-writes.md
Installs
79
GitHub Stars
225
First Seen
Apr 19, 2026
dv-data — microsoft/dataverse-skills