msstore-cli

Manage Microsoft Store publishing and lifecycle via msstore CLI and Partner APIs.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill msstore-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msstore-cli
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/msstore-cli
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill msstore-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of publishing and managing applications in the Microsoft Store, streamlining your development workflow.

Core Features & Use Cases

  • Automated Publishing: Configure credentials, list apps, check submission status, publish new versions, and manage package flights.
  • Multi-Platform Support: Works with Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically publish new releases of your Windows application to the Microsoft Store whenever a new version is tagged.

Quick Start

Use the msstore-cli skill to reconfigure your Store credentials using your tenant ID, seller ID, client ID, and client secret.

Frequently Asked Questions about msstore-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing Windows apps to the Microsoft Store in my CI/CD pipeline?

You can automate publishing Windows apps to the Microsoft Store by integrating the msstore-cli into your CI/CD pipeline to configure credentials, check submission status, and automatically publish new releases when a new version is tagged.

Can I publish a Flutter or React Native app to the Microsoft Store using the msstore-cli?

Yes, you can publish Flutter, React Native, Electron, PWA, Windows App SDK/WinUI, UWP, and .NET MAUI apps to the Microsoft Store using the msstore-cli, which supports various application frameworks.

How do I configure Partner Center credentials for automated Store submissions?

To configure Partner Center credentials for automated Store submissions, you reconfigure your Store credentials in the msstore-cli using your tenant ID, seller ID, client ID, and client secret.

How do I manage package flights for my Windows application from the command line?

You can manage package flights for your Windows application by using the msstore-cli to handle the publishing lifecycle, which includes listing apps, checking submission status, and managing flights via Partner Center APIs.

What is the process for checking my Microsoft Store submission status programmatically?

Checking your Microsoft Store submission status programmatically involves using the msstore-cli to query the Partner Center APIs, allowing you to monitor the lifecycle and submission status of your Windows applications automatically.