com um clique
sessions
Browse and search past sessions
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Browse and search past sessions
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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: