← 返回 Skills 市场
skyan

Arxiv Translate

作者 Sky Yan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1158
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install arxiv-translate
功能描述
Provides a direct link to download Chinese translations of arXiv papers using the paper's arXiv ID or URL.
使用说明 (SKILL.md)

arxiv-translate

Download Chinese translations of arXiv papers.

Usage

arxiv-translate 2601.06798

or with full URL:

arxiv-translate https://arxiv.org/abs/2601.06798

What it does

  1. Extracts the arXiv ID from input (supports both ID and full URL)
  2. Generates the translation service URL: https://hjfy.top/arxiv/{id}
  3. Provides the user with a clickable link to access the translation
  4. Explains that translations are generated on-demand and may take a moment

Notes

  • Translations are generated on-demand by the service
  • The first access may take some time as the translation is being processed
  • This skill provides a direct link; the user visits the site to download
安全使用建议
This skill is short and does exactly what it says: it extracts an arXiv ID and prints a link to https://hjfy.top/arxiv/{id}. Before installing, consider: (1) the script itself makes no network calls or credential requests — it only prints a URL; (2) the translation is provided by a third‑party site (hjfy.top) you will visit — that site can log your IP, the paper ID, and process the paper content; (3) if you handle unpublished or sensitive PDFs, avoid sending them to third parties; (4) inspect the simple script if you want to verify behavior (it’s included and readable); (5) test with a known public arXiv ID to confirm link correctness. If you’re uncomfortable with the external service, don’t install or modify the script to point to a different trusted translation provider.
功能分析
Type: OpenClaw Skill Name: arxiv-translate Version: 1.0.0 The skill's purpose is to generate a translation link for arXiv papers using the `hjfy.top` service. Both the `SKILL.md` instructions and the `scripts/arxiv-translate.sh` script consistently align with this stated purpose. The script safely extracts the arXiv ID using regex and constructs a URL without making any network requests, executing arbitrary commands from user input, or attempting data exfiltration. There are no signs of prompt injection, obfuscation, or malicious intent; the skill simply processes input and outputs a link for the user.
能力评估
Purpose & Capability
Name/description promise matches the included script and SKILL.md: the skill only needs to extract an arXiv ID and construct a URL to https://hjfy.top/arxiv/{id}. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the script only parse the input and output a translation link. The skill instructs the user to visit an external third‑party site (hjfy.top) to obtain the translation — that external access happens via the user's browser, not this script. Users should be aware that visiting that external site will expose the requested paper ID and their IP to the third party.
Install Mechanism
Instruction-only skill with a small local shell script; no install spec, no downloads, and nothing written to disk beyond the provided script. Low install risk.
Credentials
No environment variables, credentials, or config paths are required. The requested privileges are minimal and proportional to the stated function.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or elevated privileges. It does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install arxiv-translate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /arxiv-translate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—download Chinese translations of arXiv papers. - Accepts both arXiv IDs and full URLs as input. - Provides a direct, clickable link to the on-demand translation service. - Informs users that translation processing may take time on first access.
元数据
Slug arxiv-translate
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

Arxiv Translate 是什么?

Provides a direct link to download Chinese translations of arXiv papers using the paper's arXiv ID or URL. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1158 次。

如何安装 Arxiv Translate?

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

Arxiv Translate 是免费的吗?

是的,Arxiv Translate 完全免费(开源免费),可自由下载、安装和使用。

Arxiv Translate 支持哪些平台?

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

谁开发了 Arxiv Translate?

由 Sky Yan(@skyan)开发并维护,当前版本 v1.0.0。

💬 留言讨论