building-incident-timeline-with-timesketch

building-incident-timeline-with-timesketch is a skill for Claude Code, Codex from autohandai/community-skills. It costs 38 tokens per session (1,982 once invoked), scanned B, a copy of building-incident-timeline-with-timesketch, Apache-2.0.

An incident timeline is a chronological record of events from systems, devices, and cloud services during a security investigation. Timesketch is an open-source tool for combining, searching, tagging, and annotating that evidence.

In plain words
What is it for?
Use it to import logs and forensic artifacts, normalize events, search the timeline, tag evidence, add annotations, and document the incident story.
Why use it?
It helps investigators reconstruct what happened, identify the attack sequence, and keep investigation notes in one shared view.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to import logs and forensic artifacts, normalize events, search the timeline, tag evidence, add annotations, and document the incident story.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autohandai/community-skills/building-incident-timeline-with-timesketch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add autohandai/community-skills --skill building-incident-timeline-with-timesketch
Clone the repo
git clone --depth 1 https://github.com/autohandai/community-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for building-incident-timeline-with-timesketch

README.md
[![agentmods](https://agentmods.dev/badge/skills/autohandai/community-skills/building-incident-timeline-with-timesketch/github.svg)](https://agentmods.dev/skills/autohandai/community-skills/building-incident-timeline-with-timesketch)
Your own site
<a href="https://agentmods.dev/skills/autohandai/community-skills/building-incident-timeline-with-timesketch"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/building-incident-timeline-with-timesketch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for building-incident-timeline-with-timesketch

Your own site · 80×15
<a href="https://agentmods.dev/skills/autohandai/community-skills/building-incident-timeline-with-timesketch"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/building-incident-timeline-with-timesketch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,982 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.01982
Opus 5 $0.00019 $0.00991
Sonnet 5 $0.00008 $0.00396
Haiku 4.5 $0.00004 $0.00198

Measured 9d ago against content hash 5a0816948b0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

building-incident-timeline-with-timesketch scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/agent.py, scripts/process.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo docker compose up -d
Origin

This is a copy

88% identical to building-incident-timeline-with-timesketch — 47 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

building-incident-timeline-with-timesketch/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Building Incident Timeline with Timesketch

Overview

Timesketch is an open-source collaborative forensic timeline analysis tool developed by Google that enables security teams to visualize and analyze chronological data from multiple sources during incident investigations. It ingests logs and artifacts from endpoints, servers, and cloud services, normalizes them into a unified searchable timeline, and provides powerful analysis capabilities including built-in analyzers, tagging, sketch annotations, and story building. Timesketch integrates with Plaso (log2timeline) for artifact parsing and supports direct CSV/JSONL ingestion for rapid timeline construction during active incidents.

Architecture and Components

Core Components

  • Timesketch Server: Web application with REST API for timeline management
  • OpenSearch/Elasticsearch: Backend storage and search engine for timeline events
  • PostgreSQL: Metadata storage for sketches, stories, and user data
  • Redis: Task queue management for background processing
  • Celery Workers: Asynchronous processing of timeline uploads and analyzers

Data Flow

Evidence Sources --> Plaso/log2timeline --> Plaso storage file (.plaso)
     |                                           |
     v                                           v
  CSV/JSONL --> Timesketch Importer --> OpenSearch Index
                                           |
                                           v
                                    Timesketch Web UI
                                    (Search, Analyze, Story)

Deployment

Docker Deployment (Recommended)

# Clone Timesketch repository
git clone https://github.com/google/timesketch.git
cd timesketch

# Run deployment helper script
cd docker
sudo docker compose up -d

# Default access: https://localhost:443
# Admin credentials generated during first run

System Requirements

  • Minimum 8 GB RAM (16+ GB recommended for large investigations)
  • 4 CPU cores minimum
  • SSD storage for OpenSearch indices
  • Docker and Docker Compose installed

Read the full file on GitHub · 230 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 230 lines · 38 tokens per session scan B 5a0816948b0c

Subscribe to this mod's changes

building-incident-timeline-with-timesketch is a skill published in the GitHub repository autohandai/community-skills (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 1,982 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 88% identical to building-incident-timeline-with-timesketch, differing in 47 lines, and is treated as a copy.

Related

Other skills, from other repositories

building-incident-timeline-with-timesketch

Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data for attack chain reconstruction and investigation documentation.

26zl/cybersec-toolkit · 38 tokens

building-incident-timeline-with-timesketch

Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data (including Plaso output) for attack chain reconstruction and investigation documentation. Use when reconstructing the sequence of events during an incident investigation or when multiple analysts…

Youngmaidainon/Agent-Level-Up · 75 tokens

building-incident-timeline-with-timesketch

Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data for attack chain reconstruction and investigation documentation.

RobotFlow-Labs/skills-repo · 38 tokens

building-super-timelines-with-plaso

Generate log2timeline and Plaso super-timelines and triage them in Timesketch.

adriannoes/awesome-agentic-ai · 29 tokens

building-super-timelines-with-plaso

Generate forensic super-timelines with Plaso's log2timeline.py, pinfo.py, psort.py, and psteal.py CLI tools (fusing file-system MACB, registry, EVTX, browser history, prefetch, LNK, and more), then triage and filter the results in Timesketch. Use when reconstructing the full sequence of events on a compromised or…

Youngmaidainon/Agent-Level-Up · 101 tokens

analyzing-windows-amcache-artifacts

Parses and analyzes the Windows Amcache.hve registry hive to extract evidence of program execution, application installation, and driver loading for digital forensics investigations. Uses Eric Zimmerman's AmcacheParser and Timeline Explorer for artifact extraction, SHA-1 hash correlation with threat intel, and…

xalgorix/xalgorix · 92 tokens