Overview
- Skill Key
- code-with-brian/content-moderation
- Author
- code-with-brian
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/code-with-brian/content-moderation
- Latest Commit SHA
- def9e2ef30b599b5fdb7dd4055d9ca46086634c4
Moderate text, images, and video using Vettly's content moderation API via MCP server.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 content-moderation 技能。 若已安装,则直接安装 content-moderation 技能。
# Content Moderation
Moderate user-generated content using Vettly's AI-powered content moderation API. This skill uses the `@vettly/mcp` MCP server to check text, images, and video against configurable moderation policies with auditable decisions.
## Setup
Add the `@vettly/mcp` MCP server to your configuration:
```json
{
"mcpServers": {
"vettly": {
"command": "npx",
"args": ["-y", "@vettly/mcp"],
"env": {
"VETTLY_API_KEY": "your-api-key"
}
}
}
}
```
Get an API key at [vettly.dev](https://vettly.dev).
## Available Tools
### `moderate_content`
Check text, image, or video content against a Vettly moderation policy. Returns a safety assessment with category scores, the action taken, provider used, latency, and cost.
**Parameters:**
- `content` (required) - The content to moderate (text string, or URL for images/video)
- `policyId` (required) - The policy ID to use for moderation
- `contentType` (optional, default: `text`) - Type of content: `text`, `image`, or `video`
### `validate_policy`
Validate a Vettly policy YAML without saving it. Returns validation results with any syntax or configuration errors. Use this to test policy changes before deploying them.
**Parameters:**
- `yamlContent` (required) - The YAML policy content to validate
### `list_policies`
List all moderation policies available in your Vettly account. Takes no parameters. Use this to discover available policy IDs before moderating content.
### `get_usage_stats`
Get usage statistics for your Vettly account including request counts, costs, and moderation outcomes.
**Parameters:**
- `days` (optional, default: `30`) - Number of days to include in statistics (1-365)
### `get_recent_decisions`
Get recent moderation decisions with optional filtering by outcome, content type, or policy.
**Parameters:**
- `limit` (optional, default: `10`) - Number of decisions to return (1-50)
- `flagged` (optional) - Filter to only flagged content (`true`) or safe...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.