with one click
media-dedup
Detect and reject duplicate media files by content hash
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Detect and reject duplicate media files by content hash
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
The Claw Fleet — 5 AI engines (Media, Forge, Herald, Scout, Scribe) with 33 skills, cross-claw events, and fleet orchestration for creative operations.
Visual web dashboard for managing AI agent pipelines. Inbox with approval cards, live agent monitoring, social scheduling, and publish pipeline.
Complete AI-powered media processing pipeline for creative world-building. Scans, classifies, processes, scores, and uploads media with fantasy/mythology-aware tagging.
Auto-generate platform-optimized image variants and AI-written captions for Instagram, LinkedIn, X, YouTube, and TikTok from any source image.
AI-powered aesthetic quality scoring for images. 5-dimension evaluation: Canon Alignment, Design Compliance, Emotional Impact, Technical Fit, Uniqueness. Scores 0-100 with automatic tier assignment.
Classify untagged media against Arcanea canon using Gemini Vision
| name | media-dedup |
| description | Detect and reject duplicate media files by content hash |
| trigger | pipeline |
| depends_on | ["media-classify"] |
| sandbox | true |
| inputs | [] |
| outputs | [{"name":"duplicates_found","type":"int","description":"Number of duplicate assets marked as rejected"}] |
| dependencies | {"python":["supabase"]} |
| tables | ["asset_metadata (UPDATE status='rejected', add 'duplicate' tag)"] |
Groups all assets by file_hash. When duplicates exist, keeps the one with
the highest quality_score (or earliest created_at as tiebreaker) and marks
the rest with status='rejected' and tag 'duplicate'.
Runs early in the pipeline to prevent wasted processing on duplicate files.
Step 3 of 8 — runs after media-classify, before media-process.