一键导入
export
Export a session conversation to markdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export a session conversation to markdown
用 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
Remove stored knowledge from Larvling's memory
Search or list knowledge stored in Larvling's memory
Store knowledge that Larvling will remember across sessions
| name | export |
| description | Export a session conversation to markdown |
| argument-hint | [session-id or --list or --all] |
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)
For --all or batch exports, use TaskCreate to track progress (one task per session being exported). For single exports, no tasks needed.
Run via:
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/export.py" <session_id> # prints to stdout
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/export.py" <session_id> <outfile> # writes to file
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/export.py" --list
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/export.py" --all [<outdir>] # default: .claude/exports/
After exporting, confirm briefly:
Exported session **2026-04-01** (6.6m, 12 messages) to `.claude/exports/2026-04-01_abc123.md`
For --list, show available sessions as a compact table. For --all, report the count and output directory.
REQUIRED: You MUST call AskUserQuestion (type: Decision) with these options after exporting. Do not end your response without this menu: