skills/33-Galaxy-Dawn-claude-scholar/skills/daily-paper-generator/SKILL.md
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.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research daily-paper-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
tools
Show mcp-stata identity, connected tools, and status. Use when the user asks if mcp-stata is available, asks about access to the toolkit, or asks what Stata tools are connected.
tools
Activate when users mention Stata commands, .do files, regressions, econometrics, stored results, graphs, dataset inspection, replication, or Stata errors. Route the task through mcp-stata tools and the specialized research skills instead of treating it as plain text coding.
development
Build and review paper-ready regression, balance, and summary tables from Stata outputs. Use when the user needs a clean table for a draft, appendix, or coauthor share-out.
tools
Install, configure, update, or verify mcp-stata across Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and VS Code. Activate when users ask to set up the Stata toolkit or troubleshoot the installation.