Vet

🌐Community
by imbue-ai · vlatest · Repository

The Vet skill analyzes text for factual accuracy and potential biases, ensuring reliable information and reducing misinformation risks.

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 vet npx -- -y @trustedskills/vet
2

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

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

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

About This Skill

What it does

The vet skill provides a mechanism for evaluating and assessing the quality of text generated by AI agents. It can analyze text based on criteria such as factual accuracy, clarity, and relevance to a given prompt. The skill aims to improve the reliability and trustworthiness of AI-generated content through automated evaluation.

When to use it

  • Content Quality Assurance: Before publishing articles or reports drafted by an AI agent, use vet to ensure accuracy and readability.
  • Prompt Refinement: Evaluate responses from an AI agent to identify areas where the prompt needs adjustment for better results.
  • Training Data Validation: Assess the quality of text used to train AI models, identifying potential biases or inaccuracies.
  • Automated Feedback Loops: Integrate vet into a workflow to automatically provide feedback to AI agents on their generated outputs.

Key capabilities

  • Text evaluation based on defined criteria.
  • Factual accuracy assessment.
  • Clarity and readability analysis.
  • Relevance scoring relative to the input prompt.

Example prompts

  • "Vet this paragraph for factual errors: [paragraph text]"
  • "Assess the clarity of this response: [AI agent's response]"
  • "How relevant is this summary to the original article? [summary text] - Original Article: [article text]"

Tips & gotchas

The effectiveness of vet depends on clearly defining the evaluation criteria. Providing detailed instructions or a rubric will improve the quality of the assessment.

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
imbue-ai
Installs
0

🌐 Community

Passed automated security scans.