# Send Image Detection to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "image-detection",
    "name": "Image Detection",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/raghulpasupathi/image-detection",
    "canonicalUrl": "https://clawhub.ai/raghulpasupathi/image-detection",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/image-detection",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-detection",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "image-detection",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:32:49.285Z",
      "expiresAt": "2026-05-08T22:32:49.285Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-detection",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-detection",
        "contentDisposition": "attachment; filename=\"image-detection-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "image-detection"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/image-detection"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/image-detection",
    "downloadUrl": "https://openagent3.xyz/downloads/image-detection",
    "agentUrl": "https://openagent3.xyz/skills/image-detection/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-detection/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-detection/agent.md"
  }
}
```
## Documentation

### Image Detection Skills

Skills for analyzing and detecting AI-generated images.

### 1. Image Analyzer

Skill ID: image-analyzer

Purpose: Local image analysis without external APIs

Features:

EXIF metadata extraction
AI artifact detection (weird hands, blurred backgrounds)
Visual similarity comparison
Reverse image search integration

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

### 2. HuggingFace Image Detector

Skill ID: hf-image-detector

Purpose: ML-based AI image detection

Features:

Pre-trained models (umm-maybe/AI-image-detector)
High accuracy (90-95%)
Supports SD, Midjourney, DALL-E
Local inference (no API calls)

Installation:

npm install @clawhub/hf-image-detector

Use Cases: High-accuracy detection, privacy-focused analysis

### 3. Hive Moderation API

Skill ID: hive-api

Purpose: Cloud-based image analysis

Features:

AI-generated detection
NSFW filtering
Object detection
Fast inference (500ms)

Installation: API integration via REST

Use Cases: Quick detection, multi-purpose analysis, NSFW filtering

### Via ClawHub

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

### Via npm

npm install @raghulpasupathi/image-detection

### High Accuracy Stack

{
  "skills": ["image-analyzer", "hf-image-detector", "hive-api"],
  "votingStrategy": "majority"
}

### Privacy-Focused Stack

{
  "skills": ["image-analyzer", "hf-image-detector"],
  "externalAPIs": false
}

### Fast Detection Stack

{
  "skills": ["hive-api"],
  "cacheResults": true
}

For video detection, see VIDEO_DETECTION.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: raghulpasupathi
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T22:32:49.285Z
- Expires at: 2026-05-08T22:32:49.285Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/image-detection)
- [Send to Agent page](https://openagent3.xyz/skills/image-detection/agent)
- [JSON manifest](https://openagent3.xyz/skills/image-detection/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/image-detection/agent.md)
- [Download page](https://openagent3.xyz/downloads/image-detection)