daily-paper-generator
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Use when the user asks to "generate daily paper", "search arXiv for EEG papers", "find EEG decoding papers", "review brain-computer interface papers", or wants to create paper summaries for EEG/brain decoding/speech decoding research. This skill automates searching arXiv for recent papers on EEG decoding, EEG speech decoding, or brain foundation models, reviewing paper quality, and generating structured Chinese/English summaries.
9installs
Added on
NPX Install
npx skill4agent add galaxy-dawn/claude-scholar daily-paper-generatorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Daily Paper Generator
Overview
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:
- Search arXiv for recent papers (within 3 months) using Chrome browser
- Retrieve paper metadata from arXiv pages
- Evaluate paper quality using structured criteria
- Select top 3 papers
- Generate structured summaries with Chinese and English reviews
- Save results as Markdown files in directory
daily paper/
When to Use
Use this skill when:
- User asks to "generate daily paper" or "find recent EEG papers"
- User wants to discover research on EEG decoding, speech decoding from EEG, or brain foundation models
- User needs paper reviews with both Chinese and English summaries
- User wants to track recent arXiv publications in neuro/AI intersection
Output Format
Each paper summary follows this structure (see for complete example):
example/daily paper example.md1. Header Section
markdown
# 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.SP2. Review Sections
中文评语 (~300 words):
- Background (1-2 sentences): Research context and importance
- Challenges (2-3 sentences): Problems with existing methods
- Contribution (1-2 sentences): Core contribution of this work
- Method (2-3 sentences): Key technical details
- Results (2-3 sentences): Main findings and metrics
- Analysis & Limitations (1-2 sentences): Significance and limitations
English Review (fluent academic English):
- Concise summary following the same structure as Chinese review
- Use natural academic prose (avoid AI-like patterns)
- Apply scientific writing best practices
3. Main Figure Section
markdown
## 主图
[预留论文主图位置]4. Metadata Table
markdown
## 论文元数据
| 项目 | 内容 |
|------|------|
| **标题** | 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 |5. Integrated Format (for publishing)
markdown
## 整合格式
Daily Paper MMDD
Paper Title
https://arxiv.org/abs/ARXIV_ID
[Chinese Review]
[English Review]6. Appendix
markdown
## 附录
**github连接:** [Available/Not Available]
**补充说明**
[Key insights, impact points]
**Sources:**
- [arXiv Abstract](URL)
- [arXiv HTML](URL)
- [Paperverse Review](URL) (if available)Quick Reference
| 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 |
| Write Chinese review | Follow style in |
| Write English review | Apply scientific-writing skill best practices |
| Create output | Use template in |
Workflow
Step 1: Search arXiv Using Chrome
Search keywords (see for full list):
references/keywords.md- EEG decoding: ,
EEG decoding,brain decodingneural decoding - Speech decoding: ,
speech decoding from EEGEEG speech reconstruction - Foundation models: ,
EEG foundation model,large EEG modelbrain foundation model
Method: Use Chrome browser with arXiv search
-
Navigate to arXiv search using Chrome MCP tools:
- URL:
https://arxiv.org/search/ - Add search parameters:
?searchtype=all&query=KEYWORDS&abstracts=show&order=-announced_date_first
- URL:
-
Search 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 byto get recent papers
announced_date_first -
Extract paper information from search results:
- Paper title
- Authors
- arXiv ID
- Abstract preview
- Publication date
Step 2: Retrieve Paper Details
For each candidate paper, navigate to its arXiv abs page and extract:
URL pattern:
https://arxiv.org/abs/ARXIV_IDExtract from page:
- Title (from tag)
<h1> - Authors (from element)
.authors - Abstract (from )
blockquote.abstract - Submission date (from )
.dateline - arXiv ID (from URL or page)
- Categories (from )
.subjects - Comments (if present)
- First author institution (if available in comments or author affiliations)
Step 3: Evaluate Paper Quality
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:
- Screen by title/abstract for relevance
- Navigate to full paper page for detailed review
- Score each dimension
- Rank by total score
- Select top 3
Step 4: Generate Paper Summaries
For each selected paper, create a summary following the structure in :
example/daily paper example.mdRequired sections:
- Title (H1 heading)
- 作者及单位 (Authors and Institution)
- arXiv 链接 (with metadata: date, ID, categories)
- 中文评语 (Chinese review, ~300 words)
- English Review (fluent academic English)
- 主图 (placeholder for main figure)
- 论文元数据 (metadata table)
- 整合格式 (integrated format for publishing)
- 附录 (appendix with github link,补充说明, sources)
Writing Chinese review (see ):
references/writing-style.md- Background: 研究背景和重要性
- Challenges: 现有方法的不足
- Contribution: 本工作的核心贡献
- Method: 关键技术细节
- Results: 主要发现和指标
- Analysis & Limitations: 意义和局限性
Writing English review:
- Apply scientific-writing skill best practices
- Use anti-AI writing principles (natural, varied sentence structure)
- Keep concise and direct
- Avoid formulaic transitions ("furthermore", "moreover", "additionally")
Step 5: Save Output
Create Markdown files in the directory:
daily paper/daily paper/
├── 2025-01-26-1430-paper-1.md
├── 2025-01-26-1430-paper-2.md
└── 2025-01-26-1430-paper-3.mdFilename format:
YYYY-MM-DD-HHMM-paper-N.mdImportant: 使用时间戳(精确到分钟)避免覆盖之前生成的文件。
Example Output
See for a complete example of the DeeperBrain paper summary with all sections properly formatted.
example/daily paper example.mdAdditional Resources
Reference Files
- - Complete search keyword list and arXiv URL patterns
references/keywords.md - - Detailed 5-dimension evaluation criteria with scoring rubrics
references/quality-criteria.md - - Chinese review structure, templates, and example analysis
references/writing-style.md
Example Files
- - Complete output example with all sections
example/daily paper example.md - - Legacy Python script (deprecated, use Chrome instead)
scripts/arxiv_search.py
Chrome MCP Tools
Use Chrome MCP tools for browser automation:
- Navigation: Open arXiv search and paper pages
- Screenshot: Capture pages for analysis
- Tabs: Manage multiple arXiv pages
- Content extraction: Parse paper metadata from HTML
Important Notes
- Time range: Search focuses on papers from the last 3 months (check submission dates)
- Link format: Use arXiv abs page links (https://arxiv.org/abs/ID), not direct PDF links
- Review length: Chinese reviews should be approximately 300 words
- Quality focus: Prioritize content quality (innovation, method, experiments) over quantitative metrics
- Bilingual output: Both Chinese and English reviews are required for each paper
- Chrome required: This workflow uses Chrome browser automation via MCP tools
- Complete format: Ensure all 9 sections are included in each summary
- Consistent naming: Use Daily Paper MMDD format in integrated section