You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@wentorai/research-plugins

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wentorai/research-plugins

438 academic research skills, 34 agent tools across 18 API modules, and 6 curated lists for Research-Claw and AI agents

latest
Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source
科研龙虾 · Research-Claw

最全的学术科研领域技能插件库

科研龙虾的大脑 — 438 个学术技能 + 34 个 API 工具

Research-Claw (科研龙虾) 及 40+ AI Agent 框架提供即插即用的科研能力

npm License Skills Tools

🌐 wentor.ai · 🇬🇧 English · 🦞 Research-Claw · 🪲 Issues

快速开始

安装(Research-Claw / OpenClaw 用户)

openclaw plugins install @wentorai/research-plugins

插件安装到 ~/.openclaw/extensions/,重启 gateway 后自动加载所有技能 + 工具。

安装(Claude Code / Cursor / Windsurf / OpenCode 用户)

npx skills add wentorai/research-plugins

此方式仅安装 SKILL.md 技能文件(无 API 工具),适用于 41 个支持 skills 协议的 Agent 框架。

卸载

# OpenClaw / Research-Claw — 手动删除插件目录
rm -rf ~/.openclaw/extensions/research-plugins

# npx skills — 手动删除技能目录
rm -rf .skills/wentorai/research-plugins

pnpm 项目注意:请勿将本包作为 pnpm 依赖并通过 plugins.load.pathsnode_modules 加载。pnpm 的硬链接机制会被 OpenClaw 安全校验拒绝 (unsafe plugin manifest path)。请始终使用 openclaw plugins install

包含什么

学术技能(438 个)

覆盖科研全流程的结构化 SKILL.md 指南,按需自动加载:

类别技能数覆盖范围
文献 (literature)87多库联搜 · 引文追踪 · 全文获取 · 开放获取
研究方法 (research)79DID · RDD · IV · 元分析 · 系统综述 · 基金申请
数据分析 (analysis)68Python · R · STATA · 可视化 · 面板数据 · 计量经济
学术写作 (writing)74论文各章节 · LaTeX · 参考文献 · 审稿意见回复
学科领域 (domains)9316 个学科:CS · AI/ML · 生物医学 · 经济 · 法学 · 物理 等
效率工具 (tools)51流程图 · PDF 解析 · 知识图谱 · OCR · 爬虫

技能通过 渐进式加载 机制工作:6 个类别入口 → 40 个子分类索引 → 438 个具体技能。Agent 按需加载,不会一次性注入全部内容。

智能体工具(34 个)

直连 18 个免费学术数据库 API 的 TypeScript 工具,作为 OpenClaw 插件自动注册:

模块工具数据源
openalexsearch_openalex · get_work · get_author_openalexOpenAlex (250M+ 作品)
crossrefresolve_doi · search_crossrefCrossRef (150M+ DOI)
arxivsearch_arxiv · get_arxiv_paperarXiv
pubmedsearch_pubmed · get_articlePubMed / NCBI
unpaywallfind_oa_versionUnpaywall (开放获取)
europe-pmcsearch_europe_pmc · get_epmc_citations · get_epmc_referencesEurope PMC (33M+)
opencitationsget_citations_open · get_references_open · get_citation_countOpenCitations (2B+ 引用)
dblpsearch_dblp · search_dblp_authorDBLP (7M+ CS 文献)
doajsearch_doajDOAJ (9M+ OA 文章)
biorxivsearch_biorxiv · search_medrxiv · get_preprint_by_doibioRxiv / medRxiv
openairesearch_openaireOpenAIRE (170M+, EU 资助筛选)
zenodosearch_zenodo · get_zenodo_recordZenodo
orcidsearch_orcid · get_orcid_worksORCID
inspire-hepsearch_inspire · get_inspire_paperINSPIRE-HEP (高能物理)
halsearch_halHAL (法国开放档案)
osf-preprintssearch_osf_preprintsOSF Preprints
datacitesearch_datacite · resolve_datacite_doiDataCite (数据集 DOI)
rorsearch_rorROR (研究机构)

精选资源(6 套)

每个技能类别附带一套手工精选的优质资源列表,见 curated/ 目录。

架构

@wentorai/research-plugins
├── skills/                    ← 438 SKILL.md (6 类别 × 40 子分类)
│   ├── literature/            ← 文献检索/追踪/获取
│   ├── writing/               ← 学术写作/引用/LaTeX
│   ├── analysis/              ← 数据分析/统计/可视化
│   ├── research/              ← 研究方法/综述/基金
│   ├── domains/               ← 16 学科领域
│   └── tools/                 ← 效率工具/图表/OCR
├── src/tools/                 ← 34 API 工具 (18 模块)
├── curated/                   ← 6 套精选资源列表
├── catalog.json               ← 全量索引 (462 entries)
├── index.ts                   ← 插件入口 (OpenClaw Plugin SDK)
└── openclaw.plugin.json       ← 插件清单

加载方式

  • Research-Claw / OpenClaw:作为完整插件加载(技能 + API 工具),通过 openclaw plugins install
  • 其他 Agent 框架:仅加载 SKILL.md 文件(无 API 工具),通过 npx skills add

社区致谢

本项目对互联网上公开可用的学术资源进行了遴选、整理和增强。

  • 技能 基于成熟研究方法、公开 API 文档和广泛使用的学术工作流编写。凡内容源自特定开源项目的,SKILL.md frontmatter 中 source 字段标注了原始链接。
  • 精选列表 汇集社区资源链接,仅供发现和参考。

所有原创内容以 MIT 许可证 发布。引用的第三方项目保留各自许可证。

贡献

请查阅 CONTRIBUTING.md 了解添加技能和资源的指南。

许可证

MIT — Copyright (c) 2026 Wentor AI

Keywords

agent-skills

FAQs

Package last updated on 22 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts