openclaw - 💡(How to fix) Fix [Feature]: Export session transcript as Markdown or plain text from Control UI [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#81584Fetched 2026-05-14 03:30:39
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
2
Author
Timeline (top)
mentioned ×2subscribed ×2closed ×1commented ×1

Add the ability to download a full session conversation as Markdown or plain text from the Control UI.

Root Cause

Add the ability to download a full session conversation as Markdown or plain text from the Control UI.

RAW_BUFFERClick to expand / collapse

Summary

Add the ability to download a full session conversation as Markdown or plain text from the Control UI.

Problem to solve

Session history is only accessible inside the Control UI with no way to archive, share, or process it externally. There is no API endpoint for export either.

Proposed solution

  • An export button on each session view that downloads the conversation as .md or .txt
  • Optionally: a GET /openclaw/sessions/:id/export endpoint for scripting/automation

Alternatives considered

Copy-pasting manually from the UI — lossy, slow, and doesn't preserve formatting or tool output blocks.

Impact

Medium — useful for record-keeping, sharing with collaborators, feeding into RAG pipelines, or building audit trails.

Evidence/examples

ChatGPT, Claude.ai, and most AI chat interfaces provide conversation export. Particularly valuable when sessions contain structured tool outputs or research results.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature]: Export session transcript as Markdown or plain text from Control UI [1 comments, 2 participants]