@wentorai/research-plugins 1.3.0 → 1.3.1
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.md +19 -31
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## Research Plugins for Research-Claw
|
|
10
10
|
|
|
11
|
-
An open-source collection of **
|
|
11
|
+
An open-source collection of **431 academic research skills**, **150 MCP configs**, **6 agent tools**, and **6 curated resource lists** for [Research-Claw](https://wentor.ai) and other AI coding agents.
|
|
12
12
|
|
|
13
13
|
Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
14
14
|
|
|
@@ -16,8 +16,8 @@ Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
|
16
16
|
|
|
17
17
|
| Component | Count | Description |
|
|
18
18
|
|-----------|-------|-------------|
|
|
19
|
-
| **Skills** |
|
|
20
|
-
| **Agent Tools** |
|
|
19
|
+
| **Skills** | 431 | Practical SKILL.md guides covering literature search, academic writing, data analysis, research methods, 16 domain specialties, and productivity tools |
|
|
20
|
+
| **Agent Tools** | 6 | TypeScript API wrappers for Semantic Scholar, OpenAlex, CrossRef, arXiv, PubMed, and Unpaywall |
|
|
21
21
|
| **MCP Configs** | 150 | Ready-to-use MCP server configurations for reference managers, knowledge bases, research databases, and AI platforms |
|
|
22
22
|
| **Curated Lists** | 6 | Hand-picked resource collections for each skill category |
|
|
23
23
|
|
|
@@ -27,12 +27,12 @@ Skills are organized into **6 categories** with **40 subcategories**:
|
|
|
27
27
|
|
|
28
28
|
| Category | Subcategories | Skills | Description |
|
|
29
29
|
|----------|---------------|--------|-------------|
|
|
30
|
-
| **literature** | search, discovery, fulltext, metadata |
|
|
31
|
-
| **writing** | composition, polish, latex, templates, citation |
|
|
32
|
-
| **analysis** | statistics, econometrics, wrangling, dataviz |
|
|
33
|
-
| **research** | methodology, deep-research, paper-review, automation, funding |
|
|
34
|
-
| **domains** | 16 disciplines (CS, AI/ML, biomedical, chemistry, economics, finance, law, physics, math, ecology, etc.) |
|
|
35
|
-
| **tools** | diagram, document, code-exec, scraping, knowledge-graph, ocr-translate |
|
|
30
|
+
| **literature** | search, discovery, fulltext, metadata | 80 | Paper search, citation tracking, open access |
|
|
31
|
+
| **writing** | composition, polish, latex, templates, citation | 64 | Academic writing, LaTeX, reference management |
|
|
32
|
+
| **analysis** | statistics, econometrics, wrangling, dataviz | 46 | Statistical methods, data cleaning, visualization |
|
|
33
|
+
| **research** | methodology, deep-research, paper-review, automation, funding | 53 | Research design, systematic reviews, grant writing |
|
|
34
|
+
| **domains** | 16 disciplines (CS, AI/ML, biomedical, chemistry, economics, finance, law, physics, math, ecology, etc.) | 139 | Domain-specific research methods and tools |
|
|
35
|
+
| **tools** | diagram, document, code-exec, scraping, knowledge-graph, ocr-translate | 49 | Diagrams, PDF parsing, reproducible code, OCR |
|
|
36
36
|
|
|
37
37
|
### Install
|
|
38
38
|
|
|
@@ -58,12 +58,6 @@ npx skills add wentorai/research-plugins
|
|
|
58
58
|
npm install @wentorai/research-plugins
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
#### Via pip
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
pip install research-plugins
|
|
65
|
-
```
|
|
66
|
-
|
|
67
61
|
### Configuration
|
|
68
62
|
|
|
69
63
|
Optional: set a Semantic Scholar API key for higher rate limits:
|
|
@@ -84,7 +78,7 @@ Get a free API key at [semanticscholar.org/product/api](https://www.semanticscho
|
|
|
84
78
|
|
|
85
79
|
### Agent Tools
|
|
86
80
|
|
|
87
|
-
13
|
|
81
|
+
13 tool functions across 6 academic API modules, registered automatically when used as an OpenClaw plugin:
|
|
88
82
|
|
|
89
83
|
| Module | Tools | API |
|
|
90
84
|
|--------|-------|-----|
|
|
@@ -119,7 +113,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP conf
|
|
|
119
113
|
|
|
120
114
|
## Research-Claw 科研插件集
|
|
121
115
|
|
|
122
|
-
一个开源的学术科研资源集合,包含 **
|
|
116
|
+
一个开源的学术科研资源集合,包含 **431 个科研技能**、**150 个 MCP 服务器配置**、**6 个智能体工具** 和 **6 个精选资源列表**,为 [Research-Claw (科研龙虾)](https://wentor.ai) 及其他 AI 编程助手而构建。
|
|
123
117
|
|
|
124
118
|
由 [Wentor AI](https://wentor.ai) 为全球科研社区打造。
|
|
125
119
|
|
|
@@ -127,8 +121,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP conf
|
|
|
127
121
|
|
|
128
122
|
| 组件 | 数量 | 说明 |
|
|
129
123
|
|------|------|------|
|
|
130
|
-
| **技能 (Skills)** |
|
|
131
|
-
| **智能体工具** |
|
|
124
|
+
| **技能 (Skills)** | 431 | 涵盖文献检索、学术写作、数据分析、研究方法、16 个学科领域及生产力工具的实用指南 |
|
|
125
|
+
| **智能体工具** | 6 | 封装 Semantic Scholar、OpenAlex、CrossRef、arXiv、PubMed、Unpaywall 六大学术 API 的 TypeScript 工具 |
|
|
132
126
|
| **MCP 配置** | 150 | 即用型 MCP 服务器配置,涵盖文献管理、知识库、学术数据库、AI 平台等 |
|
|
133
127
|
| **精选列表** | 6 | 按分类整理的优质资源推荐 |
|
|
134
128
|
|
|
@@ -138,12 +132,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP conf
|
|
|
138
132
|
|
|
139
133
|
| 类别 | 子分类 | 技能数 | 覆盖范围 |
|
|
140
134
|
|------|--------|--------|---------|
|
|
141
|
-
| **文献 (literature)** | 检索、发现、全文获取、元数据 |
|
|
142
|
-
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 |
|
|
143
|
-
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 |
|
|
144
|
-
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 |
|
|
145
|
-
| **学科 (domains)** | 16 个学科方向 |
|
|
146
|
-
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR |
|
|
135
|
+
| **文献 (literature)** | 检索、发现、全文获取、元数据 | 80 | 论文搜索、引文追踪、开放获取 |
|
|
136
|
+
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 | 64 | 学术写作、LaTeX 排版、参考文献管理 |
|
|
137
|
+
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 | 46 | 统计方法、数据清洗、图表制作 |
|
|
138
|
+
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 | 53 | 研究设计、系统综述、基金申请 |
|
|
139
|
+
| **学科 (domains)** | 16 个学科方向 | 139 | 各学科专属研究方法与工具 |
|
|
140
|
+
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR | 49 | 流程图、PDF 解析、可复现代码、OCR 翻译 |
|
|
147
141
|
|
|
148
142
|
### 安装方式
|
|
149
143
|
|
|
@@ -169,12 +163,6 @@ npx skills add wentorai/research-plugins
|
|
|
169
163
|
npm install @wentorai/research-plugins
|
|
170
164
|
```
|
|
171
165
|
|
|
172
|
-
#### 通过 pip
|
|
173
|
-
|
|
174
|
-
```bash
|
|
175
|
-
pip install research-plugins
|
|
176
|
-
```
|
|
177
|
-
|
|
178
166
|
### 配置
|
|
179
167
|
|
|
180
168
|
可选:设置 Semantic Scholar API Key 以提高速率限制:
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "research-plugins",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"name": "Research Plugins",
|
|
5
|
-
"description": "431 academic research skills,
|
|
5
|
+
"description": "431 academic research skills, 6 agent tools, 150 MCP configs & 6 curated lists for Research-Claw",
|
|
6
6
|
"skills": [
|
|
7
7
|
"./skills/analysis",
|
|
8
8
|
"./skills/domains",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wentorai/research-plugins",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "431 academic research skills,
|
|
5
|
+
"description": "431 academic research skills, 6 agent tools, 150 MCP configs, and 6 curated lists for Research-Claw and AI agents",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agent-skills",
|
|
8
8
|
"claude",
|