TTokenySpace
返回 Skills 列表

chatpipe-export

Export any AI chat session to Markdown, JSON, or plain text using ChatPipe v1.1. Supports 7 input formats including OpenClaw sessions, Hermes agent logs, ChatGPT exports, and Chatbox exports. Use when

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"chatpipe-export"技能
技能信息:
- 名称: chatpipe-export
- 标识: chatpipe-export
- 描述: Export any AI chat session to Markdown, JSON, or plain text using ChatPipe v1.1. Supports 7 input formats including OpenClaw sessions, Hermes agent logs, ChatGPT exports, and Chatbox exports. Use when
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/chatpipe-export/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

ChatPipe Export — One-Click AI Chat Export

Export any AI chat session to clean Markdown, JSON, or plain text. No manual file handling. Just say "export this conversation".

Supported Formats

Input (auto-detected)

FormatSource
openclaw-jsonCurrent / past OpenClaw sessions
hermes-jsonHermes agent logs
chatgpt-jsonChatGPT data export ZIP
chatbox-htmlChatbox exported HTML
chatbox-jsonChatbox conversations.json
markdownRole-labeled .md files
plain-textRole-labeled .txt files

Output

FormatUse case
markdownObsidian, Notion, GitHub, VS Code
chatgpt-jsonImport into ChatGPT tools, API processing
chatbox-jsonImport back into Chatbox
plain-textgrep, shell scripts, minimal storage

Quick Export

To export the current session as Markdown:

python3 scripts/export_session.py --markdown

To export a past session by session key:

python3 scripts/export_session.py agent:main:main --format markdown

To export a Hermes session:

python3 scripts/export_session.py agent:hermes:main --format markdown

How It Works

  1. Fetch the session transcript via OpenClaw API or file system
  2. Pass it through ChatPipe (auto-detects format)
  3. Save the output to the workspace

The helper script scripts/export_session.py wraps both the data extraction and ChatPipe conversion into a single command.

When to Use

User saysDo this
"导出这段聊天"Export current session as Markdown
"保存到Obsidian"Export to Markdown, tell user where the file is
"backup my AI chats"Export all recent sessions as Markdown batch
"convert to JSON"Export current session as chatgpt-json
"导出和Akira的对话"Find Hermes session, export as Markdown

Output Location

Exported files are saved to the workspace root with descriptive names: session-{key}-{date}.md

Never delete or move exported files unless the user explicitly asks.

评论

加载中…