一键导入
sessions
Browse and search past sessions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browse and search past sessions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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: