with one click
sessions
Browse and search past sessions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Browse and search past sessions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Query, insert, update, or inspect tables in the larvling SQLite database (larvling.db). Use when the user asks to search sessions, messages, topics, statements, tasks, or updates, run reports, or interact with the larvling database.
Show a quick overview of Larvling's state
Audit and consolidate Larvling's knowledge base, tasks, and sessions
Export a session conversation to markdown
Remove stored knowledge from Larvling's memory
Search or list knowledge stored in Larvling's memory
| name | sessions |
| description | Browse and search past sessions |
| argument-hint | [date, keyword, or topic] |
Schema:
sessions (id TEXT PK, started_at TEXT, ended_at TEXT, duration_min REAL, title TEXT, agent_summary TEXT, exchange_count INT, summary_at TEXT, summary_msg_count INT, tags TEXT, summary_offered INT DEFAULT 0)messages (id INT PK AUTO, session_id TEXT FK, timestamp TEXT, role TEXT, content TEXT, metadata TEXT)Search sessions by date, keyword, topic, or any available context. Search across session titles, summaries, tags, and message content as needed.
Run SQL via:
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/query.py" "<SQL>"
Present as a compact list, most recent first:
**Sessions** (3 found)
| Date | Duration | Summary | Tags |
|------------|----------|---------------------------------|---------------|
| 2026-04-01 | 6.6m | Fixed Python discovery pattern | python, hooks |
| 2026-03-31 | 12.2m | Schema migration for tasks | sqlite, dev |
| 2026-03-30 | 3.1m | Quick status check | greeting |
For detailed view of a single session, show the summary and message highlights.
REQUIRED: You MUST call AskUserQuestion (type: Decision) with these options after presenting results. Do not end your response without this menu: