file-summary
SKILL.md
File Summary Tool
Single tool file_summary for local document text extraction and summary.
Token Extraction
From user input 帮我总结 D:\测试.pdf → file_path = D:\测试.pdf
Actions
Extract Document Content
{ "action": "extract", "file_path": "D:\测试.pdf" }
Returns:
- Success: Plain text content of the document (txt/docx/pdf/xlsx/xls)
- Error: Error message starting with ❌ (e.g. ❌ File not found, ❌ Unsupported format)