LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

session-logs - Session Logs Search and Analysis

Search and analyze conversation history stored in JSONL session files

Tags

Updated: 2026-02-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • list sessions by date and size
  • find sessions from specific day
  • extract user messages from session
  • search for keyword in assistant responses
  • get total cost for session
  • calculate daily cost summary
  • count messages and tokens
  • analyze tool usage breakdown
  • search across all sessions for phrase
  • sample large sessions with head/tail

Inputs

  • session JSONL files
  • jq tool
  • rg tool
  • session index file
  • conversation history

Outputs

  • session lists
  • message extracts
  • cost calculations
  • usage statistics
  • search results

Requirements

  • jq command-line tool
  • rg (ripgrep) tool
  • session logs directory structure
  • JSONL file format

Source

  • Spec: SKILL.md
session-management
log-analysis
conversation-history
jq
cli-tools
list sessions by date and size
find sessions from specific day
extract user messages from session
search for keyword in assistant responses
session JSONL files
jq tool
rg tool
session lists
message extracts
cost calculations