A comprehensive suite of safety tools for detecting and filtering explicit content using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nsfw-detection
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nsfw-detection using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NSFW Detection Skills provides a robust suite of tools designed to maintain digital safety by identifying inappropriate or adult content. This collection of Openclaw Skills leverages local ONNX models for high-performance image classification and a domain reputation database to prevent access to harmful sites without compromising privacy.
By integrating these tools, developers can build safer environments for users, protecting children and sensitive workflows from explicit content through context-aware filtering. The system is designed to run locally, ensuring that sensitive data never leaves the host environment while maintaining a high degree of accuracy across various categories of explicit imagery.
Install the specific packages required for visual detection and reputation checking:
npm install @clawhub/nsfw-detector
npm install @clawhub/url-reputation
You can also integrate the full detection suite directly via the Openclaw Skills repository:
https://clawhub.ai/raghulpasupathi/nsfw-detection
| Property | Type | Description |
|---|---|---|
isNSFW |
Boolean | Indicates if the content exceeds the safety threshold. |
confidence |
Float | The probability score of the detection (0.0 to 1.0). |
categories |
Object | Detailed breakdown for porn, sexy, hentai, and drawings. |
action |
String | Recommended handling instruction (e.g., 'block', 'warn'). |
contextAware |
Boolean | Whether the system accounted for medical or artistic exceptions. |
Loading
A statistical analysis engine for text that evaluates linguistic complexity, predictability, and authenticity through advanced NLP metrics.

A comprehensive suite of tools for identifying AI-generated imagery and analyzing visual metadata through local and cloud-based models.

A versatile utility for generating multi-algorithm hashes and perceptual signatures to manage content integrity and deduplication.

A sophisticated detection engine for identifying GPT-generated content through model fingerprinting and linguistic pattern analysis.

An advanced AI-powered content moderation system for real-time detection of explicit images, videos, and text.

A comprehensive guardian interface for monitoring activity, managing screen time, and configuring safety filters for AI agent interactions.








































