Communitygithub.com

xiaowu89/skill-function

name: image-audit

¿Qué es skill-function?

skill-function is a Claude Code agent skill that name: image-audit.

Compatible conClaude Code~Codex CLI~Cursor
npx skills add xiaowu89/skill-function

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

Image Content Moderation

Audit images for adult, political, and violent content using the nx-mcp-audit MCP service.

Setup

Configure the MCP server and API key in .mcp.json:

{
  "mcpServers": {
    "nx-mcp-audit": {
      "type": "url",
      "url": "https://mcp.api-inference.modelscope.net/da16b3f65bdb4e/mcp",
      "env": {
        "NX_API_KEY": "your-api-key-here"
      }
    }
  }
}

Restart Claude Code after configuring.

Usage

  1. Collect images from a folder path or URL
  2. Compress large images to fit gateway limits (sharp auto-install)
  3. Call the nx_img_audit MCP tool for each image
  4. Summarize results in a table with pass, block, or fail status
  5. Provide recommendations for blocked images

Response Fields

  • safe: true for pass, false for blocked
  • source: audit engine (e.g. wechat)
  • summary: aggregate stats (total, pass, block, error)

Skills relacionados