office-document
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseOffice document routing
办公文档路由
Use this skill as a routing decision, not as a replacement for the document
engines. The official Hermes skills are separate skills:
| User task | Hermes skill |
|---|---|
Create, read, edit, template, or review Word | |
Create, read, or edit Excel | |
Create, read, or edit editable PowerPoint | |
| Create, read, merge, fill, secure, or otherwise manipulate PDF | |
| Read-only extraction or summarization | Do not route here; read the file directly |
Visual presentation that does not need an editable | Starchild |
本技能仅用于路由决策,不可替代文档引擎。官方Hermes技能为独立技能:
| 用户任务 | Hermes技能 |
|---|---|
创建、读取、编辑、套用模板或审阅Word | |
创建、读取或编辑Excel | |
创建、读取或编辑可编辑PowerPoint | |
| 创建、读取、合并、填充、加密或以其他方式处理PDF文档 | |
| 只读提取或总结 | 请勿路由至此;直接读取文件 |
无需可编辑 | Starchild |
Decision rules
决策规则
- Determine whether the user needs an editable output or only information. Read-only is not a document-production task. Do not install or invoke a document skill merely to extract or summarize file contents.
- Select exactly one format-specific Hermes skill from the table above.
- For a mixed request, route each artifact to its own format-specific skill;
do not use for a PDF or
powerpointfor a general presentation.docx - For scanned or image-only PDFs, use Hermes before or instead of
ocr-and-documents; a PDF skill cannot invent a missing text layer.pdf - After any edit or creation, follow the selected skill's verification steps. Do not claim format fidelity without read-back and, where applicable, render/visual inspection.
- 判断用户是否需要可编辑输出,还是仅需获取信息。只读操作不属于文档生成任务,请勿仅为提取或总结文件内容而安装或调用文档Skill。
- 从上述表格中选择恰好一个对应格式的Hermes技能。
- 对于混合请求,将每个文件路由至其对应格式的专属技能;请勿使用处理PDF,或使用
powerpoint处理通用演示文稿。docx - 对于扫描件或仅含图片的PDF,在使用技能之前或直接使用Hermes
pdf技能;PDF技能无法生成缺失的文本层。ocr-and-documents - 完成任何编辑或创建操作后,遵循所选技能的验证步骤。未经回读及(如适用)渲染/视觉检查,请勿声称格式保真。
Installing the official Hermes skills
安装官方Hermes技能
These are the official skills from , not similarly
named community skills.
NousResearch/hermes-agent这些是提供的官方技能,而非名称类似的社区技能。
NousResearch/hermes-agentSkills CLI installation
技能CLI安装
Install only the one skill required by the current task. Do not install all
format-specific skills in advance.
Use the matching command:
- DOCX task:
npx skills add NousResearch/hermes-agent --skill docx - XLSX/CSV task:
npx skills add NousResearch/hermes-agent --skill xlsx - Editable PPTX task:
npx skills add NousResearch/hermes-agent --skill powerpoint - PDF task:
npx skills add NousResearch/hermes-agent --skill pdf - Scanned or image-only PDF:install only when OCR is actually needed:
ocr-and-documentsnpx skills add NousResearch/hermes-agent --skill ocr-and-documents
Do not substitute a community package with a similar name unless the user
explicitly asks for that package. After installation, confirm the selected
skill's is present and use its own scripts and verification commands.
SKILL.md仅安装当前任务所需的单个技能。请勿提前安装所有格式专属技能。
使用匹配的命令:
- DOCX任务:
npx skills add NousResearch/hermes-agent --skill docx - XLSX/CSV任务:
npx skills add NousResearch/hermes-agent --skill xlsx - 可编辑PPTX任务:
npx skills add NousResearch/hermes-agent --skill powerpoint - PDF任务:
npx skills add NousResearch/hermes-agent --skill pdf - 扫描件或仅含图片的PDF:仅在实际需要OCR时安装:
ocr-and-documentsnpx skills add NousResearch/hermes-agent --skill ocr-and-documents
除非用户明确要求,否则请勿替换为名称类似的社区包。安装完成后,确认所选技能的已存在,并使用其自带的脚本和验证命令。
SKILL.mdOfficial source mapping
官方源映射
The upstream source paths are:
https://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/docxhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/xlsxhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/powerpointhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/pdfhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/ocr-and-documents
The Hermes skill uses helpers and package health checks;
uses ; uses ; and uses
, , and . These implementation details describe
the official skills and should not be replaced with guessed local commands.
docxpython-docxxlsxopenpyxlpowerpointpython-pptxpdfpypdfreportlabpdfplumber上游源路径如下:
https://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/docxhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/xlsxhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/powerpointhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/pdfhttps://github.com/NousResearch/hermes-agent/tree/main/skills/productivity/ocr-and-documents
Hermes 技能使用辅助工具及包健康检查;技能使用;技能使用;技能使用、和。这些实现细节为官方技能的描述,请勿替换为猜测的本地命令。
docxpython-docxxlsxopenpyxlpowerpointpython-pptxpdfpypdfreportlabpdfplumber