← 返回 Skills 市场
69
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chat-distill
功能描述
Distill a person's chat style from exported conversation records and generate replies that mimic their voice. Use when (1) analyzing chat history to extract...
使用说明 (SKILL.md)
Chat Distill — Style Analysis & Mimicry
Workflow
- Parse → extract messages per speaker from raw export (see
references/format-parsers.md) - Analyze → build style profile (see
references/style-dimensions.md) - Report → output analysis report using template in
references/output-template.md - Mimic → generate replies on demand using the profile
Quick Start
Given a chat export file:
- Read the file and identify the format (WeChat export, plain text, JSON array, TG export).
- Normalize into
{ speaker, text, time? }messages using parsing rules inreferences/format-parsers.md. - Pick the target speaker — the one whose style to learn. If multiple speakers exist, ask which one.
- Run analysis following
references/style-dimensions.md. - Output the report per
references/output-template.md§ Analysis Report. - When the user asks for a mimicked reply, use the profile +
references/output-template.md§ Mimic Reply.
Key Principles
- Show, don't tell: Include concrete examples from the actual chat when reporting style traits.
- Preserve quirks: Capture tics the speaker doesn't notice — repeated filler words, capitalization habits, punctuation style.
- Respect privacy: Never echo sensitive content (passwords, addresses, financials) from chats into reports. Anonymize if needed.
- Minimum sample: Require at least 20 messages from the target speaker. If fewer, warn that analysis may be unreliable.
安全使用建议
This skill appears to do what it says, but take care before using it:
- Privacy risk: The parser will output raw chat text and the SKILL.md encourages showing concrete examples. The code does not redact sensitive items. Before running, inspect exports and remove or redact passwords, addresses, financial data, or other sensitive content.
- Model transmission risk: Analysis and mimicry typically involve sending extracted text to an LLM. If you use a cloud LLM, any raw chat content you send may be stored or used in model logs. Sanitize locally before sending, or run analysis fully offline.
- Consent & legality: Mimicking someone's voice can be ethically or legally sensitive. Only analyze/mimic chats for which you have explicit permission, and be aware of local laws and platform policies.
- Verify behavior: If you plan to automate this skill, test on harmless/synthetic data first to confirm it does not leak content or send data to external endpoints. The included script does file parsing only (no network), but the agent's analysis step may pass text to models—confirm where that happens.
- If you need enforced redaction: either add a preprocessing step that detects and removes PII before analysis, or modify the script to filter sensitive tokens. Without that, follow SKILL.md's privacy guideline manually.
Given these concerns (privacy mismatch between policy text and actual code), proceed only after you ensure data sanitization and consent. Additional info that would raise confidence to 'high': explicit redaction code, or documented enforcement that sensitive content is never forwarded to external services.
功能分析
Type: OpenClaw Skill
Name: chat-distill
Version: 1.0.0
The skill bundle is designed to analyze chat export files (WeChat, WhatsApp, Telegram, etc.) to extract linguistic styles and generate mimicked replies. The Python script `scripts/extract_messages.py` uses standard libraries and regular expressions to parse local files without any network activity, obfuscation, or unauthorized file access. The instructions in `SKILL.md` and the reference documents are well-aligned with the stated purpose and explicitly include privacy safeguards, such as advising the agent to anonymize sensitive information like passwords or addresses found in chat logs.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference docs, and the included Python parser all align: this skill parses exported chats, builds style profiles, and generates mimic replies. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md requires reading full chat export files and instructs the agent to include concrete examples from chats in reports, but also claims 'Respect privacy: Never echo sensitive content' — that privacy requirement is a policy instruction only. The included parser (scripts/extract_messages.py) will output raw message text and does not implement automatic redaction or sensitive-data detection. That mismatch means the agent or user could accidentally expose passwords, addresses, or other private data when following the workflow (or when the agent sends data to an external model).
Install Mechanism
No install spec, no external downloads, only a local Python script and markdown references are included. Lowest-risk installation footprint.
Credentials
The skill does not request environment variables, credentials, or config paths. Its need for access is limited to user-provided chat export files (sensitive but expected for this purpose).
Persistence & Privilege
The skill does not request persistent/always-on privileges. Defaults (no always:true) are used and there is no code that modifies system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chat-distill - 安装完成后,直接呼叫该 Skill 的名称或使用
/chat-distill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: chat style analysis + mimicry from exported chat records
元数据
常见问题
Chat Distill 是什么?
Distill a person's chat style from exported conversation records and generate replies that mimic their voice. Use when (1) analyzing chat history to extract... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Chat Distill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chat-distill」即可一键安装,无需额外配置。
Chat Distill 是免费的吗?
是的,Chat Distill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chat Distill 支持哪些平台?
Chat Distill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chat Distill?
由 MengqiYu9(@mengqiyu9)开发并维护,当前版本 v1.0.0。
推荐 Skills