Microsoft Learn
v1.1.0Query official Microsoft documentation for concepts, tutorials, best practices, working code samples, API signatures, and SDK troubleshooting. Use whenever t...
⭐ 0· 57·0 current·0 all-time
byjuchen-ms@partychen
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk978dy43ch5v0ermh8q5rwetvh83pq84
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
