Paper summarizer zh
Skill gy910210/hermes-research-skills/skills/paper-summarizer-zh
Research Skills for Hermes Agents
npx -y skills add gy910210/hermes-research-skills --skill paper-summarizer-zhAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
轻摘要器:把单篇来源或单组 reading_notes 转成精炼中文摘要、一句话结论和要点卡片,适合快速传播或做卡片库;不负责长综述综合与章节重构。需要快速单篇摘要时调用。
SKILL.md
1.5 KB, as published. Nobody here has run it
Hermes 适配说明
- 本 skill 现面向 Hermes 使用,优先依赖 Hermes 原生工具:
search_files、read_file、write_file、patch、session_search、delegate_task、cronjob、browser、web/search、vision。 - 若正文提到
references/...或scripts/...,优先读取当前 skill 目录下对应文件,不再依赖 Claude 专属目录结构。 - 原始 Claude
agents/openai.yaml不作为执行前提;需要并行研究、分工精读或角色评审时,改用 Hermes 的delegate_task。 - 保留原有研究方法论与产物契约,但执行层统一按 Hermes 工具体系落地。
Paper Summarizer(中文)
输入
reading_notes或papers元信息style:"简洁"|"详细"(默认简洁)bullets: 每篇要点数(默认5)
输出(中文)
summariesone_sentence_summarykey_pointscontributionslimitationstagssuggested_followups
步骤
- 将阅读笔记转为“一句话摘要+要点”。
- 标注贡献、创新点与局限。
- 给出后续阅读或实验建议。
- 保持用词一致与中文表述。
边界
- 需要跨文献比较、方向重构、主稿合并时,改用
research-synthesizer-zh。