cline-session-history

Installation
SKILL.md

Cline Session History

Search and browse Cline session history stored on the local machine. Sessions live in ~/.cline/data/sessions/ as individual JSON metadata files and conversation transcript (.messages.json) files. Older sessions may also be in a sessions.db SQLite database.

When to Use This Skill

  • "Find my session from the last hour about..."
  • "Find my session that started with this prompt..."
  • "Find the session where I asked about..."
  • "Show me sessions that used model X"
  • "What sessions failed yesterday?"
  • "Show me the transcript for session "
  • "Export sessions from last week to a folder"
  • "What was that session where..."
  • Any request involving past Cline conversation history

How to Use

The search script lives alongside this file at scripts/search_sessions.py, relative to the skill's own directory. Resolve it against the directory that contains this SKILL.mdnot the current working directory — so it works regardless of where the command is run from.

Installs
34
Repository
cline/skills
GitHub Stars
17
First Seen
Jul 17, 2026
cline-session-history — cline/skills