Log Summary Date Ranges

🌐Community
by letta-ai · vlatest · Repository

This skill generates concise log summaries within specified date ranges, streamlining analysis and identifying key events quickly.

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 log-summary-date-ranges npx -- -y @trustedskills/log-summary-date-ranges
2

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

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

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

About This Skill

The log-summary-date-ranges skill enables AI agents to automatically generate concise summaries of log files based on specific date intervals. It parses raw logs to extract relevant events, filtering out noise to highlight critical issues or patterns within the requested timeframe.

When to use it

  • Analyzing server error logs from a specific outage window to identify root causes quickly.
  • Reviewing application activity reports for a weekly operational meeting without reading every entry.
  • Isolating security events that occurred during a particular shift or maintenance window.
  • Generating daily digests of system health metrics from large, unstructured log streams.

Key capabilities

  • Automatically parses raw text-based log files.
  • Filters data strictly by user-defined start and end dates.
  • Synthesizes detailed logs into high-level summary narratives.
  • Identifies recurring patterns or anomalies within the selected range.

Example prompts

  • "Summarize all error logs from yesterday between 2:00 PM and 4:00 PM."
  • "Generate a report of system warnings for the last 30 days, focusing on database timeouts."
  • "Extract and summarize security alerts that occurred during the weekend maintenance window."

Tips & gotchas

Ensure your log files are in a standard text format (e.g., .log, .txt) with clear timestamps; the skill relies on these to accurately define date ranges. If logs span multiple time zones, specify the target timezone explicitly in your prompt to avoid misalignment.

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
letta-ai
Installs
30

🌐 Community

Passed automated security scans.