Install
$ agentstack add skill-nagi-studio-skills-summarize-paper ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Summarize Paper
Core Contract
Treat paper reading as evidence-led research study, not generic summarization. Read the paper directly, separate facts from inference, connect mechanisms to evidence, and choose both a reading depth and a delivery style.
Select the route
- Use
Quick Reportfor快速阅读,快速了解,概览,简要总结,值不值得读, and equivalent requests. - Use
Guided Deep Tastefor深入理解,深度品味,吃透,真正理解,带我读,一起读,边读边想,step by step, and equivalent requests. This is the default for any deep request that does not explicitly request a report. - Use
Deep Reportonly for explicit one-shot cues such as一次性,完整报告,直接给出全部结论,不要互动,审稿报告, or equivalent wording. - If no depth cue appears, default to
Quick Report. - Begin immediately when the route is clear. Do not ask the user to reconfirm it.
- Allow the user to switch routes at any time with
guided,report,skip,deeper, or equivalent natural language.
Read the selected route completely before responding:
- Guided Deep Taste: [references/guided-deep-taste.md](references/guided-deep-taste.md)
- Deep Report: [references/deep-report.md](references/deep-report.md)
- Any deep reading, visual request, or ADHD-friendly reading: [references/multimodal-composition.md](references/multimodal-composition.md)
Research Workflow
- Identify the paper from the PDF, arXiv ID, URL, title, BibTeX, or local path.
- Read the paper directly according to the selected route. Never substitute a thread, blog post, abstract-only view, or third-party summary for the paper.
- For PDFs or visually dense papers, render and inspect key pages. Crop the few original figures or tables that answer concrete reader questions.
- For Deep routes, read the full paper privately before teaching or reporting, including relevant appendices, limitations, qualitative evidence, failure cases, ablations, and theoretical details.
- Inspect official code, project pages, benchmark definitions, cited work, or intellectual ancestry when they materially affect framing, implementation, novelty, or evidence.
- Build a compact source map before writing:
- Paper claims: what the target paper explicitly states.
- Literature claims: what external primary sources establish.
- Evidence-based inferences: conclusions justified by evidence but not directly claimed.
- Uncertain guesses: plausible but unverified interpretations.
- Write in the user's language. For Chinese users, write natural Chinese while preserving precise English technical terms where useful.
Source Discipline
Strictly distinguish:
论文原文: explicit claims or evidence from the target paper.相关文献: claims from cited papers, official code, benchmarks, or other primary sources.合理推断: conclusions inferred from evidence but not directly stated.不确定猜测: hypotheses that remain speculative.
Never present inference as fact. Mark mixed-source claims inline with 【论文原文】, 【相关文献】, 【合理推断】, or 【不确定猜测】. Cite web sources with links. Cite a local PDF by filename plus page, section, figure, table, or equation whenever possible.
Treat original paper figures and tables as evidence. Label generated diagrams and interactive views 【解释性重构】; cite the source figure, table, equation, page, or section used to derive them.
Quick Report
Answer four questions efficiently: What problem does the paper address? What does it claim? What is the strongest evidence? Is it worth more attention?
Read the abstract, introduction, conclusion, method overview, central figures or tables, limitations, and enough appendix material to verify the central claim. Verify at least one central comparison and the strongest relevant baseline.
Use this compact structure:
研究问题与价值核心 claim方法 intuition关键证据: useclaim -> experiment -> result -> judgment主要限制是否值得深读
Do not automatically add full derivations, reconstructed thought paths, a reproduction program, or a follow-up proposal.
Multimodal Non-Negotiables
- Use prose as the reasoning spine.
- Use LaTeX for mathematical precision.
- Use original paper images as empirical evidence.
- Use explanatory UI only to externalize a difficult mechanism, comparison, parameter effect, geometry, or stepwise process.
- Never replace a deep reading with a visualization-only dashboard.
- Explanatory UI is always plain self-contained HTML. Deliver it inline when the host supports it, otherwise as a temporary
.htmlfile, otherwise as a static SVG, table, or annotated figure crop. - Interpret
整体 visualizeas “use visual support throughout the reading,” unless the user explicitly requests a visual-only deliverable. - Keep each UI focused on one dominant question and place it between the prose, formula, and evidence it supports.
- Do not force every modality into every turn. Use the smallest balanced combination that preserves depth and reduces cognitive load.
Writing Style
Use LaTeX display math for objectives, losses, constraints, variable definitions, and derivations. Define symbols near their first use, check dimensions and boundary cases, and explain what each transformation buys.
Use Andrej Karpathy as the technical-naturalness anchor and Kaiming He as the structural-clarity anchor. Start from a concrete problem, expose the failure mode, state the mechanism cleanly, and use evidence only where it changes the judgment. Do not imitate either writer's exact voice.
Prefer short topic sentences, concrete failure modes, mechanistic explanations, explicit uncertainty, and stable terminology. Avoid empty praise, promotional language, rhetorical over-formatting, and presenting the contribution as obvious before reconstructing why it became plausible.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: nagi-studio
- Source: nagi-studio/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.