Skip to main content
Back to registry

session-logs

steipete/clawdis

Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before.

Installs308
Install command
npx skills add https://github.com/steipete/clawdis --skill session-logs
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Session logs live at: ~/.openclaw/agents/ /sessions/ (use the agent= value from the system prompt Runtime line). Each .jsonl file contains messages with: - sessions.json - Index mapping session keys to session IDs - .jsonl - Full conversation transcript per session - type : "session" (metadata) or "message" - timestamp : ISO timestamp - message.role : "user", "assistant", or "toolResult" - message.content[] : Text, thinking, or tool calls (filter type=="text" for human-readable content) - message.usage.cost.total : Cost per response - Sessions are append-only JSONL (one JSON object per line) - Large sessions can be several MB - use head / tail for sampling - The sessions.json index maps chat providers (discord, whatsapp, etc.) to session IDs - Deleted sessions have .deleted. suffix

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does session-logs do?

Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before.

Is session-logs good?

session-logs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does session-logs work with?

session-logs currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to session-logs?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install session-logs?

npx skills add https://github.com/steipete/clawdis --skill session-logs

Related skills

More from steipete/clawdis

Related skills

Alternatives in Software Engineering