Agent Skills
› ymx10086/ResearchClaw
› paper-summarizer
paper-summarizer
GitHub用于快速总结PDF、URL或arXiv论文,支持简要、标准或详细三种深度,帮助用户高效获取研究文献的核心内容。
触发场景
用户请求总结论文
用户提供论文链接或文件
安装
npx skills add ymx10086/ResearchClaw --skill paper-summarizer -g -y
SKILL.md
Frontmatter
{
"name": "paper-summarizer",
"emoji": "🧾",
"triggers": [
"summarize paper",
"paper summary",
"tl;dr paper"
],
"description": "Summarize a paper at brief, standard, or detailed depth. Use when the user wants a fast summary of a PDF, URL, or arXiv paper."
}
Paper Summarization
Use this skill when the user wants a concise or structured summary of a research paper.
Tools
summarize_paper: summarize a paper from a file path, URL, or arXiv ID
Guidance
- Use
brieffor a quick preview. - Use
standardfor a normal structured summary. - Use
detailedonly when the user explicitly wants section-level detail or tables.
版本历史
- 1baaa92 当前 2026-07-25 05:32


