Agent Skills
› ymx10086/ResearchClaw
› paper-summarizer
paper-summarizer
GitHub该技能用于根据用户需求对研究论文进行简要、标准或详细程度的总结。支持通过文件路径、URL或arXiv ID输入,并提供不同深度的结构化摘要服务。
触发场景
用户需要快速预览论文内容
用户请求生成结构化的论文摘要
用户明确要求包含章节细节或表格的详细总结
安装
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


