心动黄一孟做的一个 skill, 把 ChatGPT 和 Claude 的聊天记录全部导入OpenClaw,重新生成对应的 Memory。
包含两个互相配合的 skill:chat-history-importconversation-history
chat-history-import 会把外部聊天历史导入到:- logs/message-archive-raw/- memory/YYYY-MM-DD.md- MEMORY.md
conversation-history 用来在导入后搜索 archive 文件,方便 agent 回忆旧决策、旧链接、原话和时间线。
链接:github.com/dashhuang/openclaw-chat-history-import

