Plugin
power-pages
Plugin Version
Latest
Skill / Command
power platform skills
Bug Description
Attempting to install the marketplace either through claude directly "/plugin add marketplace microsoft/power-platform-skills" or using iwr with Powershell results in the same issue:
Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'
Attempted across multiple different machines and even home PC - same issue.
Steps to Reproduce
- Ensure marketplace is not already installed
- begin claude session
- run command "/plugin marketplace add microsoft/power-platform-skills"
- See error
Alternative:
- Open Powershell terminal with Admin rights
- Execute: "iwr https://raw.githubusercontent.com/microsoft/power-platform-skills/main/scripts/install.js -OutFile install.js; node install.js; del install.js"
- If pre-requisites are satisfied (may take multiple runs) - you'll see the same JSON parse error.
Expected Behavior
Local folder "C:\Users\xx.claude\plugins\marketplaces" should successfully contain the power platform skills marketplace and you should then be able to install the plugins from that marketplace.
Actual Behavior
Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'
Relevant Logs / Screenshots
Environment
- OS: Windows 11
- Claude: v2.1.183
- Pac: v2.8.1
Plugin
power-pages
Plugin Version
Latest
Skill / Command
power platform skills
Bug Description
Attempting to install the marketplace either through claude directly "/plugin add marketplace microsoft/power-platform-skills" or using iwr with Powershell results in the same issue:
Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'
Attempted across multiple different machines and even home PC - same issue.
Steps to Reproduce
Alternative:
Expected Behavior
Local folder "C:\Users\xx.claude\plugins\marketplaces" should successfully contain the power platform skills marketplace and you should then be able to install the plugins from that marketplace.
Actual Behavior
Failed to parse marketplace file at C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: Invalid JSON in C:\Users\xx.claude\plugins\marketplaces\microsoft-power-platform-skills.claude-plugin\marketplace.json: JSON Parse error: Unexpected token '.'
Relevant Logs / Screenshots
Environment