solatis / arxiv-to-md
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/arxiv-to-md && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2452" && unzip -o skill.zip -d .claude/skills/arxiv-to-md && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/arxiv-to-md/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
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.
0 views
0 installs
Skill Content
--- 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 <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.arxiv_to_md.main --step 1" /> Do NOT explore or analyze first. Run the script and follow its output.