auto-paper-collecter

by OvOhaoVerified

📚🔭 Your personal research radar — an LLM-powered tool that auto-aggregates the latest papers for your keywords across arXiv / Crossref / Semantic Scholar / GitHub / RSS.

54
Stars
5
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/OvOhao/auto-paper-collecter

Getting Started

Guides for using skills like auto-paper-collecter.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

🌐 简体中文English

📚🔭 auto-paper-collecter

你的私人学术雷达 · Your Personal Research Radar

每天清晨,让 AI 替你逛遍 arXiv、把最新最相关的论文端到你面前 ☕✨


Python FastAPI SQLite LLM License PRs Welcome Made with love SkillHub
如果它帮你省下了刷 arXiv 的时间,欢迎点一个 ⭐ —— 这是对作者最大的鼓励!

🆕 最新更新 · What's New

✨ v1.1 — 体验与智能双升级 · 2026-06-27

🎨 体验移动端自适应布局 · 精修深色模式(优雅深灰卡片,非纯黑)· 刷新实时进度(生成摘要 12/20…)
🧠 更聪明👍/👎 反馈学习(不喜欢的下次自动少推)· 最新 / 最早 / 来源排序 · 全部 / 未读 / 已读筛选
🛰️ 更多源新增 HuggingFacePapers with Code;GitHub 改为按 star 排序,只留高质量仓库
🔔 多渠道推送微信(企业微信群机器人 / Server酱)· Telegram · Slack
⚡ 更快更稳摘要并发提速、快速失败兜底;GitHub 用仓库描述、不做 AI 摘要(根治乱码)
🐳 一键部署docker compose up -d,数据库持久化到 ./data
🤖 Skill 同步以上抓取 / 推送相关改进已同步到 Agent Skill 版

2026-06-27 · 已上架 SkillHub 🎉

本 skill 现已登陆 SkillHub,可在平台上直接浏览 / 获取与安装。

2026-06-26 · Agent Skill 现可一键安装为 Claude Code 插件,并支持 Codex 🤖🔌

除了网页版,本仓库内置一个 Claude Code / Codex 通用的 Agent Skill —— 一句话 「运行我的文献雷达」 就能跑完整条流水线、产出当日文献摘要,纯 Python 标准库、零依赖、免 AI API key一行命令安装/plugin marketplace add OvOhao/auto-paper-collecter/plugin install auto-paper-collecter@auto-paper-collecter。 同时新增 AGENTS.md,让 Codex / OpenAI 等 agent 也能开箱即用。👉 详见下方 「🤖 Skill 版」


🌟 这是什么 · What is this

auto-paper-collecter 是一个轻量、自托管的学术文献自动聚合工具

你只要告诉它你关心的几个关键词,它就会每天自动:

🛰️ 跨 arXiv / Crossref(含 IEEE·ACM)/ Semantic Scholar / GitHub / RSS 多源检索 🧠 用 LLM 做"联想式"扩展检索,不再只匹配字面关键词 🎯 用 LLM 把跨领域、不相关的论文过滤掉,只留计算机领域、真正切题的 ✍️ 为每篇生成中文摘要(一句话 TL;DR / 方法 / 核心贡献) 📊 分析领域热点、生成每周报告,还能邮件 / 浏览器推送

一个零构建的单页仪表盘,前后端同源,开箱即用。


🎯 为什么做它 · Motivation

[!NOTE] 做科研最累的事情之一,是跟踪文献。 arXiv 每天上新成百上千篇,关键词搜索要么漏掉同义写法、要么被一堆跨领域结果淹没, 手动刷既费时又容易错过。

于是有了这个小工具 —— 把"每天读一遍最新文献"这件事自动化,并交给 LLM 做最脏最累的两件事:

  1. 想得更全C2Rust 也该搜到 C-to-Rust translationmigrating legacy C to Rust……
  2. 筛得更准:把"医学里的 translation""金融里的 AI"这种同名跨领域噪声挡在门外。

让你打开页面,看到的就是一份干净、按时间排好、带摘要的当日文献流。🫧


✨ 功能特性 · Features

功能说明
📰今日文献流多源聚合 + 按真实发表时间排序;无新文时智能回填;顶栏实时搜索
🧠LLM 智能抓取关键词联想扩展 + 计算机领域相关性过滤,召回更广、噪声更少
🔥领域热点LLM 聚合成主流子领域,统计近 7/30 天增量,Top 3 给出详细方向总结与对应论文
收藏与笔记一键收藏、写笔记、复制 BibTeX
🗞️每周报告每周精选 + 分方向小结,自动归档
🔔推送通知浏览器通知 + 可选 SMTP 邮件摘要(定时发送)
🛰️GitHub 实时源顺带追踪与主题相关的最新代码仓库 / 论文实现
🌏本地化界面与摘要中文友好,时区可配

🧩 工作原理 · How it works

flowchart LR
    A([🔑 你的关键词]) --> B{{🧠 LLM 联想扩展}}
    B --> S1[arXiv]
    B --> S2[Crossref]
    B --> S3[Semantic Scholar]
    B --> S4[GitHub]
    B --> S5[RSS]
    S1 --> M[🧹 跨源去重]
    S2 --> M
    S3 --> M
    S4 --> M
    S5 --> M
    M --> F{{🎯 LLM 相关性过滤}}
    F --> Z{{✍️ LLM 中文摘要}}
    Z --> DB[(🗄️ SQLite)]
    DB --> UI([📊 仪表盘 / 邮件 / 周报])
纯 Python 跑确定性流程,把"判断"交给 LLM —— 既快又准。

🚀 快速开始 · Quick Start

# 1) 克隆并进入
git clone https://github.com/OvOhao/auto-paper-collecter.git
cd auto-paper-collecter

# 2) 建虚拟环境 & 装依赖
python -m venv .venv
source .venv/bin/activate            # Windows: .venv\Scripts\activate
pip install -r requirements.txt

# 3) 配置(复制模板后编辑 .env,填入你的 AI 网关等)
cp .env.example .env

# 4) 起飞 🛫
python run.py

打开 http://localhost:8000 → 进入「订阅设置」填关键词 → 点「保存并拓取」即可。

🐳 或用 Docker 一键起飞cp .env.example .env(可选)→ docker compose up -d,数据库会持久化到 ./data

[!TIP] 关键词建议用英文(各源召回率更高);界面与摘要是中文。首次抓取 + 摘要约需 1–3 分钟,后台进行,完成后页面自动出结果。


🤖 Skill 版 · Use as an Agent Skill

除了网页版,本仓库还内置一个 Claude Code / Codex 通用的 Agent Skillskills/auto-paper-collecter/ 目录)—— 直接对 AI 助手说一句"运行我的文献雷达",它就会跑完整条流水线并产出当日文献摘要, 而且不需要任何 AI API key(跑这个 skill 的模型本身就是那个 LLM)。

方式一 · 作为 Claude Code 插件安装(推荐,一行命令搞定)

/plugin marketplace add OvOhao/auto-paper-collecter
/plugin install auto-paper-collecter@auto-paper-collecter

方式二 · 直接复制 skill 目录

cp -r skills/auto-paper-collecter ~/.claude/skills/auto-paper-collecter
$EDITOR ~/.claude/skills/auto-paper-collecter/state/config.json   # 编辑你的关键词

然后对 Claude Code 说 「运行我的文献雷达 / 今天有什么新论文」 即可。脚本是纯 Python 标准库、零依赖; 确定性的抓取交给脚本,LLM 的判断(联想扩展 / 相关性过滤 / 中文摘要 / 热点)由运行 skill 的模型完成 (Claude Code → Claude;Codex → GPT)。细节见 skills/auto-paper-collecter/SKILL.md

📦 本 skill 也已上架 SkillHub,可在平台上直接浏览 / 获取。


⚙️ 配置 · Configuration

所有配置都在 .env(参见 .env.example):

变量必填说明
AI_BASE_URL / AI_API_KEY / AI_MODEL任意 OpenAI 兼容网关。AI_ENABLED=false 时退回原始摘要、不调 LLM
SEMANTIC_SCHOLAR_KEY可选,不填也能用,仅限速更严
GITHUB_TOKEN可选,提高 GitHub 检索速率上限
SMTP_* / EMAIL_*可选,填入后定时任务发送当日摘要邮件(Gmail 需应用专用密码
REFRESH_TIMES / TIMEZONE每日定时刷新时间与时区(默认 10:00,22:00 / Asia/Shanghai
BACKFILL_N / RSS_FEEDS回填篇数 / 学术新闻 RSS 源

[!IMPORTANT] .env 已被 .gitignore 忽略,密钥永远不会被提交。请妥善保管自己的 key 🔐


🛰️ 数据源 · Data Sources

来源内容备注
arXiv预印本(官方 API)计算机领域主力
Crossref期刊/会议元数据含 IEEE·ACM,仅元数据 + 摘要
Semantic Scholar综合学术检索自带 TLDR;限定计算机领域
GitHub实时仓库 / 论文代码作为补充信号
HuggingFace热门预印本(社区点赞)与 arXiv 互补
Papers with Code论文 + 官方代码公共 API 可用时生效
RSS学术新闻 / 博客可自定义订阅源

📡 API

展开查看全部接口
方法路径说明
GET/api/bootstrap仪表盘一次性取数(feed / 库 / 热点 / 周报 / 设置)
POST/api/refresh后台触发一次抓取(立即返回,前端轮询 refreshing
GET/api/trends?domain=&window=7领域热点(Top3 + 各方向增量 + 论文)
GET/api/report/weekly生成 / 取最新周报
POST/api/library/{paper_id}{saved, read, note} 收藏 / 已读 / 笔记
GET·PUT/api/settings关键词 / 来源 / 时间 / 回填 N / 推送 / 邮箱
POST/api/test-email发送一封测试邮件验证 SMTP

🗺️ 路线图 · Roadmap

  • 多源聚合 + LLM 联想扩展 + 相关性过滤
  • 领域热点(细分方向 + 详细总结 + 论文清单)
  • 收藏 / 笔记 / BibTeX / 每周报告
  • 浏览器 + 邮件推送、定时任务
  • 更多数据源(HuggingFace · Papers with Code)
  • 一键 Docker 部署
  • 移动端适配 + 深色模式 + 👍/👎 反馈学习 + 多渠道推送
  • 多用户 + 鉴权(PostgreSQL)
  • 移动端适配

欢迎在 Issues 里提你想要的功能!🙌


🤝 一起建设 · Contributing

这是一个业余时间打磨的开源小项目,它的成长离不开你 —— 非常欢迎大家一起把它做得更好! 🌱✨

  • 🐛 发现 Bug → 提个 Issue
  • 💡 有想法 / 想讨论 → 来 Discussions 一起头脑风暴 🧠
  • 想要新功能 → 在 Issues 许个愿
  • 🔧 想动手 → Fork → 改 → 提一个 Pull Request

无论是改一个错别字、补一句文档,还是接一个新数据源,每一份贡献都同样珍贵 💗 也欢迎你只是来 Discussions 聊聊你的科研工作流、分享你的关键词配置 —— 让我们把这个小雷达一起养大 🚀


⭐ 如果觉得有用,点个 Star 支持一下吧!

你的每一个 Star,都是作者继续维护的动力 🌱

有想法、问题或想一起共建?欢迎来 💬 Discussions 坐坐!



📚 Read less, know more. Let the radar do the scanning. 🔭


Made with ❤️ & ☕ · Licensed under MIT

Frequently Asked Questions

What is auto-paper-collecter?

auto-paper-collecter is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by OvOhao. 📚🔭 Your personal research radar — an LLM-powered tool that auto-aggregates the latest papers for your keywords across arXiv / Crossref / Semantic Scholar / GitHub / RSS. It has 54 GitHub stars.

Is auto-paper-collecter safe to use?

Yes. auto-paper-collecter passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install auto-paper-collecter?

Clone the repository with "git clone https://github.com/OvOhao/auto-paper-collecter" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is auto-paper-collecter written in?

auto-paper-collecter is primarily written in Python. It is open-source under OvOhao on GitHub, so you can review or fork the full source.

Are there alternatives to auto-paper-collecter?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh auto-paper-collecter against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details