fix: 办公四件套 description 添加中文触发词,修复中文消息无法触发技能的问题

This commit is contained in:
张馨元
2026-04-04 19:40:18 +08:00
parent e7eb16d971
commit 20508f816e
4 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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