@wentorai/research-plugins 1.4.0 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +143 -0
- package/README.md +98 -131
- package/curated/literature/README.md +2 -2
- package/curated/writing/README.md +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/literature/discovery/SKILL.md +1 -1
- package/skills/literature/discovery/citation-alert-guide/SKILL.md +2 -2
- package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +2 -2
- package/skills/literature/discovery/literature-mapping-guide/SKILL.md +1 -1
- package/skills/literature/discovery/paper-recommendation-guide/SKILL.md +8 -14
- package/skills/literature/discovery/rss-paper-feeds/SKILL.md +20 -14
- package/skills/literature/discovery/semantic-paper-radar/SKILL.md +8 -8
- package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +103 -86
- package/skills/literature/fulltext/open-access-guide/SKILL.md +1 -1
- package/skills/literature/fulltext/open-access-mining-guide/SKILL.md +5 -5
- package/skills/literature/metadata/citation-network-guide/SKILL.md +3 -3
- package/skills/literature/metadata/h-index-guide/SKILL.md +0 -27
- package/skills/literature/search/SKILL.md +1 -1
- package/skills/literature/search/citation-chaining-guide/SKILL.md +42 -32
- package/skills/literature/search/database-comparison-guide/SKILL.md +1 -1
- package/skills/literature/search/semantic-scholar-api/SKILL.md +56 -53
- package/skills/research/automation/paper-to-agent-guide/SKILL.md +1 -1
- package/skills/research/deep-research/in-depth-research-guide/SKILL.md +1 -1
- package/skills/research/deep-research/kosmos-scientist-guide/SKILL.md +3 -3
- package/skills/research/deep-research/llm-scientific-discovery-guide/SKILL.md +1 -1
- package/skills/research/deep-research/local-deep-research-guide/SKILL.md +6 -6
- package/skills/research/deep-research/open-researcher-guide/SKILL.md +3 -3
- package/skills/research/deep-research/tongyi-deep-research-guide/SKILL.md +4 -4
- package/skills/research/methodology/grad-school-guide/SKILL.md +1 -1
- package/skills/research/paper-review/automated-review-guide/SKILL.md +1 -1
- package/skills/tools/diagram/excalidraw-diagram-guide/SKILL.md +1 -1
- package/skills/tools/diagram/mermaid-architect-guide/SKILL.md +1 -1
- package/skills/tools/diagram/plantuml-guide/SKILL.md +1 -1
- package/skills/tools/document/grobid-pdf-parsing/SKILL.md +1 -1
- package/skills/tools/document/paper-parse-guide/SKILL.md +2 -2
- package/skills/tools/knowledge-graph/citation-network-builder/SKILL.md +5 -5
- package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +1 -1
- package/skills/tools/scraping/academic-web-scraping/SKILL.md +1 -2
- package/skills/tools/scraping/google-scholar-scraper/SKILL.md +7 -7
- package/skills/writing/citation/SKILL.md +1 -1
- package/skills/writing/citation/academic-citation-manager/SKILL.md +20 -17
- package/skills/writing/citation/citation-assistant-skill/SKILL.md +72 -58
- package/skills/writing/citation/onecite-reference-guide/SKILL.md +1 -1
- package/skills/writing/citation/zotero-reference-guide/SKILL.md +1 -1
- package/skills/writing/citation/zotero-scholar-guide/SKILL.md +1 -1
- package/src/tools/arxiv.ts +13 -3
- package/src/tools/biorxiv.ts +21 -5
- package/src/tools/crossref.ts +13 -6
- package/src/tools/datacite.ts +7 -3
- package/src/tools/doaj.ts +3 -2
- package/src/tools/europe-pmc.ts +4 -3
- package/src/tools/hal.ts +6 -4
- package/src/tools/inspire-hep.ts +3 -2
- package/src/tools/openaire.ts +11 -6
- package/src/tools/openalex.ts +17 -2
- package/src/tools/opencitations.ts +9 -0
- package/src/tools/orcid.ts +3 -0
- package/src/tools/osf-preprints.ts +3 -2
- package/src/tools/pubmed.ts +12 -5
- package/src/tools/unpaywall.ts +3 -0
- package/src/tools/util.ts +33 -0
- package/src/tools/zenodo.ts +10 -4
package/README.en.md
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<img src="assets/logo.png" width="160" alt="Research-Claw · 科研龙虾" />
|
|
4
|
+
|
|
5
|
+
# The most comprehensive library of AI skills&plugins for academic research
|
|
6
|
+
|
|
7
|
+
**The brain of Research-Claw — 438 academic skills + 34 API tools**
|
|
8
|
+
|
|
9
|
+
Plug-and-play research capabilities for [Research-Claw](https://github.com/wentorai/Research-Claw) and 40+ AI agent frameworks
|
|
10
|
+
|
|
11
|
+
[](https://www.npmjs.com/package/@wentorai/research-plugins)
|
|
12
|
+
[](LICENSE)
|
|
13
|
+
[](https://www.npmjs.com/package/@wentorai/research-plugins)
|
|
14
|
+
[](#agent-tools-34)
|
|
15
|
+
|
|
16
|
+
[🌐 wentor.ai](https://wentor.ai) · [🇨🇳 中文](README.md) · [🦞 Research-Claw](https://github.com/wentorai/Research-Claw) · [🪲 Issues](https://github.com/wentorai/research-plugins/issues)
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Quick Start
|
|
23
|
+
|
|
24
|
+
### Install (Research-Claw / OpenClaw)
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
openclaw plugins install @wentorai/research-plugins
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Installs to `~/.openclaw/extensions/`. Restart the gateway to auto-load all skills + tools.
|
|
31
|
+
|
|
32
|
+
### Install (Claude Code / Cursor / Windsurf / OpenCode)
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
npx skills add wentorai/research-plugins
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
> This installs SKILL.md files only (no API tools). Compatible with 41 agent frameworks supporting the skills protocol.
|
|
39
|
+
|
|
40
|
+
### Uninstall
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
# OpenClaw / Research-Claw — manually remove plugin directory
|
|
44
|
+
rm -rf ~/.openclaw/extensions/research-plugins
|
|
45
|
+
|
|
46
|
+
# npx skills — manually remove skills directory
|
|
47
|
+
rm -rf .skills/wentorai/research-plugins
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
> **pnpm projects:** Do not add this as a pnpm dependency and load from `node_modules` via `plugins.load.paths`. pnpm hardlinks are rejected by OpenClaw's security validator. Always use `openclaw plugins install`.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## What's Inside
|
|
55
|
+
|
|
56
|
+
### Academic Skills (438)
|
|
57
|
+
|
|
58
|
+
Structured SKILL.md guides covering the full research lifecycle, loaded on demand:
|
|
59
|
+
|
|
60
|
+
| Category | Count | Coverage |
|
|
61
|
+
|:--|:--|:--|
|
|
62
|
+
| **Literature** | 87 | Multi-database search · Citation tracking · Full-text · Open access |
|
|
63
|
+
| **Methodology** | 79 | DID · RDD · IV · Meta-analysis · Systematic review · Grant writing |
|
|
64
|
+
| **Data Analysis** | 68 | Python · R · STATA · Visualization · Panel data · Econometrics |
|
|
65
|
+
| **Writing** | 74 | Paper sections · LaTeX · References · Rebuttal generation |
|
|
66
|
+
| **Domains** | 93 | 16 disciplines: CS · AI/ML · Biomedical · Economics · Law · Physics etc. |
|
|
67
|
+
| **Tools** | 51 | Diagrams · PDF parsing · Knowledge graphs · OCR · Scraping |
|
|
68
|
+
|
|
69
|
+
Skills use **progressive disclosure**: 6 category entries → 40 subcategory indexes → 438 concrete skills. Agents load on demand, never injecting everything at once.
|
|
70
|
+
|
|
71
|
+
### Agent Tools (34)
|
|
72
|
+
|
|
73
|
+
TypeScript wrappers for 18 free academic database APIs, auto-registered as OpenClaw plugin tools:
|
|
74
|
+
|
|
75
|
+
| Module | Tools | Source |
|
|
76
|
+
|:--|:--|:--|
|
|
77
|
+
| `openalex` | `search_openalex` · `get_work` · `get_author_openalex` | OpenAlex (250M+ works) |
|
|
78
|
+
| `crossref` | `resolve_doi` · `search_crossref` | CrossRef (150M+ DOIs) |
|
|
79
|
+
| `arxiv` | `search_arxiv` · `get_arxiv_paper` | arXiv |
|
|
80
|
+
| `pubmed` | `search_pubmed` · `get_article` | PubMed / NCBI |
|
|
81
|
+
| `unpaywall` | `find_oa_version` | Unpaywall (open access) |
|
|
82
|
+
| `europe-pmc` | `search_europe_pmc` · `get_epmc_citations` · `get_epmc_references` | Europe PMC (33M+) |
|
|
83
|
+
| `opencitations` | `get_citations_open` · `get_references_open` · `get_citation_count` | OpenCitations (2B+ links) |
|
|
84
|
+
| `dblp` | `search_dblp` · `search_dblp_author` | DBLP (7M+ CS records) |
|
|
85
|
+
| `doaj` | `search_doaj` | DOAJ (9M+ OA articles) |
|
|
86
|
+
| `biorxiv` | `search_biorxiv` · `search_medrxiv` · `get_preprint_by_doi` | bioRxiv / medRxiv |
|
|
87
|
+
| `openaire` | `search_openaire` | OpenAIRE (170M+, EU funder filter) |
|
|
88
|
+
| `zenodo` | `search_zenodo` · `get_zenodo_record` | Zenodo |
|
|
89
|
+
| `orcid` | `search_orcid` · `get_orcid_works` | ORCID |
|
|
90
|
+
| `inspire-hep` | `search_inspire` · `get_inspire_paper` | INSPIRE-HEP (physics) |
|
|
91
|
+
| `hal` | `search_hal` | HAL (French open archive) |
|
|
92
|
+
| `osf-preprints` | `search_osf_preprints` | OSF Preprints |
|
|
93
|
+
| `datacite` | `search_datacite` · `resolve_datacite_doi` | DataCite (dataset DOIs) |
|
|
94
|
+
| `ror` | `search_ror` | ROR (research organizations) |
|
|
95
|
+
|
|
96
|
+
### Curated Resources (6)
|
|
97
|
+
|
|
98
|
+
Hand-picked resource collections for each skill category. See `curated/` directory.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Architecture
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
@wentorai/research-plugins
|
|
106
|
+
├── skills/ ← 438 SKILL.md (6 categories × 40 subcategories)
|
|
107
|
+
│ ├── literature/ ← Search, discovery, full-text, metadata
|
|
108
|
+
│ ├── writing/ ← Composition, citation, LaTeX, polish
|
|
109
|
+
│ ├── analysis/ ← Statistics, econometrics, dataviz
|
|
110
|
+
│ ├── research/ ← Methodology, reviews, grants
|
|
111
|
+
│ ├── domains/ ← 16 academic disciplines
|
|
112
|
+
│ └── tools/ ← Diagrams, documents, scraping, OCR
|
|
113
|
+
├── src/tools/ ← 34 API tools (18 modules)
|
|
114
|
+
├── curated/ ← 6 curated resource lists
|
|
115
|
+
├── catalog.json ← Full index (462 entries)
|
|
116
|
+
├── index.ts ← Plugin entry (OpenClaw Plugin SDK)
|
|
117
|
+
└── openclaw.plugin.json ← Plugin manifest
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
**Loading modes:**
|
|
121
|
+
- **Research-Claw / OpenClaw**: Full plugin (skills + API tools) via `openclaw plugins install`
|
|
122
|
+
- **Other agent frameworks**: SKILL.md files only (no API tools) via `npx skills add`
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Community Attribution
|
|
127
|
+
|
|
128
|
+
This project curates, organizes, and enhances publicly available academic resources.
|
|
129
|
+
|
|
130
|
+
- **Skills** are authored guides based on established research methodologies, public API docs, and widely-used workflows. Where content derives from specific projects, the `source` field in each SKILL.md frontmatter links to the original.
|
|
131
|
+
- **Curated lists** aggregate community resource links for discovery purposes.
|
|
132
|
+
|
|
133
|
+
All original content is released under the [MIT License](LICENSE). Referenced third-party projects retain their own licenses.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Contributing
|
|
138
|
+
|
|
139
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
140
|
+
|
|
141
|
+
## License
|
|
142
|
+
|
|
143
|
+
[MIT](LICENSE) — Copyright (c) 2026 Wentor AI
|
package/README.md
CHANGED
|
@@ -1,176 +1,143 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img src="assets/logo.png" width="160" alt="科研龙虾 · Research-Claw" />
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<a id="english"></a>
|
|
8
|
-
|
|
9
|
-
## Research Plugins for Research-Claw
|
|
10
|
-
|
|
11
|
-
An open-source collection of **438 academic research skills**, **34 agent tools** (18 API modules), and **6 curated resource lists** for [Research-Claw](https://wentor.ai) and other AI coding agents.
|
|
12
|
-
|
|
13
|
-
Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
5
|
+
# 最全的学术科研领域技能插件库
|
|
14
6
|
|
|
15
|
-
|
|
7
|
+
**科研龙虾的大脑 — 438 个学术技能 + 34 个 API 工具**
|
|
16
8
|
|
|
17
|
-
|
|
18
|
-
|-----------|-------|-------------|
|
|
19
|
-
| **Skills** | 438 | Practical SKILL.md guides covering literature search, academic writing, data analysis, research methods, 16 domain specialties, and productivity tools |
|
|
20
|
-
| **Agent Tools** | 34 | TypeScript API wrappers for 18 academic databases: OpenAlex, CrossRef, arXiv, PubMed, Unpaywall, Europe PMC, OpenCitations, DOAJ, DBLP, bioRxiv/medRxiv, OpenAIRE, Zenodo, ORCID, INSPIRE-HEP, HAL, OSF, DataCite, ROR |
|
|
21
|
-
| **Curated Lists** | 6 | Hand-picked resource collections for each skill category |
|
|
9
|
+
为 [Research-Claw (科研龙虾)](https://github.com/wentorai/Research-Claw) 及 40+ AI Agent 框架提供即插即用的科研能力
|
|
22
10
|
|
|
23
|
-
|
|
11
|
+
[](https://www.npmjs.com/package/@wentorai/research-plugins)
|
|
12
|
+
[](LICENSE)
|
|
13
|
+
[](https://www.npmjs.com/package/@wentorai/research-plugins)
|
|
14
|
+
[](#智能体工具34-个)
|
|
24
15
|
|
|
25
|
-
|
|
16
|
+
[🌐 wentor.ai](https://wentor.ai) · [🇬🇧 English](README.en.md) · [🦞 Research-Claw](https://github.com/wentorai/Research-Claw) · [🪲 Issues](https://github.com/wentorai/research-plugins/issues)
|
|
26
17
|
|
|
27
|
-
|
|
18
|
+
</div>
|
|
28
19
|
|
|
29
|
-
|
|
30
|
-
|----------|---------------|--------|-------------|
|
|
31
|
-
| **literature** | search, discovery, fulltext, metadata | 80 | Paper search, citation tracking, open access |
|
|
32
|
-
| **writing** | composition, polish, latex, templates, citation | 64 | Academic writing, LaTeX, reference management |
|
|
33
|
-
| **analysis** | statistics, econometrics, wrangling, dataviz | 46 | Statistical methods, data cleaning, visualization |
|
|
34
|
-
| **research** | methodology, deep-research, paper-review, automation, funding | 53 | Research design, systematic reviews, grant writing |
|
|
35
|
-
| **domains** | 16 disciplines (CS, AI/ML, biomedical, chemistry, economics, finance, law, physics, math, ecology, etc.) | 147 | Domain-specific research methods and tools |
|
|
36
|
-
| **tools** | diagram, document, code-exec, scraping, knowledge-graph, ocr-translate | 48 | Diagrams, PDF parsing, reproducible code, OCR |
|
|
20
|
+
---
|
|
37
21
|
|
|
38
|
-
|
|
22
|
+
## 快速开始
|
|
39
23
|
|
|
40
|
-
|
|
24
|
+
### 安装(Research-Claw / OpenClaw 用户)
|
|
41
25
|
|
|
42
26
|
```bash
|
|
43
27
|
openclaw plugins install @wentorai/research-plugins
|
|
44
28
|
```
|
|
45
29
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
> **Note for satellite/pnpm projects:** Do not add this package as a `pnpm` dependency and load it from `node_modules` via `plugins.load.paths`. pnpm's content-addressable store uses hardlinks, which OpenClaw's security validator rejects (`unsafe plugin manifest path`). Always use `openclaw plugins install` instead.
|
|
30
|
+
插件安装到 `~/.openclaw/extensions/`,重启 gateway 后自动加载所有技能 + 工具。
|
|
49
31
|
|
|
50
|
-
|
|
32
|
+
### 安装(Claude Code / Cursor / Windsurf / OpenCode 用户)
|
|
51
33
|
|
|
52
34
|
```bash
|
|
53
35
|
npx skills add wentorai/research-plugins
|
|
54
36
|
```
|
|
55
37
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
```bash
|
|
59
|
-
npm install @wentorai/research-plugins
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### Agent Tools
|
|
63
|
-
|
|
64
|
-
34 tool functions across 18 academic API modules, registered automatically when used as an OpenClaw plugin. All APIs are free and open:
|
|
65
|
-
|
|
66
|
-
| Module | Tools | API |
|
|
67
|
-
|--------|-------|-----|
|
|
68
|
-
| `openalex` | `search_openalex`, `get_work`, `get_author_openalex` | OpenAlex (250M+ works) |
|
|
69
|
-
| `crossref` | `resolve_doi`, `search_crossref` | CrossRef (150M+ DOIs) |
|
|
70
|
-
| `arxiv` | `search_arxiv`, `get_arxiv_paper` | arXiv |
|
|
71
|
-
| `pubmed` | `search_pubmed`, `get_article` | PubMed / NCBI |
|
|
72
|
-
| `unpaywall` | `find_oa_version` | Unpaywall |
|
|
73
|
-
| `europe-pmc` | `search_europe_pmc`, `get_epmc_citations`, `get_epmc_references` | Europe PMC (33M+) |
|
|
74
|
-
| `opencitations` | `get_citations_open`, `get_references_open`, `get_citation_count` | OpenCitations (2B+ links) |
|
|
75
|
-
| `doaj` | `search_doaj` | DOAJ (9M+ OA articles) |
|
|
76
|
-
| `dblp` | `search_dblp`, `search_dblp_author` | DBLP (7M+ CS records) |
|
|
77
|
-
| `biorxiv` | `search_biorxiv`, `search_medrxiv`, `get_preprint_by_doi` | bioRxiv / medRxiv |
|
|
78
|
-
| `openaire` | `search_openaire` | OpenAIRE (170M+, EU funder filter) |
|
|
79
|
-
| `zenodo` | `search_zenodo`, `get_zenodo_record` | Zenodo |
|
|
80
|
-
| `orcid` | `search_orcid`, `get_orcid_works` | ORCID |
|
|
81
|
-
| `inspire-hep` | `search_inspire`, `get_inspire_paper` | INSPIRE-HEP (physics) |
|
|
82
|
-
| `hal` | `search_hal` | HAL (French open archive) |
|
|
83
|
-
| `osf-preprints` | `search_osf_preprints` | OSF Preprints |
|
|
84
|
-
| `datacite` | `search_datacite`, `resolve_datacite_doi` | DataCite (dataset DOIs) |
|
|
85
|
-
| `ror` | `search_ror` | ROR (research organizations) |
|
|
86
|
-
|
|
87
|
-
### Community Attribution
|
|
88
|
-
|
|
89
|
-
This project curates, organizes, and enhances publicly available academic resources from across the open-source ecosystem. We are grateful to the researchers, developers, and open-source communities whose work makes this collection possible.
|
|
90
|
-
|
|
91
|
-
- **Skills** are authored guides based on established research methodologies, public API documentation, and widely-used academic workflows. Where content is derived from specific open-source projects, the `source` field in each SKILL.md frontmatter links to the original.
|
|
92
|
-
- **Curated Lists** aggregate links to community resources and are provided for discovery purposes.
|
|
38
|
+
> 此方式仅安装 SKILL.md 技能文件(无 API 工具),适用于 41 个支持 skills 协议的 Agent 框架。
|
|
93
39
|
|
|
94
|
-
|
|
40
|
+
### 卸载
|
|
95
41
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
42
|
+
```bash
|
|
43
|
+
# OpenClaw / Research-Claw — 手动删除插件目录
|
|
44
|
+
rm -rf ~/.openclaw/extensions/research-plugins
|
|
99
45
|
|
|
100
|
-
|
|
46
|
+
# npx skills — 手动删除技能目录
|
|
47
|
+
rm -rf .skills/wentorai/research-plugins
|
|
48
|
+
```
|
|
101
49
|
|
|
102
|
-
|
|
50
|
+
> **pnpm 项目注意**:请勿将本包作为 `pnpm` 依赖并通过 `plugins.load.paths` 从 `node_modules` 加载。pnpm 的硬链接机制会被 OpenClaw 安全校验拒绝 (`unsafe plugin manifest path`)。请始终使用 `openclaw plugins install`。
|
|
103
51
|
|
|
104
52
|
---
|
|
105
53
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
|
117
|
-
|
|
118
|
-
|
|
|
119
|
-
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
54
|
+
## 包含什么
|
|
55
|
+
|
|
56
|
+
### 学术技能(438 个)
|
|
57
|
+
|
|
58
|
+
覆盖科研全流程的结构化 SKILL.md 指南,按需自动加载:
|
|
59
|
+
|
|
60
|
+
| 类别 | 技能数 | 覆盖范围 |
|
|
61
|
+
|:--|:--|:--|
|
|
62
|
+
| **文献** (literature) | 87 | 多库联搜 · 引文追踪 · 全文获取 · 开放获取 |
|
|
63
|
+
| **研究方法** (research) | 79 | DID · RDD · IV · 元分析 · 系统综述 · 基金申请 |
|
|
64
|
+
| **数据分析** (analysis) | 68 | Python · R · STATA · 可视化 · 面板数据 · 计量经济 |
|
|
65
|
+
| **学术写作** (writing) | 74 | 论文各章节 · LaTeX · 参考文献 · 审稿意见回复 |
|
|
66
|
+
| **学科领域** (domains) | 93 | 16 个学科:CS · AI/ML · 生物医学 · 经济 · 法学 · 物理 等 |
|
|
67
|
+
| **效率工具** (tools) | 51 | 流程图 · PDF 解析 · 知识图谱 · OCR · 爬虫 |
|
|
68
|
+
|
|
69
|
+
技能通过 **渐进式加载** 机制工作:6 个类别入口 → 40 个子分类索引 → 438 个具体技能。Agent 按需加载,不会一次性注入全部内容。
|
|
70
|
+
|
|
71
|
+
### 智能体工具(34 个)
|
|
72
|
+
|
|
73
|
+
直连 18 个免费学术数据库 API 的 TypeScript 工具,作为 OpenClaw 插件自动注册:
|
|
74
|
+
|
|
75
|
+
| 模块 | 工具 | 数据源 |
|
|
76
|
+
|:--|:--|:--|
|
|
77
|
+
| `openalex` | `search_openalex` · `get_work` · `get_author_openalex` | OpenAlex (250M+ 作品) |
|
|
78
|
+
| `crossref` | `resolve_doi` · `search_crossref` | CrossRef (150M+ DOI) |
|
|
79
|
+
| `arxiv` | `search_arxiv` · `get_arxiv_paper` | arXiv |
|
|
80
|
+
| `pubmed` | `search_pubmed` · `get_article` | PubMed / NCBI |
|
|
81
|
+
| `unpaywall` | `find_oa_version` | Unpaywall (开放获取) |
|
|
82
|
+
| `europe-pmc` | `search_europe_pmc` · `get_epmc_citations` · `get_epmc_references` | Europe PMC (33M+) |
|
|
83
|
+
| `opencitations` | `get_citations_open` · `get_references_open` · `get_citation_count` | OpenCitations (2B+ 引用) |
|
|
84
|
+
| `dblp` | `search_dblp` · `search_dblp_author` | DBLP (7M+ CS 文献) |
|
|
85
|
+
| `doaj` | `search_doaj` | DOAJ (9M+ OA 文章) |
|
|
86
|
+
| `biorxiv` | `search_biorxiv` · `search_medrxiv` · `get_preprint_by_doi` | bioRxiv / medRxiv |
|
|
87
|
+
| `openaire` | `search_openaire` | OpenAIRE (170M+, EU 资助筛选) |
|
|
88
|
+
| `zenodo` | `search_zenodo` · `get_zenodo_record` | Zenodo |
|
|
89
|
+
| `orcid` | `search_orcid` · `get_orcid_works` | ORCID |
|
|
90
|
+
| `inspire-hep` | `search_inspire` · `get_inspire_paper` | INSPIRE-HEP (高能物理) |
|
|
91
|
+
| `hal` | `search_hal` | HAL (法国开放档案) |
|
|
92
|
+
| `osf-preprints` | `search_osf_preprints` | OSF Preprints |
|
|
93
|
+
| `datacite` | `search_datacite` · `resolve_datacite_doi` | DataCite (数据集 DOI) |
|
|
94
|
+
| `ror` | `search_ror` | ROR (研究机构) |
|
|
125
95
|
|
|
126
|
-
|
|
96
|
+
### 精选资源(6 套)
|
|
127
97
|
|
|
128
|
-
|
|
129
|
-
|------|--------|--------|---------|
|
|
130
|
-
| **文献 (literature)** | 检索、发现、全文获取、元数据 | 80 | 论文搜索、引文追踪、开放获取 |
|
|
131
|
-
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 | 64 | 学术写作、LaTeX 排版、参考文献管理 |
|
|
132
|
-
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 | 46 | 统计方法、数据清洗、图表制作 |
|
|
133
|
-
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 | 53 | 研究设计、系统综述、基金申请 |
|
|
134
|
-
| **学科 (domains)** | 16 个学科方向 | 147 | 各学科专属研究方法与工具 |
|
|
135
|
-
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR | 48 | 流程图、PDF 解析、可复现代码、OCR 翻译 |
|
|
98
|
+
每个技能类别附带一套手工精选的优质资源列表,见 `curated/` 目录。
|
|
136
99
|
|
|
137
|
-
|
|
100
|
+
---
|
|
138
101
|
|
|
139
|
-
|
|
102
|
+
## 架构
|
|
140
103
|
|
|
141
|
-
```bash
|
|
142
|
-
openclaw plugins install @wentorai/research-plugins
|
|
143
104
|
```
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
105
|
+
@wentorai/research-plugins
|
|
106
|
+
├── skills/ ← 438 SKILL.md (6 类别 × 40 子分类)
|
|
107
|
+
│ ├── literature/ ← 文献检索/追踪/获取
|
|
108
|
+
│ ├── writing/ ← 学术写作/引用/LaTeX
|
|
109
|
+
│ ├── analysis/ ← 数据分析/统计/可视化
|
|
110
|
+
│ ├── research/ ← 研究方法/综述/基金
|
|
111
|
+
│ ├── domains/ ← 16 学科领域
|
|
112
|
+
│ └── tools/ ← 效率工具/图表/OCR
|
|
113
|
+
├── src/tools/ ← 34 API 工具 (18 模块)
|
|
114
|
+
├── curated/ ← 6 套精选资源列表
|
|
115
|
+
├── catalog.json ← 全量索引 (462 entries)
|
|
116
|
+
├── index.ts ← 插件入口 (OpenClaw Plugin SDK)
|
|
117
|
+
└── openclaw.plugin.json ← 插件清单
|
|
153
118
|
```
|
|
154
119
|
|
|
155
|
-
|
|
120
|
+
**加载方式**:
|
|
121
|
+
- **Research-Claw / OpenClaw**:作为完整插件加载(技能 + API 工具),通过 `openclaw plugins install`
|
|
122
|
+
- **其他 Agent 框架**:仅加载 SKILL.md 文件(无 API 工具),通过 `npx skills add`
|
|
156
123
|
|
|
157
|
-
|
|
158
|
-
npm install @wentorai/research-plugins
|
|
159
|
-
```
|
|
124
|
+
---
|
|
160
125
|
|
|
161
|
-
|
|
126
|
+
## 社区致谢
|
|
162
127
|
|
|
163
|
-
|
|
128
|
+
本项目对互联网上公开可用的学术资源进行了遴选、整理和增强。
|
|
164
129
|
|
|
165
|
-
- **技能**
|
|
166
|
-
- **精选列表**
|
|
130
|
+
- **技能** 基于成熟研究方法、公开 API 文档和广泛使用的学术工作流编写。凡内容源自特定开源项目的,SKILL.md frontmatter 中 `source` 字段标注了原始链接。
|
|
131
|
+
- **精选列表** 汇集社区资源链接,仅供发现和参考。
|
|
167
132
|
|
|
168
|
-
|
|
133
|
+
所有原创内容以 [MIT 许可证](LICENSE) 发布。引用的第三方项目保留各自许可证。
|
|
134
|
+
|
|
135
|
+
---
|
|
169
136
|
|
|
170
|
-
|
|
137
|
+
## 贡献
|
|
171
138
|
|
|
172
|
-
请查阅 [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
139
|
+
请查阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解添加技能和资源的指南。
|
|
173
140
|
|
|
174
|
-
|
|
141
|
+
## 许可证
|
|
175
142
|
|
|
176
|
-
[MIT](LICENSE)
|
|
143
|
+
[MIT](LICENSE) — Copyright (c) 2026 Wentor AI
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| [papers-we-love-guide](../../skills/literature/discovery/papers-we-love-guide/) | Community-curated directory of influential CS research papers |
|
|
18
18
|
| [rss-paper-feeds](../../skills/literature/discovery/rss-paper-feeds/) | Set up RSS feeds and alerts to track new publications in your research area |
|
|
19
19
|
| [semantic-paper-radar](../../skills/literature/discovery/semantic-paper-radar/) | Semantic literature discovery and synthesis using embeddings |
|
|
20
|
-
| [semantic-scholar-recs-guide](../../skills/literature/discovery/semantic-scholar-recs-guide/) |
|
|
20
|
+
| [semantic-scholar-recs-guide](../../skills/literature/discovery/semantic-scholar-recs-guide/) | Paper discovery via recommendation APIs (OpenAlex, CrossRef citation networks) |
|
|
21
21
|
| [zotero-arxiv-daily-guide](../../skills/literature/discovery/zotero-arxiv-daily-guide/) | Guide to Zotero arXiv Daily for personalized daily paper recommendations |
|
|
22
22
|
|
|
23
23
|
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
| [plos-open-access-api](../../skills/literature/search/plos-open-access-api/) | Search PLOS open access journals with full-text Solr-powered API |
|
|
108
108
|
| [pubmed-api](../../skills/literature/search/pubmed-api/) | Search biomedical literature and retrieve records via PubMed E-utilities |
|
|
109
109
|
| [scielo-api](../../skills/literature/search/scielo-api/) | Access Latin American and developing world research via SciELO API |
|
|
110
|
-
| [semantic-scholar-api](../../skills/literature/search/semantic-scholar-api/) | Search papers and analyze citation graphs via
|
|
110
|
+
| [semantic-scholar-api](../../skills/literature/search/semantic-scholar-api/) | Search papers and analyze citation graphs via OpenAlex and CrossRef APIs |
|
|
111
111
|
| [share-research-api](../../skills/literature/search/share-research-api/) | Discover open access research outputs via the SHARE notification API |
|
|
112
112
|
| [systematic-search-strategy](../../skills/literature/search/systematic-search-strategy/) | Construct rigorous systematic search strategies for literature reviews |
|
|
113
113
|
| [worldcat-search-api](../../skills/literature/search/worldcat-search-api/) | Search the world's largest library catalog via OCLC WorldCat API |
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|-------|-------------|
|
|
13
13
|
| [academic-citation-manager](../../skills/writing/citation/academic-citation-manager/) | Manage academic citations across BibTeX, APA, MLA, and Chicago formats |
|
|
14
14
|
| [bibtex-management-guide](../../skills/writing/citation/bibtex-management-guide/) | Clean, format, deduplicate, and manage BibTeX bibliography files for LaTeX |
|
|
15
|
-
| [citation-assistant-skill](../../skills/writing/citation/citation-assistant-skill/) | Claude Code skill for citation workflow via
|
|
15
|
+
| [citation-assistant-skill](../../skills/writing/citation/citation-assistant-skill/) | Claude Code skill for citation workflow via OpenAlex and CrossRef |
|
|
16
16
|
| [citation-style-guide](../../skills/writing/citation/citation-style-guide/) | APA, MLA, Chicago citation format guide with CSL configuration |
|
|
17
17
|
| [jabref-reference-guide](../../skills/writing/citation/jabref-reference-guide/) | Guide to JabRef open-source BibTeX and BibLaTeX reference manager |
|
|
18
18
|
| [jasminum-zotero-guide](../../skills/writing/citation/jasminum-zotero-guide/) | Guide to Jasminum for retrieving CNKI Chinese academic metadata in Zotero |
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -16,5 +16,5 @@ Select the skill matching the user's need, then `read` its SKILL.md.
|
|
|
16
16
|
| [papers-we-love-guide](./papers-we-love-guide/SKILL.md) | Community-curated directory of influential CS research papers |
|
|
17
17
|
| [rss-paper-feeds](./rss-paper-feeds/SKILL.md) | Set up RSS feeds and alerts to track new publications in your research area |
|
|
18
18
|
| [semantic-paper-radar](./semantic-paper-radar/SKILL.md) | Semantic literature discovery and synthesis using embeddings |
|
|
19
|
-
| [semantic-scholar-recs-guide](./semantic-scholar-recs-guide/SKILL.md) |
|
|
19
|
+
| [semantic-scholar-recs-guide](./semantic-scholar-recs-guide/SKILL.md) | Paper discovery via recommendation APIs (OpenAlex, CrossRef citation networks) |
|
|
20
20
|
| [zotero-arxiv-daily-guide](./zotero-arxiv-daily-guide/SKILL.md) | Guide to Zotero arXiv Daily for personalized daily paper recommendations |
|
|
@@ -24,7 +24,7 @@ A skill for setting up automated citation alerts and tracking systems that notif
|
|
|
24
24
|
| Web of Science | Citation alert, search alert, journal ToC | WoS-indexed journals | Institutional |
|
|
25
25
|
| Scopus | Citation alert, search alert, author alert | Scopus-indexed journals | Institutional |
|
|
26
26
|
| PubMed | Email alert (My NCBI) | Biomedical literature | Free |
|
|
27
|
-
|
|
|
27
|
+
| OpenAlex | Work tracking, author profiles, concept feeds | All disciplines | Free |
|
|
28
28
|
| ResearchGate | Author follow, recommendation | Member-uploaded papers | Free |
|
|
29
29
|
|
|
30
30
|
### Setting Up Google Scholar Alerts
|
|
@@ -76,7 +76,7 @@ def design_alert_system(research_topics: list[str],
|
|
|
76
76
|
"frequency": "weekly"
|
|
77
77
|
},
|
|
78
78
|
"author_alerts": {
|
|
79
|
-
"platform": "
|
|
79
|
+
"platform": "OpenAlex + Scopus",
|
|
80
80
|
"authors": key_authors,
|
|
81
81
|
"frequency": "monthly"
|
|
82
82
|
},
|
|
@@ -36,7 +36,7 @@ Strategy 1 - Search by conference name:
|
|
|
36
36
|
DBLP: Browse conference page -> search within proceedings
|
|
37
37
|
|
|
38
38
|
Strategy 2 - Search by topic across all venues:
|
|
39
|
-
|
|
39
|
+
OpenAlex: Filter by type "proceedings-article"
|
|
40
40
|
Google Scholar: Use keywords, then check venue names in results
|
|
41
41
|
|
|
42
42
|
Strategy 3 - Track specific conferences:
|
|
@@ -101,7 +101,7 @@ Tiers vary by subfield. Always check the ranking relevant to your specific area.
|
|
|
101
101
|
3. OpenReview: NeurIPS, ICLR, and others host papers with reviews
|
|
102
102
|
4. Institutional repository: Check the authors' university repository
|
|
103
103
|
5. Conference website: Some conferences offer free proceedings
|
|
104
|
-
6.
|
|
104
|
+
6. OpenAlex: Aggregates metadata and OA links from multiple sources
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
### Workshop Papers vs. Main Conference
|
|
@@ -51,7 +51,7 @@ How to use:
|
|
|
51
51
|
Litmaps (litmaps.com) creates dynamic, multi-seed citation maps that update as new papers are published.
|
|
52
52
|
|
|
53
53
|
Workflow:
|
|
54
|
-
1. Add one or more seed papers via DOI, title, or
|
|
54
|
+
1. Add one or more seed papers via DOI, title, or OpenAlex ID
|
|
55
55
|
2. The tool builds a citation graph showing how the papers are connected
|
|
56
56
|
3. Add "discover" nodes to expand the map with algorithmically suggested papers
|
|
57
57
|
4. Create "collections" to organize maps by topic
|
|
@@ -22,22 +22,16 @@ Whether you are entering a new field and need foundational papers, tracking the
|
|
|
22
22
|
|
|
23
23
|
## Algorithmic Recommendation Services
|
|
24
24
|
|
|
25
|
-
###
|
|
25
|
+
### OpenAlex Related Works
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
OpenAlex provides concept-based and citation-based discovery for 250M+ works across all disciplines:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
#
|
|
31
|
-
curl
|
|
32
|
-
-H "Content-Type: application/json" \
|
|
33
|
-
-d '{
|
|
34
|
-
"positivePaperIds": ["CorpusId:12345", "CorpusId:67890"],
|
|
35
|
-
"negativePaperIds": ["CorpusId:11111"],
|
|
36
|
-
"fields": "title,authors,year,citationCount,url"
|
|
37
|
-
}'
|
|
30
|
+
# Find works related to a specific paper via its concepts and citations
|
|
31
|
+
curl "https://api.openalex.org/works?filter=cites:W2741809807&sort=cited_by_count:desc&per_page=10"
|
|
38
32
|
```
|
|
39
33
|
|
|
40
|
-
|
|
34
|
+
Use OpenAlex's concept graph to find related work by browsing papers tagged with the same research concepts, or trace citation networks to find derivative and foundational papers.
|
|
41
35
|
|
|
42
36
|
### Connected Papers
|
|
43
37
|
|
|
@@ -70,7 +64,7 @@ Research Rabbit (researchrabbitapp.com) lets you build collections of papers and
|
|
|
70
64
|
When algorithmic tools are insufficient, manual citation-based techniques remain powerful:
|
|
71
65
|
|
|
72
66
|
### Forward Citation Chaining
|
|
73
|
-
Start with a foundational paper. Find all papers that cite it (using Google Scholar,
|
|
67
|
+
Start with a foundational paper. Find all papers that cite it (using Google Scholar, OpenAlex, or Web of Science). Screen these citing papers by title and abstract to find relevant descendants. Repeat for the most important descendants.
|
|
74
68
|
|
|
75
69
|
### Backward Citation Mining
|
|
76
70
|
Read the reference list of a key paper. Identify and retrieve the most important cited works. This traces the intellectual lineage of ideas and helps you find the seminal papers in a subfield.
|
|
@@ -89,7 +83,7 @@ A sustainable paper discovery practice requires more than one-off searches. Buil
|
|
|
89
83
|
|
|
90
84
|
1. **Check preprint alerts**: Review your arXiv, bioRxiv, or SSRN email alerts or RSS feeds (15 min).
|
|
91
85
|
2. **Scan citation alerts**: Review Google Scholar citation alerts for new papers citing your key references (10 min).
|
|
92
|
-
3. **Process recommendation queue**: Review suggestions from
|
|
86
|
+
3. **Process recommendation queue**: Review suggestions from OpenAlex, Research Rabbit, or Connected Papers for any recently added seed papers (10 min).
|
|
93
87
|
4. **Social signals**: Scan academic Twitter/Mastodon, relevant subreddits, or lab group Slack channels for shared papers (10 min).
|
|
94
88
|
5. **Triage and queue**: Add promising papers to your "to read" queue with a priority tag (high/medium/low) and the reason you flagged them.
|
|
95
89
|
|
|
@@ -113,7 +107,7 @@ Finding papers outside your primary field is particularly challenging because yo
|
|
|
113
107
|
|
|
114
108
|
## References
|
|
115
109
|
|
|
116
|
-
-
|
|
110
|
+
- OpenAlex API: https://api.openalex.org
|
|
117
111
|
- Connected Papers: https://www.connectedpapers.com
|
|
118
112
|
- Research Rabbit: https://www.researchrabbitapp.com
|
|
119
113
|
- Paper Recommendation: https://github.com/pengzhenghao/paper-recommendation
|
|
@@ -95,34 +95,40 @@ Recommended: Set alerts for:
|
|
|
95
95
|
- Key competitor or collaborator publications
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
###
|
|
98
|
+
### OpenAlex Citation Tracking
|
|
99
99
|
|
|
100
100
|
```python
|
|
101
101
|
import requests
|
|
102
102
|
|
|
103
|
-
def
|
|
103
|
+
def track_citations_openalex(work_id: str) -> dict:
|
|
104
104
|
"""
|
|
105
|
-
Monitor citations for a specific paper via
|
|
105
|
+
Monitor citations for a specific paper via OpenAlex.
|
|
106
106
|
|
|
107
107
|
Args:
|
|
108
|
-
|
|
109
|
-
email: Email for notifications
|
|
108
|
+
work_id: OpenAlex work ID (e.g., 'W2741809807') or DOI
|
|
110
109
|
"""
|
|
111
|
-
|
|
110
|
+
headers = {"User-Agent": "ResearchPlugins/1.0 (https://wentor.ai)"}
|
|
112
111
|
response = requests.get(
|
|
113
|
-
f"https://api.
|
|
114
|
-
|
|
112
|
+
f"https://api.openalex.org/works/{work_id}",
|
|
113
|
+
headers=headers
|
|
115
114
|
)
|
|
116
115
|
data = response.json()
|
|
117
116
|
|
|
117
|
+
# Get recent citing works
|
|
118
|
+
citing_resp = requests.get(
|
|
119
|
+
"https://api.openalex.org/works",
|
|
120
|
+
params={"filter": f"cites:{work_id}", "sort": "publication_date:desc", "per_page": 10},
|
|
121
|
+
headers=headers
|
|
122
|
+
)
|
|
123
|
+
citing = citing_resp.json().get("results", [])
|
|
124
|
+
|
|
118
125
|
return {
|
|
119
126
|
'paper': data.get('title', ''),
|
|
120
|
-
'current_citations': data.get('
|
|
121
|
-
'
|
|
122
|
-
c
|
|
123
|
-
|
|
124
|
-
]
|
|
125
|
-
'alert_email': email,
|
|
127
|
+
'current_citations': data.get('cited_by_count', 0),
|
|
128
|
+
'recent_citing_works': [
|
|
129
|
+
{'title': c.get('title'), 'year': c.get('publication_year')}
|
|
130
|
+
for c in citing
|
|
131
|
+
],
|
|
126
132
|
'status': 'configured'
|
|
127
133
|
}
|
|
128
134
|
```
|