wechat_distill_skill
Analyze WeChat chat history to extract personal communication style and generate Agent Skills compliant skill data in markdown or JSON.
Instructions
Distill personal communication style from chat history into an Agent Skills compliant SKILL.md.
Args: chat_names: Comma-separated list of chat names to analyze message_limit: Maximum messages to analyze per chat output_format: 'markdown' (Agent Skills SKILL.md) or 'json'
Returns: Agent Skills compliant skill data with YAML frontmatter, style rules, and few-shot examples
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_names | Yes | ||
| message_limit | No | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |