← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install microsoft-learn
Description
Query official Microsoft documentation for concepts, tutorials, best practices, working code samples, API signatures, and SDK troubleshooting. Use whenever t...
Usage Guidance
This skill is instruction-only and looks coherent for searching Microsoft docs. Before installing or running commands: confirm the npm package '@microsoft/learn-cli' is the official Microsoft package (check the npmjs.org and GitHub project pages), prefer using 'npx' if you don't want a global install, and only run installs in an environment you control. The skill does not request any secrets or access to other system files, but the agent will execute CLI commands if allowed — grant execution rights only in trusted contexts.
Capability Analysis
Type: OpenClaw Skill
Name: microsoft-learn
Version: 1.1.0
The skill bundle provides instructions for an AI agent to interact with Microsoft documentation using a CLI tool (@microsoft/learn-cli). The commands (search, code-search, fetch) and their parameters are consistent with the stated purpose of querying official documentation, and there are no indicators of data exfiltration, malicious execution, or harmful prompt injection in skill.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description promise (search Microsoft documentation, find code samples, fetch pages) matches the instructions to use the mslearn CLI. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md restricts runtime actions to running mslearn search/code-search/fetch (or invoking via npx) against Microsoft docs URLs and returning results. It does not instruct reading other system files, unrelated environment variables, or exfiltrating data to third-party endpoints.
Install Mechanism
No packaged install spec is included (instruction-only). The guide recommends 'npm install -g @microsoft/learn-cli' or using 'npx', which is reasonable for a CLI-based skill but implies installing an npm package from the network and possibly global writes. Verify the package name and source before installing; prefer npx or audit the package if you cannot confirm its provenance.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportional to a documentation-search helper.
Persistence & Privilege
The skill is not always-enabled and does not request any elevated or persistent system-level privileges. It is user-invocable and follows the default model-invocation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install microsoft-learn - After installation, invoke the skill by name or use
/microsoft-learn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Streamlined SKILL.md: removed redundant examples, added decision tree, cleaned frontmatter per AgentSkills spec
Metadata
Frequently Asked Questions
What is Microsoft Learn?
Query official Microsoft documentation for concepts, tutorials, best practices, working code samples, API signatures, and SDK troubleshooting. Use whenever t... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Microsoft Learn?
Run "/install microsoft-learn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Microsoft Learn free?
Yes, Microsoft Learn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Microsoft Learn support?
Microsoft Learn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Microsoft Learn?
It is built and maintained by juchen-ms (@partychen); the current version is v1.1.0.
More Skills