Install
openclaw skills install image-detectionAnalyzes images to detect AI generation, extract metadata, identify artifacts, and perform content moderation using local and cloud-based tools.
openclaw skills install image-detectionSkills for analyzing and detecting AI-generated images.
Skill ID: image-analyzer
Purpose: Local image analysis without external APIs
Features:
Installation:
npm install @clawhub/image-analyzer
Configuration:
{
"skill": "image-analyzer",
"settings": {
"detectArtifacts": true,
"extractMetadata": true,
"localOnly": true,
"checkSignatures": ["DALL-E", "Midjourney", "Stable-Diffusion"]
}
}
Use Cases: Fast local detection, metadata verification, artifact identification
Skill ID: hf-image-detector
Purpose: ML-based AI image detection
Features:
Installation:
npm install @clawhub/hf-image-detector
Use Cases: High-accuracy detection, privacy-focused analysis
Skill ID: hive-api
Purpose: Cloud-based image analysis
Features:
Installation: API integration via REST
Use Cases: Quick detection, multi-purpose analysis, NSFW filtering
https://clawhub.ai/raghulpasupathi/image-detection
npm install @raghulpasupathi/image-detection
{
"skills": ["image-analyzer", "hf-image-detector", "hive-api"],
"votingStrategy": "majority"
}
{
"skills": ["image-analyzer", "hf-image-detector"],
"externalAPIs": false
}
{
"skills": ["hive-api"],
"cacheResults": true
}
For video detection, see VIDEO_DETECTION.md.