원클릭으로
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: