Skill Auditor

🌐Community
by petekp · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add petekp-skill-auditor npx -- -y @trustedskills/petekp-skill-auditor
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
petekp
Installs
15

🌐 Community

Passed automated security scans.