agentsclimarketplace

Power platform connect

Skill JohannesBertens/power-platform-skills/skills/power-platform-connect

Check and validate the Power Platform CLI (pac) installation. Use when working with Power Platform, Dataverse, Power Apps, Power Automate, or Dynamics 365. Activates on prompts about pac CLI, Power Platform deployment, environment management, solution packaging, or any Power Platform CLI task.From its SKILL.md

Install
npx -y skills add JohannesBertens/power-platform-skills --skill power-platform-connect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.9 KB, 369 tokens by cl100k_base, as published. Nobody here has run it

Power Platform Connect

Prerequisites Check

Before performing any Power Platform task, run the bootstrap entrypoint to ensure pwsh, .NET SDK, and pac are all present and up to date.

Linux / macOS / WSL

bash skills/power-platform-connect/scripts/ensure-pwsh.sh

Windows

skills\power-platform-connect\scripts\ensure-pwsh.cmd

When pwsh is already available

pwsh skills/power-platform-connect/scripts/check-pac.ps1

Reading the Output

The scripts emit machine-readable status markers that you can act on directly:

MarkerMeaning
STATUS: OKpac is installed and up to date
STATUS: DEGRADED (latest-version-unavailable)pac is installed but latest-version lookup failed; treat as a warning
STATUS: ACTION_REQUIRED (pwsh-missing)PowerShell 7 could not be installed automatically
STATUS: ACTION_REQUIRED (dotnet-missing).NET SDK 10.x could not be installed automatically
STATUS: ACTION_REQUIRED (admin-required)Elevation is needed to install a prerequisite
STATUS: ERROR (pac-install-failed)pac install step failed

When ACTION_REQUIRED or ERROR is emitted, the output also includes:

  • REMEDIATION: — a single actionable sentence
  • NEXT_COMMAND: — the exact command to run next
  • DETAIL: — specific version, path, or failure reason

If an automatic step fails

Follow the NEXT_COMMAND in the output. After completing the manual step, re-run the bootstrap entrypoint to continue.

What ships with it: 8 files

33.8 KB alongside SKILL.md, 7 of them executable

Keep looking

Skills are one crate of 326,401. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.