dv-solution

Installation
SKILL.md

Skill: Solution

Create, export, unpack, pack, import, and validate Dataverse solutions via PAC CLI. Includes post-import validation using the Python SDK.

Headless / restricted-egress hosts: use the raw Web API (ExportSolution / ImportSolution) for the online steps. pac solution pack/unpack are local file operations (no auth) but need a host that can run PAC -- do them on a capable machine or CI runner. Verify egress with python scripts/auth.py --check. See dv-connect/references/headless-hosts.md.

Skill boundaries

Need Use instead
Create tables, columns, relationships, forms, views dv-metadata
Create, update, or delete data records dv-data
Query or read records dv-query
Connect to Dataverse / set up MCP dv-connect

Create a New Solution

Installs
68
GitHub Stars
197
First Seen
Mar 23, 2026
dv-solution — microsoft/dataverse-skills