1
0

增加lyxy-reader-office skill

This commit is contained in:
2026-02-17 22:50:06 +08:00
parent 9f686270c2
commit 9f04dac50b
25 changed files with 609 additions and 1282 deletions

View File

@@ -0,0 +1,29 @@
## REMOVED Requirements
### Requirement: Delegate execution to lyxy-runner-python skill
**Reason**: 该能力已被 `office-document-parsing` spec 中的「必须通过 lyxy-runner-python 执行脚本」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 替代 lyxy-reader-docx skill
### Requirement: Extract full text from DOCX file
**Reason**: 该能力已被 `office-document-parsing` spec 中的「支持多格式文档解析」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 的 parser.py 解析 DOCX 文件
### Requirement: Extract document metadata
**Reason**: 该能力已被 `office-document-parsing` spec 中的「统一的查询功能」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 的 `-c``-l` 参数
### Requirement: Extract document titles
**Reason**: 该能力已被 `office-document-parsing` spec 中的「统一的查询功能」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 的 `-t` 参数
### Requirement: Extract chapter content by title name
**Reason**: 该能力已被 `office-document-parsing` spec 中的「统一的查询功能」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 的 `-tc` 参数
### Requirement: Search document with regex
**Reason**: 该能力已被 `office-document-parsing` spec 中的「统一的查询功能」需求完全替代
**Migration**: 使用 lyxy-reader-office skill 的 `-s` 参数
### Requirement: Multi-strategy parsing fallback
**Reason**: 该能力已被 `office-document-parsing` spec 中的「多策略解析降级」需求完全替代,且新版本支持更多格式和更多解析策略
**Migration**: 使用 lyxy-reader-office skill支持 DOCX/PPTX/XLSX/PDF 四种格式的多策略降级