← 返回 Skills 市场
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install translate-user-manual
功能描述
Professional translator for hardware and technical manuals delivering complete, page-by-page bilingual tables and Word exports for accurate DTP preparation.
安全使用建议
Key things to consider before installing or using this skill:
- Extraction gap: The skill requires extracting text from PDFs and images but provides no OCR/PDF tooling. Ask the author which tool/process they expect (pdftotext, pdfminer, Tesseract, upstream service) or provide a separate, audited extraction step. Without that, the agent may attempt fragile or unsafe ad-hoc extraction.
- Dependency: The export script needs the python-docx package. Ensure your environment has python-docx installed (or add an install step) before relying on the export step.
- Sensitive data risk: The policy to "extract ALL visible text" can surface sensitive information embedded in manuals. Only feed documents you have the right to process, and consider redacting or reviewing sensitive fields first.
- Operational safety: Test the skill on non-sensitive sample manuals to validate output formatting and pagination. Confirm whether OCR/embedding preserves layout you need for DTP.
- If you need assurance: request more details from the publisher — how PDF/image extraction is intended to work, an explicit dependency list (python-docx version), and a signed provenance or homepage. If these are not available, treat the skill as incomplete and use caution.
功能分析
Type: OpenClaw Skill
Name: translate-user-manual
Version: 1.0.0
The skill is a legitimate tool designed for translating technical manuals and converting Markdown tables into Word documents. The Python script `scripts/export_docx.py` uses the standard `python-docx` library to handle document generation and contains no evidence of data exfiltration, malicious execution, or obfuscation. The instructions in `SKILL.md` are strictly focused on translation accuracy and formatting, with no attempts at prompt injection or unauthorized system access.
能力评估
Purpose & Capability
The name/description, the Markdown instructions, and the export script are consistent: the skill produces page-by-page bilingual tables and then converts Markdown to .docx. However, the skill mandates extracting "ALL visible text (PDF or images)" but provides no code, binaries, or instructions for PDF parsing or OCR (e.g., pdftotext, Tesseract, or a PDF library). That gap is an implementation incoherence (the skill promises extraction capabilities it doesn't provide).
Instruction Scope
SKILL.md instructs the agent to extract every visible string (including labels, footnotes, UI text) and to use as many tokens as necessary, and to never summarize or skip. While aligned with the stated goal, this absolute-completeness requirement increases the risk of inadvertently exposing sensitive data (serial numbers, PII, credentials embedded in manuals). The instructions do not limit or redact sensitive fields, nor do they specify how to load PDFs/images into the agent, which may encourage ad-hoc practices (uploading raw PDFs to external services) with data-exfiltration risk.
Install Mechanism
There is no install spec (lowest risk) and no network/downloads. The included Python script depends on the 'docx' (python-docx) package but the skill does not declare this dependency or how to install it; this will cause runtime errors unless the environment already has python-docx. No other installation or remote code downloads are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to the stated purpose. There are no hidden credential requests in SKILL.md or the script.
Persistence & Privilege
always is false, the skill is user-invocable and not forced into every agent run. The skill does not modify other skills or system-wide settings. No elevated persistence or privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install translate-user-manual - 安装完成后,直接呼叫该 Skill 的名称或使用
/translate-user-manual触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ManualExpert: a professional technical manual translator and DTP preparation tool.
- Extracts all visible text from hardware/technical manuals (PDF/images) with strict, page-by-page completeness.
- Outputs 100% bilingual (source and translated) Markdown tables, preserving exact pagination.
- Ensures terminology consistency, prioritizing user dictionaries and domain knowledge.
- Exports structured Markdown tables to Word (.docx) for easy desktop publishing.
元数据
常见问题
ManualExpert 是什么?
Professional translator for hardware and technical manuals delivering complete, page-by-page bilingual tables and Word exports for accurate DTP preparation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 ManualExpert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install translate-user-manual」即可一键安装,无需额外配置。
ManualExpert 是免费的吗?
是的,ManualExpert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ManualExpert 支持哪些平台?
ManualExpert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ManualExpert?
由 MUGENG SU(@mugeng-su)开发并维护,当前版本 v1.0.0。
推荐 Skills