Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 136% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 159% | 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):
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
中文评语 (~300 words):
English Review (fluent academic English):
markdown## 主图 [预留论文主图位置]
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 |
markdown## 整合格式 Daily Paper MMDD Paper Title https://arxiv.org/abs/ARXIV_ID [Chinese Review] [English Review]
markdown## 附录 **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
https://arxiv.org/search/?searchtype=all&query=KEYWORDS&abstracts=show&order=-announced_date_first 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
announced_date_first to get recent papersFor 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.mdFilename 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:
Other measured skills in the registry, with their headline benchmark lift.