Agent Skills
› solatis/claude-config
› arxiv-to-md
arxiv-to-md
GitHub将arXiv论文转换为LLM可用的Markdown格式。当用户提供arXiv ID/URL或需同步PDF文件夹内容时触发,直接运行脚本完成转换。
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


