Clawhub Skill Vetting

🌐Community
by hugomrtz · vlatest · Repository

This skill vets Clawhub skills for quality and relevance, ensuring you get reliable and effective agent tools.

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 clawhub-skill-vetting npx -- -y @trustedskills/clawhub-skill-vetting
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "clawhub-skill-vetting": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/clawhub-skill-vetting"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The clawhub-skill-vetting skill allows AI agents to discover, evaluate, and install new capabilities from the ClawHub registry. It streamlines the workflow for expanding an agent's functionality by providing a secure interface to browse available tools and apply them directly to the current environment.

When to use it

  • You need to equip your agent with specialized tools like code interpreters or search engines that aren't pre-installed.
  • Your agent encounters a task outside its current knowledge base requiring an external API or library.
  • You want to verify the reputation and compatibility of a new skill before granting your agent access to it.
  • You are building a multi-agent system and need to dynamically assign specific roles via installed skills.

Key capabilities

  • Discovery: Browses the ClawHub catalog to find relevant skills for specific tasks.
  • Vetting: Evaluates available skills based on metadata, ratings, or descriptions before installation.
  • Installation: Executes the installation process to integrate selected skills into the active agent session.

Example prompts

  • "Find and install a skill that allows me to analyze financial data from CSV files."
  • "I need a tool to scrape public web pages; can you vet and install a suitable skill for this?"
  • "List available skills for image generation and install the one with the highest user rating."

Tips & gotchas

Ensure your agent has the necessary permissions to execute installation commands, as adding new skills may require elevated access. Always review the skill's description and source reputation before installing to prevent introducing vulnerabilities or unwanted behaviors into your agent's workflow.

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
hugomrtz
Installs
193

🌐 Community

Passed automated security scans.