SkillAgentSearch skills...

dataverse-python-quickstart

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

Install / Use

npx skills add github/awesome-copilot --skill dataverse-python-quickstart

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

60/100

Supported Platforms

Universal

Our assessment of dataverse-python-quickstart

dataverse-python-quickstart scores 60/100 on our quality scale, 1460th of 1,999 Development & Engineering skills we index.

Its SKILL.md is 652 bytes long, written without headings and no code examples: fairly brief, so expect to fill in details yourself.

With 39,348 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
0/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so dataverse-python-quickstart is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

dataverse-python-quickstart compared with similar skills

All 4 of these similar skills score higher than dataverse-python-quickstart; compare them before choosing.

SkillScoreStarsUpdatedFormat
dataverse-python-quickstart (this skill)by github6039.3k2d agoSKILL.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
headroomby headroomlabs-ai10073.8ktodayCLAUDE.md
ai-job-searchby MadsLorentzen10044.0k5d agoCLAUDE.md
claude-howtoby luongnv8910041.7ktodayCLAUDE.md

Frequently asked questions

How do I install dataverse-python-quickstart?
Run npx skills add github/awesome-copilot --skill dataverse-python-quickstart. The install tabs above show the steps for each supported agent.
Which AI agents does dataverse-python-quickstart work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is dataverse-python-quickstart safe to use?
It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is dataverse-python-quickstart still maintained?
The repository was last updated 2 days ago, so dataverse-python-quickstart is actively maintained.

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.

Related Skills

View on GitHub
GitHub Stars39.3k
CategoryDevelopment
Updated2d ago
Forks5.0k

Languages

JavaScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions