Nsfw Detection

# NSFW Detection Skills

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Nsfw Detection" with this command: npx skills add raghulpasupathi/nsfw-detection

NSFW Detection Skills

Skills for detecting adult/inappropriate content.

Essential Skills

1. NSFW Detector Pro

Skill ID: nsfw-detector-pro

Purpose: Advanced NSFW content detection

Features:

  • Multi-category classification (porn, sexy, hentai, drawings)
  • Confidence scoring (0-100%)
  • Skin tone detection
  • Context awareness (medical, art exceptions)
  • Local ONNX model (no external API)

Installation:

npm install @clawhub/nsfw-detector

Configuration:

{
  "skill": "nsfw-detector-pro",
  "settings": {
    "categories": ["porn", "sexy", "hentai"],
    "threshold": 0.7,
    "contextAware": true,
    "allowArt": true,
    "allowMedical": true,
    "localModel": true
  }
}

Usage:

import { detectNSFW } from '@clawhub/nsfw-detector';

const result = await detectNSFW(imageUrl);
// {
//   isNSFW: true,
//   confidence: 0.92,
//   categories: { porn: 0.92, sexy: 0.15 },
//   action: 'block'
// }

Accuracy: 92-95% on explicit content, 75-80% on suggestive

Use Cases:

  • Block pornography and explicit imagery
  • Filter adult websites
  • Protect children online

Troubleshooting:

  • False positives on art? Enable allowArt
  • Medical images blocked? Enable allowMedical
  • Increase threshold for fewer false positives

Related Skills: url-reputation, content-blur


2. URL Reputation Checker

Skill ID: url-reputation

Purpose: Check if domains are adult/inappropriate sites

Features:

  • Domain reputation database
  • Adult site detection
  • Phishing/malware detection
  • Cached lookups

Installation:

npm install @clawhub/url-reputation

Use Cases:

  • Block adult websites by domain
  • Fast pre-filtering before image analysis
  • Supplement visual detection

Installation

Via ClawHub

https://clawhub.ai/raghulpasupathi/nsfw-detection

Via npm

npm install @raghulpasupathi/nsfw-detection

Configuration Examples

Child Protection (Strict)

{
  "nsfw-detector-pro": {
    "threshold": 0.3,
    "blockAll": true,
    "allowArt": false,
    "allowMedical": false,
    "allowOverride": false
  }
}

Teen Protection (Balanced)

{
  "nsfw-detector-pro": {
    "threshold": 0.7,
    "allowArt": true,
    "allowMedical": true,
    "allowOverride": false
  }
}

Adult Filtering (Lenient)

{
  "nsfw-detector-pro": {
    "threshold": 0.9,
    "warnOnly": true,
    "allowOverride": true
  }
}

For violence detection, see VIOLENCE_DETECTION.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aws Fis Experiment Prepare

Use when the user wants to prepare, create, or generate an AWS FIS (Fault Injection Service) experiment configuration. Triggers on "prepare FIS experiment",...

Registry SourceRecently Updated
General

Aws Fis Experiment Execute

Use when the user wants to run a prepared AWS FIS experiment where the CloudFormation stack has already been deployed. Triggers on "execute FIS experiment",...

Registry SourceRecently Updated
General

Warranty Return Dispute Kit

Organizes a defective-product, denied-warranty, or return-window dispute into an evidence packet, timeline, support message, escalation script, contact log,...

Registry SourceRecently Updated
General

Goldman Sachs Co

提供高盛公司历史、业务模式、市场地位及关键数据,助力研究投资银行和金融机构角色分析。

Registry SourceRecently Updated