Skill Auditor
The Skill Auditor analyzes prompts to identify potential issues and improve AI response quality for better accuracy and effectiveness.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add petekp-skill-auditor npx -- -y @trustedskills/petekp-skill-auditor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"petekp-skill-auditor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/petekp-skill-auditor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, skill-auditor, provides a mechanism to audit and review installed skills within an AI agent environment. It allows users to inspect skill metadata, dependencies, and configurations. The tool aims to improve transparency and maintainability of the AI agent's skillset by providing detailed information about each installed component.
When to use it
- Troubleshooting: Investigate unexpected behavior or errors in your AI agent by examining the configuration of recently added skills.
- Security Review: Assess the security posture of your AI agent’s skills, checking for outdated dependencies or unusual permissions.
- Skill Management: Gain a comprehensive overview of all installed skills and their configurations to facilitate updates or removals.
- Onboarding New Team Members: Quickly familiarize new team members with the existing skill ecosystem within an AI agent project.
Key capabilities
- Inspects skill metadata (name, version, author).
- Displays skill dependencies.
- Reveals skill configuration details.
Example prompts
- "Show me the details of the 'my-custom-skill' skill."
- "List all skills and their versions currently installed."
- “What are the dependencies for the ‘data-connector’ skill?”
Tips & gotchas
The effectiveness of this skill relies on accurate and complete metadata being provided by each individual skill. Without proper metadata, the audit results may be incomplete or misleading.
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.