Matchms
Matchms intelligently finds similar items based on provided details, streamlining product discovery and boosting efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add matchms npx -- -y @trustedskills/matchms
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"matchms": {
"command": "npx",
"args": [
"-y",
"@trustedskills/matchms"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The matchms skill provides a mechanism to find and install skills for AI agents. It allows users to discover available skills, inspect their details, and then integrate them into an agent's workflow. This simplifies the process of extending an agent’s capabilities with pre-built functionalities.
When to use it
- You want to quickly add new features or tools to your AI agent without writing code from scratch.
- You are exploring different skills available within a registry like TrustedSkills and need a way to integrate them.
- A colleague has recommended a specific skill, and you want to easily install and test it.
- You're building an agent marketplace or management system where users can browse and deploy skills.
Key capabilities
- Skill discovery: Allows browsing available skills.
- Skill installation: Enables the integration of selected skills into an AI agent.
- Skill inspection: Provides details about a skill before installation.
Example prompts
- "Find me skills related to data analysis."
- "Install the 'summarize_text' skill."
- "Show me information about the 'translate_language' skill."
Tips & gotchas
The matchms skill relies on a functioning TrustedSkills registry. Ensure you have access to and are connected with the registry for accurate skill discovery and installation.
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 |
🌐 Community
Passed automated security scans.