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
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.