运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install feishu-chat-importer
镜像加速npx clawhub@latest install feishu-chat-importer --registry https://cn.longxiaskill.com
技能文档
将飞书聊天记录导出转换为 OpenClaw 情景记忆格式
功能概述
此技能用于将飞书聊天记录导出文件转换为 OpenClaw 可用的情景记忆格式。
使用方法
# 基本用法 feishu-chat-importer --input ./feishu_chat_20240101.json
# 批量处理 feishu-chat-importer --batch ./exports/
输入格式
支持 feishu_chat_YYYYMMDD.json 格式的文件。
输出格式
生成符合 OpenClaw episodic memory 规范的情景记忆文件。
配置选项
--input: 输入文件路径--output: 输出目录路径--batch: 批量处理模式
注:SKILL.md 完整内容需用户提供