From de6cfa0b23024af68ec696fcdd441f57aad98d24 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 20:06:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=9E=E5=85=AC=E5=9B=9B=E4=BB=B6?= =?UTF-8?q?=E5=A5=97=E6=B7=BB=E5=8A=A0=20Output=20Rule=20=E8=A6=81?= =?UTF-8?q?=E6=B1=82=20Agent=20=E5=91=8A=E7=9F=A5=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/docx/SKILL.md | 4 ++++ skills/pdf/SKILL.md | 4 ++++ skills/pptx/SKILL.md | 4 ++++ skills/xlsx/SKILL.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/skills/docx/SKILL.md b/skills/docx/SKILL.md index 54c39f7..0dc12c4 100644 --- a/skills/docx/SKILL.md +++ b/skills/docx/SKILL.md @@ -37,6 +37,10 @@ market: # DOCX creation, editing, and analysis +## Output Rule + +When you create or modify a .docx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.docx`" + ## Overview A .docx file is a ZIP archive containing XML files. diff --git a/skills/pdf/SKILL.md b/skills/pdf/SKILL.md index fbbc122..541ea12 100644 --- a/skills/pdf/SKILL.md +++ b/skills/pdf/SKILL.md @@ -33,6 +33,10 @@ market: # PDF Processing Guide +## Output Rule + +When you create or modify a .pdf file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.pdf`" + ## Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. diff --git a/skills/pptx/SKILL.md b/skills/pptx/SKILL.md index 963f4a3..a68eabd 100644 --- a/skills/pptx/SKILL.md +++ b/skills/pptx/SKILL.md @@ -37,6 +37,10 @@ market: # PPTX Skill +## Output Rule + +When you create or modify a .pptx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.pptx`" + ## Quick Reference | Task | Guide | diff --git a/skills/xlsx/SKILL.md b/skills/xlsx/SKILL.md index 89ae7f7..e7690a5 100644 --- a/skills/xlsx/SKILL.md +++ b/skills/xlsx/SKILL.md @@ -39,6 +39,10 @@ market: # Requirements for Outputs +## Output Rule + +When you create or modify a .xlsx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.xlsx`" + ## All Excel files ### Professional Font