Agent Skills
› solatis/claude-config
› arxiv-to-md
arxiv-to-md
GitHub将arXiv论文(TeX源码)转换为LLM可消费的干净Markdown格式。适用于用户提供arXiv ID或URL,以及从PDF文件夹同步学术论文到Markdown目标目录的场景。
Trigger Scenarios
用户提供了arXiv ID或URL
需要从PDF文件夹同步学术论文到Markdown
Install
npx skills add solatis/claude-config --skill arxiv-to-md -g -y
SKILL.md
Frontmatter
{
"name": "arxiv-to-md",
"description": "Convert arXiv papers to LLM-consumable markdown. Invoke when user provides an arXiv ID or URL, or when syncing academic papers from a PDF folder to a markdown destination."
}
arXiv to Markdown
Convert arXiv papers (TeX source) to clean markdown for LLM consumption.
Invocation
Do NOT explore or analyze first. Run the script and follow its output.
Version History
- 6e72bc2 Current 2026-07-11 17:17


