This source did not publish a separate summary. Review SKILL.md before using the skill.
SKILL.md
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 daily paper/ directory
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 example/daily paper example.md for complete example):
1. Header Section
# 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
2. 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
## 主图
[预留论文主图位置]
4. Metadata Table
## 论文元数据
| 项目 | 内容 |
|------|------|
| **标题** | 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)
## 整合格式
Daily Paper MMDD
Paper Title
https://arxiv.org/abs/ARXIV_ID
[Chinese Review]
[English Review]