Winmd Api Search
Official github skill covering API, search for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add winmd-api-search npx -- -y @trustedskills/winmd-api-search
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"winmd-api-search": {
"command": "npx",
"args": [
"-y",
"@trustedskills/winmd-api-search"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The winmd-api-search skill enables users to search and retrieve information about Windows Metadata (WinMD) APIs. It provides access to detailed documentation, parameters, return types, and usage examples of WinMD components used in .NET for Windows development.
When to use it
- You're developing a .NET application targeting Windows and need details on specific WinMD APIs.
- You want to understand how a particular WinMD method or class is structured and what parameters it accepts.
- You are debugging an issue related to WinMD API behavior and need quick access to documentation.
Key capabilities
- Search for WinMD APIs by name or functionality.
- Retrieve detailed metadata, including parameter types and return values.
- Access usage examples and code snippets for common WinMD methods.
Example prompts
- "Show me the parameters for the
Windows.Foundation.Uriclass." - "What is the return type of the
GetHashCodemethod in WinMD?" - "Find documentation on how to use the
Windows.StorageAPI."
Tips & gotchas
- Ensure you have a stable internet connection, as this skill relies on external documentation sources.
- Some WinMD APIs may require specific Windows versions or SDKs for full compatibility.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.