From aa1f0a9e94c91d712957f6ea2febfa2a0ae32503 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 11 Mar 2026 12:41:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=20SKILL.md=20?= =?UTF-8?q?=E7=BB=93=E6=9E=84=EF=BC=8C=E7=AA=81=E5=87=BA=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/SKILL.md b/SKILL.md index c38aefb..cd63b52 100644 --- a/SKILL.md +++ b/SKILL.md @@ -7,21 +7,21 @@ compatibility: Requires Python 3.11+。优先使用 lyxy-runner-python skill, # 统一文档解析 Skill -## Purpose +## 🔴 重要:执行路径优先级(必须遵守) -**第一步:获取执行建议** - -```bash -python scripts/lyxy_document_reader.py --advice <文件路径或URL> -``` - -这会输出准确的执行命令,包含所需的依赖配置。 - -**执行路径优先级** +### 执行路径选择(按优先级顺序) 1. **lyxy-runner-python skill(首选)** - 自动管理依赖 2. **uv run --with** - 按需加载依赖 3. **主机 Python + pip install** - 手动安装依赖 +### 第一步:获取执行建议 +```bash +python scripts/lyxy_document_reader.py --advice <文件路径或URL> +``` +这会输出准确的执行命令,包含所需的依赖配置。 + +## Purpose + **支持格式** - DOCX(Word 文档) - XLSX(Excel 表格)