wechat_save_skill
Save WeChat chat skills as Agent Skills compliant SKILL.md files by specifying chat names and output path. Supports message limit and markdown or JSON output.
Instructions
Distill and save skill to file as Agent Skills compliant SKILL.md.
Args: chat_names: Comma-separated list of chat names output_path: Path to save the skill file (will create SKILL.md per Agent Skills spec) message_limit: Maximum messages per chat output_format: 'markdown' (Agent Skills SKILL.md) or 'json'
Returns: Path to saved SKILL.md file or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_names | Yes | ||
| output_path | Yes | ||
| message_limit | No | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |