Agent Review
Analyzes CivitAI model descriptions & images to identify potential issues like bias, safety concerns, or inaccurate tagging.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agent-review npx -- -y @trustedskills/agent-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover and install new capabilities directly from the Civitai registry. It streamlines the expansion of an agent's toolkit by allowing dynamic retrieval and deployment of community-contributed skills without manual configuration.
When to use it
- You need to quickly equip an agent with specialized functions available on the Civitai platform.
- Your workflow requires updating agent capabilities with the latest community tools or models.
- You want to automate the process of finding and integrating new AI utilities into your existing system.
- You are building a flexible agent architecture that relies on external skill repositories for extensibility.
Key capabilities
- Discovery of available skills within the Civitai ecosystem.
- Direct installation of identified skills into the active agent environment.
- Integration with the
civitai/civitairepository to access verified tools.
Example prompts
- "Find and install a skill for image generation from the Civitai registry."
- "Discover available analysis tools and add the most relevant one to my current setup."
- "Install the latest data processing skill you find on Civitai to help me clean this dataset."
Tips & gotchas
Ensure your agent has network access to reach the external Civitai registry, as the skill relies on live discovery. Verify that installed skills are compatible with your specific agent framework before relying on them for critical tasks.
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.