来源信息
- 仓库
- brycewang-stanford/Auto-Empirical-Research-Skills
- 最近来源活动
- 2026年4月3日 02:07
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 3,291
- 分支
- 432
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill deep-literature-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
中英双语学术降 AIGC / bilingual academic de-AIGC skill. Removes AI-generated writing signatures from empirical papers in economics, management, and the social sciences — in both English and Chinese. Covers Turnitin AI, GPTZero, Originality.ai on the English side and 知网 AMLC, 万方, 维普 on the Chinese side. Uses a six-step loop (intake → audit → claim-evidence check → differentiated rewrite → five-dimension self-score → cold-reader recheck) with two pattern libraries (22 English + 17 Chinese patterns), section-by-section strategies for empirical papers, and hard protections that keep every number, coefficient, and citation intact.
Use when a research task needs reproducible Kaggle discovery, metadata inspection, bounded public-data downloads, competition or kernel discovery, model discovery, or an explicitly approved Kaggle write/delete operation through the official CLI.
基于 SOC 职业分类
正在显示 SKILL.md
| name | deep-literature-search |
| description | Multi-source exhaustive literature search across academic databases |
| metadata | {"openclaw":{"emoji":"🕵️","category":"literature","subcategory":"search","keywords":["exhaustive search","systematic search","multi-database","literature review","search strategy","PRISMA"],"source":"wentor-research-plugins"}} |
A deep literature search goes beyond a quick Google Scholar query. It is a methodical, multi-source search process designed to identify all relevant publications on a topic with minimal omissions. This level of thoroughness is required for systematic reviews, meta-analyses, grant applications, and dissertation literature reviews where comprehensiveness is not optional—it is a methodological requirement.
This skill provides a structured framework for planning, executing, and documenting exhaustive literature searches across multiple academic databases. It covers query formulation using controlled vocabularies, database selection strategy, deduplication, screening workflows, and PRISMA-compliant documentation of the search process.
The framework is database-agnostic and can be applied across disciplines, from biomedical sciences (PubMed, Cochrane) to social sciences (PsycINFO, ERIC), engineering (IEEE Xplore, Compendex), and multidisciplinary databases (Web of Science, Scopus, OpenAlex).
Use the PICO/PEO/SPIDER framework appropriate to your field:
Example: "What is the effect of mindfulness-based interventions (I) on academic stress (O) in graduate students (P) compared to no intervention (C)?"
Break your research question into 2-4 key concepts. For each concept, list all synonyms, related terms, abbreviations, and controlled vocabulary terms:
| Concept | Synonyms and Related Terms |
|---|---|
| Mindfulness | mindfulness-based stress reduction, MBSR, meditation, mindful awareness |
| Academic stress | study stress, exam anxiety, academic burnout, student distress |
| Graduate students | postgraduate, doctoral students, PhD candidates, master's students |
Combine concepts using Boolean logic:
("mindfulness" OR "MBSR" OR "mindfulness-based stress reduction" OR "meditation")
AND
("academic stress" OR "study stress" OR "exam anxiety" OR "academic burnout")
AND
("graduate student*" OR "postgraduate*" OR "doctoral student*" OR "PhD candidate*")
Key syntax rules:
OR within concept groups (broadens)AND between concept groups (narrows)* for truncation (e.g., student* matches students, student's)"" for exact phrasesNOT sparingly and document its useEach database has its own syntax and controlled vocabulary. You must translate your master search string for each target:
[MeSH] tagsTITLE-ABS-KEY() field codesTS= (Topic) and TI= (Title) field tags| Discipline | Primary Databases | Supplementary |
|---|---|---|
| Biomedical | PubMed, Cochrane, Embase | CINAHL, PsycINFO |
| Computer Science | IEEE Xplore, ACM DL, DBLP | Scopus, arXiv |
| Social Sciences | PsycINFO, ERIC, Sociological Abstracts | Web of Science |
| Engineering | Compendex, IEEE Xplore | Scopus, Web of Science |
| Multidisciplinary | Web of Science, Scopus, OpenAlex | Google Scholar (supplementary) |
For each database:
A truly exhaustive search also covers non-indexed sources:
After collecting results from multiple databases, expect 20-40% overlap. Use reference management software to deduplicate:
Apply a two-stage screening process:
Use screening tools like Rayyan, Covidence, or ASReview to manage this process, especially for large result sets (500+ records).
Document your entire search process using the PRISMA 2020 flow diagram:
Records identified (N = ?)
├── Database 1 (n = ?)
├── Database 2 (n = ?)
└── Other sources (n = ?)
Duplicates removed (n = ?)
Records screened (n = ?)
Records excluded (n = ?)
Full-text assessed (n = ?)
Full-text excluded with reasons (n = ?)
Studies included (n = ?)
Save your complete search strategies (exact query strings, dates, result counts per database) as supplementary material for your publication. This transparency is essential for reproducibility and is increasingly required by journals.