Coding & Refactoringlow risk

dataverse-python-quickstart

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

github/awesome-copilot·skills/dataverse-python-quickstart/SKILL.md
95/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -y
Personal installation~/.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -g -y
Manual folder.agents/skills/dataverse-python-quickstartOfficial docs ↗
Project installation.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -y
Personal installation~/.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -g -y
Manual folder.claude/skills/dataverse-python-quickstartOfficial docs ↗
Project installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -y
Personal installation~/.copilot/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -g -y
Manual folder.agents/skills/dataverse-python-quickstartOfficial docs ↗
Project installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -y
Personal installation~/.cursor/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -g -y
Manual folder.agents/skills/dataverse-python-quickstartOfficial docs ↗
Project installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -y
Personal installation~/.gemini/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/dataverse-python-quickstart
Manual folder.agents/skills/dataverse-python-quickstartOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
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.