中文内容智能总结工具。Use when the user wants to summarize local files (TXT/MD/PDF/Word), web pages, news articles, or WeChat public account articles. No login, no API key, no VPN required. Extracts content via local file reading or curl, then summarizes using the current OpenClaw model. Domestic-friendly.
支持本地文件和网页内容的智能总结。
使用 OpenClaw 当前加载的模型进行总结,无需任何额外配置。
内容提取技术细节 → references/extract.md
总结提示词模板 → references/prompts.md
包含 http:// 或 https:// → 网页/公众号 → [网页流程]
路径包含 .pdf → 本地 PDF → [PDF流程]
路径包含 .docx → 本地 Word → [Word流程]
路径包含 .txt / .md → 本地文本 → [文本流程]
用户直接粘贴文字 → 直接进入 → [总结流程]
bash
curl -s {URL} \
-H User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 \
-H Accept: text/html,application/xhtml+xml;q=0.9,/;q=0.8 \
-H Accept-Language: zh-CN,zh;q=0.9,en;q=0.8 \
-L --max-time 15
从 HTML 提取纯文本,处理规则:
去除: