Add Content Moderation skill
loading diff…
Adds a Content Moderation skill to the Security & Systems category.
This skill teaches Claude how to use Vettly's content moderation API via the @vettly/mcp MCP server (npm) to moderate text, images, and video against configurable policies.
Developers building apps with user-generated content need a way to moderate that content before publishing. This skill gives Claude access to 5 MCP tools:
moderate_content — Check text/image/video against a moderation policyvalidate_policy — Validate policy YAML config without savinglist_policies — List available moderation policiesget_usage_stats — Monitor request counts, costs, and outcomesget_recent_decisions — Browse and filter recent moderation decisionsDevelopers building applications with user-generated content (forums, social platforms, marketplaces) who want to integrate content moderation into their Claude Code workflow for testing policies, auditing decisions, and monitoring usage.
content-moderation/SKILL.md — New skill file with setup instructions, tool documentation, examples, and tipsREADME.md — Added entry under Security & Systems (alphabetical order)