{
  "markdown": "# read-paper — Claude Code Plugin\n\nA Claude Code plugin that provides deep academic paper analysis with bilingual (English/Chinese) output.\n\n## What it does\n\nWhen you share a research paper — via PDF path, pasted text, or arXiv link — this skill produces a structured five-section analysis report and saves it to `~/Papers/`:\n\n1. **背景 (Context)** — Key abstract sentences with Chinese translation and synthesis\n2. **相关工作 (Related Work)** — Prior work organized by theme\n3. **核心贡献 (Contributions)** — Verbatim contribution statements with translations\n4. **核心方案 (Methods)** — Deep method explanation with architecture diagram, key technical details, and training setup\n5. **实验与消融 (Experiments & Ablation)** — Setup, main results, ablations, conclusions\n\n## Installation\n\n```bash\n/plugin install read-paper@github:zhaoxiaotian0701/read-paper-plugin\n```\n\nOr browse via `/plugin > Discover` if this plugin is listed in a marketplace.\n\n## Usage\n\nTrigger phrases (Chinese or English both work):\n\n- `帮我读这篇论文 /path/to/paper.pdf`\n- `分析这篇paper: https://arxiv.org/abs/xxxx.xxxxx`\n- `read this paper` + paste abstract or full text\n- `总结这篇文章`\n\nThe skill saves a `.md` report to `~/Papers/<paper-title>.md` and tells you the path when done.\n\n## Requirements\n\n- Claude Code with skill support\n- For PDF input: the `anthropic-skills:pdf` skill must be available (built-in to Claude Code)\n\n## License\n\nMIT\n",
  "bytes": 1389,
  "sha": "8157b7445413b8c5a2b28036feb322275ce60357fb9c97b4c0887dcfb700f911",
  "repo_slug": "xiaotianzhao/read-paper-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_xiaotianzhao_read_paper_plugin_read_pape_e31a24db/readme"
}