用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oomol-lab/oomol-hermes-agent --skill office-files命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | office-files |
| description | Create, edit, convert, and inspect Microsoft Office files. |
Use the OOMOL Hermes Agent image-provided Office stack. Do not install replacement document libraries at runtime before trying the supported tools below.
markitdown first for model-readable extraction from ordinary .docx,
.xlsx, and simple .pptx files.python-docx for structured Word .docx creation or updates.openpyxl for structured Excel .xlsx or .xlsm creation or updates.
Use defusedxml-safe parsing paths for untrusted XML-adjacent content.python-pptx for basic PowerPoint .pptx creation, inspection, or
patching. Complex beautification, template filling, animations, and
high-fidelity presentation generation are outside this skill's guarantee.pandoc for Markdown-to-Word and similar document conversions.soffice --headless for Office-to-PDF export,
format conversion, and legacy .doc, .xls, or .ppt handling.pdf-files skill for native PDF creation, AcroForm filling,
static PDF delivery, verification, and digital signatures.Use the image-provided Python environment directly:
/opt/hermes/.venv/bin/python
The OOMOL image installs markitdown, docx, openpyxl, pptx, and
defusedxml into this interpreter. It also installs LibreOffice, Pandoc, and
CJK fonts during the image build.
Do not install Office packages at runtime. Check only the tool needed for the current task instead of probing every binary and Python module at once.
This skill provides deterministic, basic .pptx work through python-pptx.
It does not include the old repository's PPT Master workflow. Convert legacy
.ppt input to .pptx with LibreOffice first, or export it to PDF when
editable structure is not required.
Office-to-PDF export stays in this skill: use LibreOffice for .docx, .xlsx,
.pptx, .doc, .xls, or .ppt conversion.
Native PDF work belongs to pdf-files: creating PDFs from scratch, creating
or filling AcroForms, flattening content into a static deliverable, inspecting
fields, verifying rendering and structure, or adding a test/real signature.
LibreOffice must not write state under /opt/hermes. Use a unique writable
profile for each concurrent conversion, for example:
profile_dir="$(mktemp -d /tmp/libreoffice-profile.XXXXXX)"
soffice --headless --nologo --nofirststartwizard --norestore \
-env:UserInstallation="file://${profile_dir}" \
--convert-to pdf --outdir /tmp/out /path/to/input.docx
Remove the temporary profile after the conversion. Write user documents and
generated files under the requested workspace path, never under /opt/hermes.
pdf-files verification path when visual
correctness matters.Legacy binary formats are conversion-only best effort. High-fidelity layout, complex macros, password-protected files, embedded OLE objects, and proprietary fonts are outside the default strong guarantee.
Create, inspect, fill, verify, and sign PDF files.
Research and analyze fresh public data from TikTok, Douyin, WeChat Channels, WeChat Official Accounts, WeChat Search, Weibo, YouTube, Reddit, Twitter, Zhihu, Kuaishou, and Xiaohongshu through an OO-authenticated managed proxy backed by TikHub. Use when the user asks to search, retrieve, compare, monitor, or analyze current public posts, videos, comments, users, creators, trends, products, topics, audiences, or cross-platform performance. This workflow does not use or require a connected TikHub app or user-supplied TikHub credentials. Do not use for style-only writing, generic advice, or analysis that can be completed from data the user already supplied.
基于 SOC 职业分类