From claude-scholar
Automates arXiv searches for recent EEG decoding/brain papers, reviews quality, selects top 3, generates structured Chinese/English Markdown summaries.
npx claudepluginhub xxm-2025/sciconsist --plugin claude-scholarThis skill uses the workspace's default tool permissions.
Automate the workflow of discovering, reviewing, and summarizing recent research papers on arXiv related to EEG decoding, brain-computer interfaces, and neural foundation models.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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: