Arxiv Translate

Provides a direct link to download Chinese translations of arXiv papers using the paper's arXiv ID or URL.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 618 · 6 current installs · 6 all-time installs
bySky Yan@skyan
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk974ywxa70jpjnk9db7dzxec1n81yb9a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…