event-detection-temporal-intelligence-expert

Cluster photos into events using ST-DBSCAN and DeepDBSCAN algorithms.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, scipy, scikit-learn, hdbscan, geopy, transformers, xgboost, pandas, opencv-python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically groups your photos into meaningful events, identifies significant moments, and helps you understand the temporal and spatial context of your memories.

Core Features & Use Cases

  • Event Clustering: Groups photos into events using time, location, and visual similarity (ST-DBSCAN, DeepDBSCAN).
  • Significance Scoring: Ranks events by importance (e.g., birthday > commute).
  • Life Event Detection: Identifies major milestones like graduations, weddings, and births.
  • Use Case: Automatically organize thousands of vacation photos into distinct events like "Paris Trip," "Day 1: Eiffel Tower Visit," and "Day 2: Louvre Museum," complete with significance scores and detected life events.

Quick Start

Use the event-detection-temporal-intelligence-expert skill to group photos from '~/Pictures/Vacation2023' into meaningful events.

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 automatically group photos into events using time and location?

You can automatically group photos into events by applying spatio-temporal clustering algorithms like ST-DBSCAN and DeepDBSCAN. This process analyzes photo timestamps, GPS coordinates, and visual similarity via CLIP embeddings to organize collections into meaningful distinct events.

Can I detect major life events like weddings or graduations from a photo collection?

Yes, life event detection identifies major milestones such as weddings, graduations, and births from photo collections. It evaluates visual content through transformer embeddings and spatio-temporal context to categorize significant personal moments automatically.

How do I rank photo events by importance instead of just chronological order?

Ranking photo events by importance uses event significance scoring and shareability prediction. This evaluates temporal diversity and visual content to assign higher scores to meaningful events like birthdays over routine activities like daily commutes.

Does ST-DBSCAN work with both geographic coordinates and timestamps for photo clustering?

Yes, ST-DBSCAN works with geographic coordinates and timestamps by calculating spatial distance with Haversine calculations and temporal gaps. It clusters photos that are physically close and taken within a similar timeframe into the same event.

What is the best way to cluster vacation photos into distinct daily activities?

The best way to cluster vacation photos into daily activities is using DeepDBSCAN with visual content analysis. It groups photos by combining spatial Haversine distance, temporal diversity, and CLIP embeddings to separate events like museum visits from city walks.

Do I need GPS metadata for temporal intelligence photo organization to work?

GPS metadata is highly recommended for temporal intelligence photo organization because spatial Haversine calculations enrich clustering accuracy. However, the system can also rely on temporal diversity and visual similarity through CLIP embeddings if location data is sparse.