← Back to Skills Marketplace
skyan

Arxiv Translate

by Sky Yan · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1158
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install arxiv-translate
Description
Provides a direct link to download Chinese translations of arXiv papers using the paper's arXiv ID or URL.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arxiv-translate
  3. After installation, invoke the skill by name or use /arxiv-translate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug arxiv-translate
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is Arxiv Translate?

Provides a direct link to download Chinese translations of arXiv papers using the paper's arXiv ID or URL. It is an AI Agent Skill for Claude Code / OpenClaw, with 1158 downloads so far.

How do I install Arxiv Translate?

Run "/install arxiv-translate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Arxiv Translate free?

Yes, Arxiv Translate is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Arxiv Translate support?

Arxiv Translate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Arxiv Translate?

It is built and maintained by Sky Yan (@skyan); the current version is v1.0.0.

💬 Comments