Install
openclaw skills install @celynnmoonlight/paper-repro-pythonThis skill should be used when the user asks to "reproduce a paper", "implement paper methods in Python", "extract paper content to Markdown", or works on paper reproduction tasks. Use for TeX-first extraction, modular Python implementation, and bilingual documentation.
openclaw skills install @celynnmoonlight/paper-repro-python.tex, .bib, style files, figures)..md, .json, images such as .png, .jpg, .svg)..tex, .bib, style files) are present, use them as the primary source..md, .json) and images (.png, .jpg, .svg) that may contain pre-extracted paper content.TeX path (highest priority):
main.tex or equivalent entry file and includes).User-preprocessed documents path (secondary):
.md) that may contain paper content extracted by the user..json) that may contain structured paper data (metadata, sections, references)..png, .jpg, .svg) that may contain paper figures, tables, or scanned pages.PDF fallback path (lowest priority, when all else fails):
paper_fulltext.md.logs/experiment_YYYYMMDD_HHMMSS.log).outputs/ or results/ directory.Every reproduction project README must start with paper metadata before any other content:
For README_zh-CN.md:
Format example (English README):
# [Paper Title]
**Authors:** Author Name¹, Co-Author Name²
**Affiliations:**
¹ Department, University, Country (email@university.edu)
² Lab, Institution, Country (email@institution.edu)
## Abstract
[Verbatim abstract text from the paper]
---
[Then reproduction project content begins...]
README.md (English original)README_zh-CN.md (Chinese translation aligned with the English version)README.md and README_zh-CN.md with embedded generated images.