Install
openclaw skills install file-summaryLocal document summary tool. Activate when user mentions "总结文件", "帮我总结", "总结文档", "分析文档" or provides a local file path (txt/docx/pdf/xlsx/xls).
openclaw skills install file-summarySingle tool file_summary for local document text extraction and summary.
From user input 帮我总结 D:\测试.pdf → file_path = D:\测试.pdf
{ "action": "extract", "file_path": "D:\测试.pdf" }
Returns:
{ "action": "summary", "file_path": "D:\测试.pdf" }
Returns: Concise summary of the document content (integrated with OpenClaw LLM)
To summarize a local document:
{ "action": "extract", "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)