← 返回 Skills 市场
weebrclb123-del

微信聊天记录知识卡片提取工具

作者 weebrclb123-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-knowledge-builder
功能描述
微信聊天记录知识卡片提取工具。将WeFlow导出的JSON数据转换为个人知识库、知识卡片和个人分身训练数据。触发场景:(1) 用户需要分析微信聊天记录;(2) 从微信数据中提取知识卡片;(3) 构建个人知识库;(4) 整理客户画像;(5) 生成训练数据用于AI分身。
安全使用建议
This skill will parse local WeFlow JSON into a markdown knowledge card (parse_weflow.py does that and nothing more). However, SKILL.md promises automatic storage to Feishu using feishu_bitable_app / feishu_create_doc but the package provides no Feishu integration code or declared credentials. Before installing or running: 1) Confirm where Feishu auth would come from — ask the author for required env vars or an implementation of the Feishu calls. 2) If you plan to upload chat logs to any cloud service, ensure you have consent and appropriate privacy controls. 3) Inspect and run parse_weflow.py locally on sample data to verify behavior (it only writes a markdown file). 4) If you need Feishu automation, prefer a version that clearly documents required tokens, scopes, and uses official SDKs or well-known CLIs rather than relying on unspecified feishu_* tools. 5) If you do not intend to send data out, run the script offline and do not provide any credentials to the agent.
功能分析
Type: OpenClaw Skill Name: wechat-knowledge-builder Version: 1.0.0 The skill bundle is a legitimate tool for processing WeChat chat logs exported via WeFlow into knowledge cards and Feishu documents. The Python script (parse_weflow.py) performs basic data aggregation and keyword counting without any network calls, obfuscation, or dangerous execution patterns, and the instructions in SKILL.md are strictly aligned with the stated purpose of data organization.
能力评估
Purpose & Capability
The skill states its purpose is to convert WeFlow JSON into a personal knowledge base and store results in Feishu (多维表格/文档). However, the shipped Python (parse_weflow.py) only reads local JSON and writes a markdown file; it does not implement any Feishu API calls, nor does the manifest declare Feishu credentials, required binaries, or dependencies. Expectation: Feishu integration would normally require API tokens/SDKs or a CLI; those are not requested or provided, which is an incoherence between claimed purpose and actual capability.
Instruction Scope
SKILL.md instructs the agent to read WeFlow JSON files (e.g., cat /path/to/weflow_export/*.json) and to use tools referenced as feishu_bitable_app or feishu_create_doc to store results. Reading local chat-export files is consistent with the stated purpose, but references to feishu_* tools are vague and unsatisfied by code. The instructions do not ask the agent to read unrelated system files or secrets, which is good, but they leave unspecified where Feishu credentials should come from.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written to the system beyond using the included parse_weflow.py. This is low-risk from an installation perspective.
Credentials
No environment variables, credentials, or config paths are declared, yet the skill explicitly describes storing data into Feishu. Feishu access normally requires API tokens/credentials (e.g., app_id/app_secret, access token). The absence of any declared required credentials or guidance about where they come from is a mismatch and could lead to accidental exposure (if an agent tries to reuse unrelated credentials) or silent failure. Additionally, the skill processes sensitive personal data (WeChat messages) — storing/transmitting that data requires explicit auth and privacy controls, which are not described.
Persistence & Privilege
Flags show always:false and user-invocable:true; the skill does not request permanent presence or elevated platform privileges, and it does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (default) but not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-knowledge-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-knowledge-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the 微信聊天记录知识卡片提取工具. - Converts WeFlow-exported JSON chat data into knowledge base entries, knowledge cards, and AI persona training data. - Supports extraction of customer profiles, common phrases, key decisions, and communication links from chat history. - Output structured knowledge cards and summaries, with suggested formats for Feishu Bitable integration. - Offers best practice guidance for organizing, categorizing, and updating extracted knowledge.
元数据
Slug wechat-knowledge-builder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

微信聊天记录知识卡片提取工具 是什么?

微信聊天记录知识卡片提取工具。将WeFlow导出的JSON数据转换为个人知识库、知识卡片和个人分身训练数据。触发场景:(1) 用户需要分析微信聊天记录;(2) 从微信数据中提取知识卡片;(3) 构建个人知识库;(4) 整理客户画像;(5) 生成训练数据用于AI分身。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 微信聊天记录知识卡片提取工具?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-knowledge-builder」即可一键安装,无需额外配置。

微信聊天记录知识卡片提取工具 是免费的吗?

是的,微信聊天记录知识卡片提取工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信聊天记录知识卡片提取工具 支持哪些平台?

微信聊天记录知识卡片提取工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信聊天记录知识卡片提取工具?

由 weebrclb123-del(@weebrclb123-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论