@openclaw/session-logs
Search and analyze your own session logs (older/parent conversations) using jq.
Install
Add @openclaw/session-logs to Claude Code with the PolySkill CLI: polyskill add @openclaw/session-logs
Instructions
# session-logs 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. ## Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. ## Location Session logs live at: `~/.openclaw/agents/<agentId>/sessions/` (use the `agent=<id>` value from the system prompt Runtime line). - **`sessions.json`** - Index mapping session keys to session IDs - **`<session-id>.jsonl`** - Full conversation transcript per session ## Struct…
Keywords: logs, sessions, search, jq