← Back to Skills Marketplace
Microsoft Skill Creator
by
Tianqi Zhang
· GitHub ↗
· v1.0.1
· MIT-0
824
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install microsoft-skill-creator
Description
Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technolog...
Usage Guidance
This is an authoring template for creating Microsoft-tech agent skills and appears coherent. Before using: (1) verify the Learn MCP endpoints/CLI you call are the official Microsoft packages (the SKILL.md references https://learn.microsoft.com/api/mcp and @microsoft/learn-cli), (2) avoid running global npm installs from unverified environments — prefer npx or pin exact package versions, (3) inspect any generated skill (especially ones that provision Azure resources) for code that would require cloud credentials or perform network operations, and (4) if you plan to let agents invoke this autonomously, review generated artifacts and any CLI commands they will run to ensure no unexpected network installs or sensitive-data access occur.
Capability Analysis
Type: OpenClaw Skill
Name: microsoft-skill-creator
Version: 1.0.1
The skill bundle is a meta-tool designed to guide an AI agent in creating documentation and skill packages for Microsoft technologies. It leverages legitimate Microsoft Model Context Protocol (MCP) tools and the official '@microsoft/learn-cli' for data retrieval. The instructions in 'SKILL.md' and 'references/skill-templates.md' are well-structured, align with the stated purpose, and contain no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name, description, and all instructions align: the SKILL.md guides creation of skills for Microsoft technologies and references Learn MCP tooling (and a documented CLI fallback). It does not request unrelated binaries, env vars, or access.
Instruction Scope
Instructions stay within the task: they describe investigation phases, content to store locally, and how to use microsoft_docs_search / fetch / code_sample_search or mslearn CLI as fallback. They ask the agent to generate skill files (SKILL.md, references/, sample_codes/) but do not instruct reading unrelated system files, environment secrets, or exfiltrating data.
Install Mechanism
There is no install spec (instruction-only). The SKILL.md suggests using the mslearn CLI via npx or npm (e.g., npx @microsoft/learn-cli or npm install -g @microsoft/learn-cli). That is a normal fallback but implies network package downloads and code execution when run—users should verify the CLI package source before running installs.
Credentials
The skill itself requires no environment variables, credentials, or config paths. Templates note domain-appropriate prerequisites (e.g., 'Azure subscription' for Azure services), which is reasonable — but generated Azure-focused skills may then legitimately request cloud credentials, so review those generated skills separately.
Persistence & Privilege
The skill is not marked always:true and is instruction-only, so it does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install microsoft-skill-creator - After installation, invoke the skill by name or use
/microsoft-skill-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added support for using the mslearn CLI as a fallback when the Microsoft Learn MCP Server is not available.
- Updated compatibility instructions to reflect alternative CLI usage.
- Included CLI command equivalents for all Learn MCP tools alongside existing tool usage tables.
- Generated skills now instruct agents/users to use the CLI fallback if needed.
- No functional or API changes; documentation improvements only.
v1.0.0
Initial release of Microsoft Skill Creator—enables building hybrid agent skills for Microsoft technologies.
- Generate agent skills using official Microsoft Learn MCP tools for deep research and code samples.
- Supports modular skill structure: SKILL.md, reference docs, code examples, and assets.
- Guides dynamic vs. local content storage for optimal performance and freshness.
- Includes detailed investigation, user-clarification, and validation workflow.
- Provides templates and patterns for common Microsoft libraries, Azure services, and development frameworks.
Metadata
Frequently Asked Questions
What is Microsoft Skill Creator?
Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technolog... It is an AI Agent Skill for Claude Code / OpenClaw, with 824 downloads so far.
How do I install Microsoft Skill Creator?
Run "/install microsoft-skill-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Microsoft Skill Creator free?
Yes, Microsoft Skill Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Microsoft Skill Creator support?
Microsoft Skill Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Microsoft Skill Creator?
It is built and maintained by Tianqi Zhang (@tianqizhang); the current version is v1.0.1.
More Skills