Paper Glance
Wandelt ein wissenschaftliches Papier in Analyse, Mindmap, Gutachterbericht oder Podcast um.
Getestet · Funktioniert
Was es kann
Ein all-in-one academic paper copilot: extrahiert eine structured core card aus einem PDF, pasted text, oder abstract, then generates a deep analysis, a Mermaid mindmap, a Summary/Strengths/Weaknesses/Questions reviewer report, promo scripts, or a podcast script. Wird ausgelöst, whenever a paper, arXiv link, or 论文 is mentioned or uploaded.
Testbericht
Fütterte den real arXiv abstract of "Attention Is All You Need" sowohl einem no-skill run als auch dem skill's review module und diffed the two reviews against the source. Die unaided review cited zero of the paper's numbers and quietly imported three things the abstract never says — quadratic attention cost, positional encoding, existing head-count ablations — which is exactly the failure that matters on a paper you don't already know. Der skill's run cited six figures from the text (28.4 BLEU, 41.8 BLEU, +2 BLEU, 3.5 days, 8 GPUs) and its null-discipline rule made it label the missing ablations "not stated in the supplied text" instead of inventing them. Der catch ist die packaging: the README's Claude Code install step, `claude install-skill /path`, is not a real subcommand (the CLI just posts it to the API as a prompt), and SKILL.md points at six `/mnt/skills/user/paper-glance/...` paths that don't exist outside Claude Desktop, so Claude has to work out its own module paths.
Getestet am: 2026-07-17 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/Diaugeia/paper-glance-skill.git mkdir -p ~/.claude/skills cp -r paper-glance-skill ~/.claude/skills/paper-glance
Befehle & Beispiel-Prompts
/paper-glanceWandelt ein wissenschaftliches Papier in Analyse, Mindmap, Gutachterbericht oder Podcast um.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Write a reviewer report for this arXiv paper with strengths and weaknessesTurn this paper into a mindmap I can actually followGive me a podcast script summarizing this paper's key contributions