بنقرة واحدة
daily-paper-generator
每日论文推送:自动生成每日 arXiv 论文摘要
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
每日论文推送:自动生成每日 arXiv 论文摘要
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Coordinate multi-agent academic research workflows with sanitized Paperclip-style handoffs, verification gates, and release-safe outputs.
实现前的信心评估:检查理解和准备的充分程度
任意输入(代码、文档、论文、图片)→ 知识图谱 → 聚类社区 → HTML + JSON + 审计报告
知识库维护 — 扫描新资料、入库、健康检查、统计查询
生成 draw.io 图表(.drawio),可选导出 PNG/SVG/PDF
编排端到端自主 AI 研究项目,双循环架构:内循环快速实验迭代,外循环综合分析引导方向
| name | daily-paper-generator |
| description | 每日论文推送:自动生成每日 arXiv 论文摘要 |
| version | 0.4.0 |
Automate the workflow of discovering, reviewing, and summarizing recent research papers on arXiv related to EEG decoding, brain-computer interfaces, and neural foundation models.
Core workflow:
daily paper/ directoryUse this skill when:
Each paper summary follows this structure (see example/daily paper example.md for complete example):
# Paper Title
## 作者及单位
Author list
Institution
## arXiv 链接
https://arxiv.org/abs/ARXIV_ID
**发表日期**: YYYY-MM-DD
**arXiv ID**: XXXX.XXXXX
**分类**: cs.LG, q-bio.NC, eess.SP
中文评语 (~300 words):
English Review (fluent academic English):
## 主图
[预留论文主图位置]
## 论文元数据
| 项目 | 内容 |
|------|------|
| **标题** | Paper Title |
| **第一作者** | First Author Name |
| **作者列表** | Full author list |
| **第一作者单位** | Institution |
| **发表日期** | YYYY-MM-DD |
| **arXiv 链接** | https://arxiv.org/abs/ID |
| **PDF 链接** | https://arxiv.org/pdf/ID |
| **分类** | cs.LG, q-bio.NC, eess.SP |
## 整合格式
Daily Paper MMDD
Paper Title
https://arxiv.org/abs/ARXIV_ID
[Chinese Review]
[English Review]
## 附录
**github连接:** [Available/Not Available]
**补充说明**
[Key insights, impact points]
**Sources:**
- [arXiv Abstract](URL)
- [arXiv HTML](URL)
- [Paperverse Review](URL) (if available)
| Task | Method |
|---|---|
| Search arXiv | Use Chrome MCP tools (chrome-mcp-helper) |
| Get paper details | Navigate to arXiv pages and extract metadata |
| Evaluate quality | Use criteria in references/quality-criteria.md |
| Write Chinese review | Follow style in references/writing-style.md |
| Write English review | Apply scientific-writing skill best practices |
| Create output | Use template in example/daily paper example.md |
Search keywords (see references/keywords.md for full list):
EEG decoding, brain decoding, neural decodingspeech decoding from EEG, EEG speech reconstructionEEG foundation model, large EEG model, brain foundation modelMethod: Use Chrome browser with arXiv search
Navigate to arXiv search using Chrome MCP tools:
https://arxiv.org/search/?searchtype=all&query=KEYWORDS&abstracts=show&order=-announced_date_firstSearch URL pattern:
https://arxiv.org/search/?searchtype=all&query=EEG+decoding&abstracts=show&order=-announced_date_first
https://arxiv.org/search/?searchtype=all&query=EEG+foundation+model&abstracts=show&order=-announced_date_first
Time filtering: Use date filters or sort by announced_date_first to get recent papers
Extract paper information from search results:
For each candidate paper, navigate to its arXiv abs page and extract:
URL pattern: https://arxiv.org/abs/ARXIV_ID
Extract from page:
<h1> tag).authors element)blockquote.abstract).dateline).subjects)Review each paper using the 5-dimension criteria in references/quality-criteria.md:
| Dimension | Weight | Key Points |
|---|---|---|
| Innovation | 30% | Novelty of contribution |
| Method Completeness | 25% | Clarity and reproducibility |
| Experimental Thoroughness | 25% | Validation depth |
| Writing Quality | 10% | Clarity of expression |
| Relevance & Impact | 10% | Domain importance |
Scoring: Rate each dimension 1-5, calculate weighted sum.
Process:
For each selected paper, create a summary following the structure in example/daily paper example.md:
Required sections:
Writing Chinese review (see references/writing-style.md):
Writing English review:
Create Markdown files in the daily paper/ directory:
daily paper/
├── 2025-01-26-1430-paper-1.md
├── 2025-01-26-1430-paper-2.md
└── 2025-01-26-1430-paper-3.md
Filename format: YYYY-MM-DD-HHMM-paper-N.md
Important: 使用时间戳(精确到分钟)避免覆盖之前生成的文件。
See example/daily paper example.md for a complete example of the DeeperBrain paper summary with all sections properly formatted.
references/keywords.md - Complete search keyword list and arXiv URL patternsreferences/quality-criteria.md - Detailed 5-dimension evaluation criteria with scoring rubricsreferences/writing-style.md - Chinese review structure, templates, and example analysisexample/daily paper example.md - Complete output example with all sectionsscripts/arxiv_search.py - Legacy Python script (deprecated, use Chrome instead)Use Chrome MCP tools for browser automation: