From 20508f816e40c712cecec619b38d858f88dc8398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=A6=A8=E5=85=83?= Date: Sat, 4 Apr 2026 19:40:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9E=E5=85=AC=E5=9B=9B=E4=BB=B6?= =?UTF-8?q?=E5=A5=97=20description=20=E6=B7=BB=E5=8A=A0=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E8=AF=8D=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=B6=88=E6=81=AF=E6=97=A0=E6=B3=95=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/docx/SKILL.md | 3 ++- skills/pdf/SKILL.md | 4 +++- skills/pptx/SKILL.md | 3 ++- skills/xlsx/SKILL.md | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/skills/docx/SKILL.md b/skills/docx/SKILL.md index 4d6a1b0..479f707 100644 --- a/skills/docx/SKILL.md +++ b/skills/docx/SKILL.md @@ -11,7 +11,8 @@ description: >- Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document - generation. + generation. Use when 用户提到 Word文档、docx、创建文档、编辑文档、报告、 + 备忘录、公文、合同、信函模板。 version: 1.0.0 type: procedural risk_level: low diff --git a/skills/pdf/SKILL.md b/skills/pdf/SKILL.md index d145faf..3419479 100644 --- a/skills/pdf/SKILL.md +++ b/skills/pdf/SKILL.md @@ -6,7 +6,9 @@ description: >- multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the - user mentions a .pdf file or asks to produce one, use this skill. + user mentions a .pdf file or asks to produce one, use this skill. Use when + 用户提到 PDF、读取PDF、合并PDF、拆分PDF、填写表单、加水印、提取文字、 + 扫描识别。 version: 1.0.0 type: procedural risk_level: low diff --git a/skills/pptx/SKILL.md b/skills/pptx/SKILL.md index bccf840..ddbe0e2 100644 --- a/skills/pptx/SKILL.md +++ b/skills/pptx/SKILL.md @@ -10,7 +10,8 @@ description: >- Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, - use this skill. + use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、 + pptx、创建演示、编辑幻灯片。 version: 1.0.0 type: procedural risk_level: low diff --git a/skills/xlsx/SKILL.md b/skills/xlsx/SKILL.md index ace99a3..4605bdc 100644 --- a/skills/xlsx/SKILL.md +++ b/skills/xlsx/SKILL.md @@ -13,7 +13,8 @@ description: >- junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API - integration, even if tabular data is involved. + integration, even if tabular data is involved. Use when 用户提到 Excel、 + 电子表格、xlsx、表格处理、公式计算、数据清洗、图表、CSV导入导出。 version: 1.0.0 type: procedural risk_level: low