Skill Analyzer
Analyzes skills to identify key components & relationships for improved understanding and targeted development.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add skill-analyzer npx -- -y @trustedskills/skill-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"skill-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/skill-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The skill-analyzer skill provides a way to analyze and understand skills within the orchestkit ecosystem. It allows users to discover, inspect, and evaluate installed skills based on their metadata and functionality. This helps in identifying suitable skills for specific tasks and managing an AI agent's capabilities effectively.
When to use it
- Skill Discovery: When you need to find new skills available within your orchestkit environment.
- Dependency Management: To understand the relationships between different skills and their impact on overall system behavior.
- Troubleshooting: If an AI agent is behaving unexpectedly, analyze installed skills to identify potential conflicts or issues.
- Skill Evaluation: To assess the suitability of a skill for a particular use case before installation.
Key capabilities
- Skill discovery and listing
- Inspection of skill metadata (author, description, etc.)
- Evaluation of skill functionality
Example prompts
- "List all available skills."
- "Show me details about the 'skill-analyzer' skill."
- "What are the dependencies for this skill?"
Tips & gotchas
The skill-analyzer skill requires orchestkit to be properly installed and configured. Itβs primarily a discovery and inspection tool; it does not directly execute or modify skills.
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.