0xf4vul/conversation-exporter/SKILL.md
对话历史导出工具 - 将 WorkBuddy 的对话历史导出为多种格式(JSON/Markdown/TXT),包含时间线、元数据、统计数据、成就里程碑和 Skills 使用记录,便于归档分析和分享
npx skillsauth add openclaw/skills 0xf4vul/conversation-exporterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将 WorkBuddy 的对话历史导出为多种格式(JSON、Markdown、TXT),便于归档、分析和分享。
当用户需要以下操作时使用此 Skill:
JSON 格式(conversation_history.json)
Markdown 格式(conversation_history.md)
TXT 格式(conversation_history.txt)
用户请求导出对话历史时:
确定导出格式
读取工作记忆
构建导出数据
输出文件
对话历史_YYYY-MM-DD.{ext}{
"conversation_history": {
"metadata": {
"export_date": "ISO 8601 日期时间",
"date_range": {
"start": "YYYY-MM-DD",
"end": "YYYY-MM-DD"
},
"workspace": "工作区路径",
"project": "项目名称"
},
"timeline": [
{
"date": "YYYY-MM-DD",
"time": "HH:MM",
"type": "事件类型",
"action": "操作描述",
"details": {}
}
],
"statistics": {
"total_days": 0,
"total_events": 0,
"events_by_type": {}
},
"achievements": [],
"skills_summary": {},
"automations": []
}
}
# 对话历史摘要
## 元数据
- 导出日期:...
- 时间范围:...
- 项目:...
## 时间线
### YYYY-MM-DD
- [HH:MM] 事件类型:操作描述
## 统计数据
...
## 成就里程碑
...
utf-8-sig(带 BOM,增强兼容性)utf-8-sig对话历史_{date}.{ext}隐私保护
性能考虑
编码问题
utf-8-sig 避免 Excel 打开乱码skill_installationtools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。