AgentSkillsCN

zulip-extract

将Zulip线程的HTML转储提取为可读的纯文本。当用户提供了Zulip的HTML文件,或希望解析、读取、转换、总结Zulip线程时使用。

SKILL.md
--- frontmatter
name: zulip-extract
description: Extract Zulip thread HTML dumps into readable plain text. Use when the user provides a Zulip HTML file or asks to parse/read/convert/summarize a Zulip thread.

Zulip Thread Extractor

Run the bundled script to convert a Zulip HTML page dump into plain text.

Usage

bash
python3 .claude/skills/zulip-extract/zulip_thread_extract.py input.html output.txt

The script has zero dependencies beyond Python 3 stdlib. It extracts sender, timestamp, message content (with code blocks, links, quotes, mentions), and reactions.