Install
openclaw skills install @partychen/microsoft-learnQuery official Microsoft documentation for concepts, tutorials, best practices, working code samples, API signatures, and SDK troubleshooting. Use whenever the user asks about any Microsoft technology (Azure, .NET, M365, Windows, Power Platform, Teams, Dynamics 365, etc.)—whether understanding a concept, finding a code sample, or debugging Microsoft-related code. Triggers: "how does X work in Azure", "show me code for Y in .NET", "Microsoft docs for Z", or any MS technology question.
openclaw skills install @partychen/microsoft-learnSearch official Microsoft documentation via the mslearn CLI (@microsoft/learn-cli).
npm install -g @microsoft/learn-cli
If not installed, prefix commands with npx @microsoft/learn-cli instead of mslearn.
mslearn search "Azure Functions Python v2 programming model"
Returns up to 10 results with title, URL, and content excerpt.
mslearn code-search "upload file to blob storage" --language csharp
Supported languages: csharp, javascript, typescript, python, powershell, java, go, rust, ruby, php
mslearn fetch "https://learn.microsoft.com/..." [--section "heading"] [--max-chars 5000]
searchcode-search with --languagefetchfetch the URL from search results--json for machine-readable output when chaining with other tools.code-search over search when the user is actively writing code.