Agent Plugins Marketplace
All plugins

arxiv-paper-zh

v0.2.0

Verify and translate arXiv papers into compilable Chinese editions with paired English and Chinese PDFs.

Codex1 Skill

By AndrewYqLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add arxiv-paper-zh@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/yqstar/arxiv-paper-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

arxiv-paper-zh/
├── .codex-plugin/plugin.json
└── skills/arxiv-paper-zh/SKILL.md

Included Skills1

arxiv-paper-zhskills/arxiv-paper-zh/SKILL.md

Verify an arXiv or LaTeX paper's identity, then produce complete, compilable English and Chinese sources and PDFs. Use for locating and translating research papers while preserving math, citations, data, and layout; the workflow uses compact protected translation packets, adaptive parallel workers, cached TeX dependencies, audits, XeLaTeX compilation, and full-page visual verification.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "arxiv-paper-zh",
  "version": "0.2.0",
  "description": "Verify and translate arXiv papers into compilable Chinese editions with paired English and Chinese PDFs.",
  "author": {
    "name": "AndrewYq",
    "url": "https://github.com/yqstar"
  },
  "homepage": "https://github.com/yqstar/arxiv-paper-zh#readme",
  "repository": "https://github.com/yqstar/arxiv-paper-zh",
  "license": "MIT",
  "keywords": [
    "arxiv",
    "translation",
    "latex",
    "chinese",
    "agent-skill"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "arXiv 论文中文化",
    "shortDescription": "核验并翻译 arXiv 论文,交付中英文源码与 PDF。",
    "longDescription": "核验论文身份,下载并翻译 TeX 源码,检查依赖和漏译,最后编译并逐页核验中英文 PDF。",
    "developerName": "AndrewYq",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/yqstar/arxiv-paper-zh",
    "defaultPrompt": "使用 arxiv-paper-zh 核验并翻译我指定的论文,交付中英文源码与 PDF。"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[arxiv-paper-zh on Agent Plugins Marketplace](https://pluginsmp.com/plugins/arxiv-paper-zh)