← 返回 Skills 市场
zd200572

research-paper-pdf-translator

作者 Dong Zhao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
187
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bioinfo-paper-translate-summary-chinese
功能描述
自动将英文科研论文PDF翻译成中文,整理内容突出生物信息学细节,符合科研阅读习惯。
使用说明 (SKILL.md)

科研论文PDF翻译整理

描述

自动将英文科研论文PDF翻译成中文,并按照科研阅读习惯进行整理,突出生物信息学细节。

使用场景

当您需要快速获取英文科研论文的中文核心内容,并希望内容符合生物信息学研究者的阅读习惯时。

运行方式

/usr/bin/python3 SKILL.py \x3Cpdf_path>

注意事项

  • 确保您的系统已安装 poppler-utils 包,其中包含 pdftotext 工具,这是PDF转换文本的必要组件。
  • PDF文件路径必须是绝对路径。
  • 对于内容复杂或扫描版的PDF,转换效果可能受限。
安全使用建议
This skill appears to do what it says, but consider these practical safety points before installing: - Data leakage: SKILL.py prints the entire extracted paper text and the absolute PDF path to stdout and asks the agent to translate it. If your agent sends prompts or content to a remote LLM or logs stdout, the full paper and filesystem path could be transmitted or recorded. Avoid using with confidential PDFs unless you control where model invocations and logs go. - Temporary file handling: The script writes a fixed file name (temp_paper_for_translation.txt) in the same directory as the PDF. That can overwrite files with the same name or leave artifacts if the script crashes. Prefer running in a copy of the directory or modify the script to use a secure temp file (e.g., tempfile in /tmp) or a unique name. - Write permission: The skill asks the agent to save the resulting markdown in the same directory; ensure you trust the agent's write permissions for that location. - Dependency: You must install poppler-utils (pdftotext) for reliable conversion. If you need stronger privacy guarantees, run the script in an isolated environment, modify it to use secure temporary files and avoid printing absolute paths, and ensure model invocations remain local or to a trusted endpoint.
功能分析
Type: OpenClaw Skill Name: bioinfo-paper-translate-summary-chinese Version: 1.0.0 The skill is designed to extract text from PDF research papers and prompt an AI agent to translate and summarize the content. The implementation in SKILL.py uses safe subprocess calls to execute pdftotext and handles temporary files appropriately without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (translate scientific PDFs to Chinese with bioinformatics focus) align with the code and instructions: SKILL.py converts the PDF with pdftotext, prints the text and a prompt asking the agent to translate and summarize. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and SKILL.py only touch the supplied PDF. The skill prints the entire extracted paper text and the original absolute PDF path to stdout and instructs the agent to save a markdown file in the same directory. Printing full paper text and the absolute path is necessary for translation but can expose sensitive content or filesystem layout to the agent/model; the instructions give the agent broad discretion to write files in the PDF's directory.
Install Mechanism
No install spec; the SKILL.py runtime only relies on the external pdftotext binary (poppler-utils). This is a low-risk pattern compared with remote downloads or package installs.
Credentials
The skill declares no environment variables and the code does not read secrets or unrelated env vars. No external credentials or config paths are requested.
Persistence & Privilege
The skill is not always-on and does not modify other skills or system-wide agent settings. It writes a temporary text file and asks the agent to save output in the same directory; this is normal for a file-processing skill but grants write access to the target directory while running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bioinfo-paper-translate-summary-chinese
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bioinfo-paper-translate-summary-chinese 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first created
元数据
Slug bioinfo-paper-translate-summary-chinese
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

research-paper-pdf-translator 是什么?

自动将英文科研论文PDF翻译成中文,整理内容突出生物信息学细节,符合科研阅读习惯。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 research-paper-pdf-translator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bioinfo-paper-translate-summary-chinese」即可一键安装,无需额外配置。

research-paper-pdf-translator 是免费的吗?

是的,research-paper-pdf-translator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

research-paper-pdf-translator 支持哪些平台?

research-paper-pdf-translator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 research-paper-pdf-translator?

由 Dong Zhao(@zd200572)开发并维护,当前版本 v1.0.0。

💬 留言讨论