event-detection-temporal-intelligence-expert

Detect photo events using ST-DBSCAN spatio-temporal clustering with GPS and timestamps.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/erichowens/some_claude_skills --skill event-detection-temporal-intelligence-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-detection-temporal-intelligence-expert
Source: https://github.com/erichowens/some_claude_skills/tree/main/.claude/skills/event-detection-temporal-intelligence-expert
Command: npx skills add https://github.com/erichowens/some_claude_skills --skill event-detection-temporal-intelligence-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically detects meaningful events from photo collections by clustering on spatio-temporal data (timestamps and GPS) and enriching results with visual similarity, place recognition, and life-event signals. It reduces manual curation time, helps build complete albums, and enables event-aware selections for collages and stories.

Core Features & Use Cases

  • Spatio-Temporal Clustering: Use ST-DBSCAN to group photos into coherent events by time and location.
  • Visual Context with CLIP: Extend clustering with image content to distinguish ceremony versus audience or scenery.
  • Place Recognition & Life Events: Infer places and major life moments (graduations, weddings, moves) for natural labeling.
  • Event Significance Scoring: Prioritize events by duration, density, people, landmarks, and engagement to help you decide what to feature.
  • Shareability & Temporal Diversity: Predict shareability and enforce temporal diversity to craft compelling, varied storylines.
  • Automatic Event Labeling: Generate human-friendly labels like “Trip to Paris” or “Family Wedding” for quick album captioning.

Quick Start

  • Upload or provide a collection of photos to Claude and ask: "Detect events in this photo set using spatio-temporal clustering and life-event labeling, then rank by significance and suggest collage-ready selections."
  • Review the returned events with labels, significance scores, and suggested representative photos for each event.

Frequently Asked Questions about event-detection-temporal-intelligence-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect events from photos using spatio-temporal clustering?

Spatio-temporal clustering groups photos into coherent events by analyzing timestamps and GPS coordinates together. ST-DBSCAN applies separate spatial and temporal thresholds to identify when photos were taken at similar locations within time windows, forming distinct event clusters automatically without manual curation.

Can I use photo timestamps and GPS data to organize life events like weddings or graduations?

Yes. This Skill detects life events by combining spatio-temporal clustering with visual content analysis and place recognition. It identifies major moments like graduations, weddings, and moves, then generates human-friendly labels and significance scores to help you organize and prioritize albums.

What's the best way to rank photo events by importance for album creation?

Event significance scoring ranks events by duration, density, people, landmarks, and engagement signals. The Skill surfaces the most meaningful events first, suggests representative photos for each, and predicts shareability to help you select which events deserve feature placement in albums or collages.

How do I create collages from large photo collections without manual selection?

After detecting events through spatio-temporal clustering, the Skill ranks events by significance and enforces temporal diversity across selections. It recommends collage-ready photos from each event, ensuring your final composition balances variety, timing, and narrative appeal.

Can this work with photos that lack GPS or have incomplete timestamps?

This Skill is optimized for photos with both timestamps and GPS data. Incomplete metadata reduces clustering accuracy since ST-DBSCAN relies on spatial and temporal coordinates. Photos without these fields may not cluster into meaningful events or may require manual grouping.

How does visual similarity improve event detection beyond location and time alone?

CLIP-based content analysis extends spatio-temporal clustering by distinguishing ceremony moments from audience scenes or scenic backgrounds. This enrichment helps separate distinct sub-events at the same location and refines event coherence beyond proximity and timing alone.