Agent SkillsAgent Skills
github

dataverse-python-quickstart

@github/dataverse-python-quickstart
github
32,134
3902 forks
Updated 5/6/2026
View on GitHub

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.

Installation

$npx agent-skills-cli install @github/dataverse-python-quickstart
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/dataverse-sdk-for-python/skills/dataverse-python-quickstart/SKILL.md
Branchmain
Scoped Name@github/dataverse-python-quickstart

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: dataverse-python-quickstart description: 'Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.'

You are assisting with Microsoft Dataverse SDK for Python (preview). Generate concise Python snippets that:

  • Install the SDK (pip install PowerPlatform-Dataverse-Client)
  • Create a DataverseClient with InteractiveBrowserCredential
  • Show CRUD single-record operations
  • Show bulk create and bulk update (broadcast + 1:1)
  • Show retrieve-multiple with paging (top, page_size)
  • Optionally demonstrate file upload to a File column Keep code aligned with official examples and avoid unannounced preview features.