Install
openclaw skills install file-summary-zongjielocal document summary & analysis tool. triggers: 帮我总结, 总结文件, 分析文档, 分析总结, 总结一下, 分析一下 summarize for me, analyze for me, summarize the file, analyze the document, file summary, document analysis Supported formats: txt, docx, pdf, xlsx, xls ⚠️ Privacy Note: Extracted content will be sent to OpenClaw LLM for summary/analysis — DO NOT use with sensitive/confidential files.
openclaw skills install file-summary-zongjieA universal tool for extracting text from local documents and generating summaries/analysis, supporting both Chinese and English trigger words.
From user input 帮我总结 D:\测试.pdf → file_path = D:\测试.pdf
From user input summarize for me C:\test.pdf → file_path = C:\test.pdf
{ "action": "extract", "file_path": "D:\测试.pdf" } { "action": "extract", "file_path": "C:\test.pdf" }
Returns (返回结果):
{ "action": "summary", "file_path": "D:\测试.pdf" } { "action": "analysis", "file_path": "C:\test.pdf" }
Returns (返回结果):
To summarize/analyze a local document:
{ "action": "extract/analysis", "file_path": "your_file_path" } → returns plain textchannels: local: tools: file_summary: true # default: true python: true # required - need Python environment
Required (必备):
file-summary folder into OpenClaw's skills directoryfile-summary folder (include md/py) to a public platform (e.g. GitHub/Gitee, ClawHub)