Date Range Analyzer

🌐Community
by jeremylongshore Β· vlatest Β· Repository

Analyzes text for mentions of dates and date ranges, extracting them to understand timelines and events – incredibly useful for research & data extraction.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add date-range-analyzer npx -- -y @trustedskills/date-range-analyzer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "date-range-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/date-range-analyzer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The date-range-analyzer skill analyzes provided date ranges, identifying overlaps and durations. It can determine if two or more dates intersect, calculate the length of a range in days, weeks, or months, and provide summaries of multiple date ranges. This is useful for scheduling tasks, comparing event timelines, and understanding project durations.

When to use it

  • Scheduling Conflicts: Determine if proposed meeting times overlap with existing commitments.
  • Project Planning: Calculate the duration of a project phase given start and end dates.
  • Event Comparison: Analyze the overlap between two or more events to understand their combined impact.
  • Time Off Requests: Validate that an employee's requested time off doesn’t conflict with team schedules.

Key capabilities

  • Date range intersection detection
  • Duration calculation (days, weeks, months)
  • Summary of multiple date ranges

Example prompts

  • "Do these dates overlap: 2024-01-15 to 2024-01-20 and 2024-01-18 to 2024-01-22?"
  • "What is the duration of the range 2023-12-25 to 2024-01-05 in weeks?"
  • "Summarize these date ranges: 2024-02-01 to 2024-02-15, 2024-02-10 to 2024-02-20, and 2024-03-01 to 2024-03-10."

Tips & gotchas

  • The skill requires dates in YYYY-MM-DD format. Ensure your input is formatted correctly for accurate results.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
11

🌐 Community

Passed automated security scans.