Msstore Cli
Msstore Cli provides a command-line interface for interacting with the Msstore platform, streamlining automation and scripting tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add msstore-cli npx -- -y @trustedskills/msstore-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"msstore-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/msstore-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The msstore-cli tool allows users to interact with Microsoft Store APIs directly from the command line. It enables actions such as searching for apps, retrieving app details, and managing installations or updates through terminal commands.
When to use it
- Automating app management tasks on Windows systems via scripts
- Querying Microsoft Store data without using a graphical interface
- Integrating Microsoft Store functionality into DevOps pipelines or custom tools
Key capabilities
- Search for apps in the Microsoft Store
- Retrieve detailed information about apps
- Install and manage apps from the command line
Example prompts
- "Search for 'VS Code' in the Microsoft Store"
- "Get details about the app with ID '9WZDNCRD80P6'"
- "Install the latest version of Notepad++ from the Microsoft Store"
Tips & gotchas
- Ensure you have administrative privileges when installing apps.
- Some commands may require authentication or a valid Microsoft account token.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.