--- name: daily-paper-generator description: 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. version: 0.4.0 --- # 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:** 1. Search arXiv for recent papers (within 3 months) using Chrome browser 2. Retrieve paper metadata from arXiv pages 3. Evaluate paper quality using structured criteria 4. Select top 3 papers 5. Generate structured summaries with Chinese and English reviews 6. 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 ```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.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 ```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 `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` | ## Workflow ### Step 1: Search arXiv Using Chrome **Search keywords** (see `references/keywords.md` for full list): - EEG decoding: `EEG decoding`, `brain decoding`, `neural decoding` - Speech decoding: `speech decoding from EEG`, `EEG speech reconstruction` - Foundation models: `EEG foundation model`, `large EEG model`, `brain foundation model` **Method: Use Chrome browser with arXiv search** 1. **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` 2. **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 ``` 3. **Time filtering**: Use date filters or sort by `announced_date_first` to get recent papers 4. **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_ID` **Extract from page**: - Title (from `