← 返回 Skills 市场
Pipeworx openalex
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-openalex
功能描述
OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth)
安全使用建议
This skill itself is an instruction-only wrapper that delegates work to an external Pipeworx gateway by running 'npx -y mcp-remote@latest' and then communicating with https://gateway.pipeworx.io/openalex/mcp. Before installing, consider: (1) Do you trust the Pipeworx gateway and the mcp-remote npm package? The skill will fetch and execute remote code unpinned at runtime, which can change behavior without notice. (2) The gateway will receive any queries you send — avoid sending sensitive data through it. (3) Prefer a pinned/package-vetted installation or self-hosting the MCP gateway if you need tighter control. (4) If you proceed, run it in a restricted/isolated environment and/or review the mcp-remote package source and the Pipeworx privacy/security documentation.
功能分析
Type: OpenClaw Skill
Name: pipeworx-openalex
Version: 1.0.0
The skill bundle provides a configuration to access the OpenAlex scholarly database via a remote MCP gateway hosted at gateway.pipeworx.io. It utilizes the standard mcp-remote utility to bridge the connection for searching academic works and authors. No malicious code, data exfiltration, or harmful prompt instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match the actions described: the skill exposes OpenAlex-related MCP endpoints (search_works, search_authors, etc.) and references the Pipeworx pack homepage. There are no unrelated environment variables or config paths declared.
Instruction Scope
The SKILL.md's 'Connect' block instructs the agent to run 'npx -y mcp-remote@latest https://gateway.pipeworx.io/openalex/mcp', which will execute remote code and route requests via an external gateway. The instructions therefore cause runtime network activity and execution of code not present in the skill bundle; this is broader than a simple API wrapper and is not explicitly called out in the short description.
Install Mechanism
There is no install spec in the package, but the runtime config uses npx to fetch and run the latest mcp-remote from npm (-y and 'latest' tag). Running unpinned, latest packages via npx executes third-party code at runtime and can introduce supply-chain risk. The gateway URL (gateway.pipeworx.io) is an external endpoint that will receive traffic; neither the package nor the gateway are pinned or audited here.
Credentials
The skill declares no required environment variables or credentials, which is consistent with OpenAlex being a free API with no auth. No unexpected credential requests are present.
Persistence & Privilege
always is false (good). The skill allows normal autonomous invocation (disable-model-invocation: false). While autonomous use is expected for skills, combined with the npx runtime fetch and external gateway it increases the blast radius because the agent may autonomously fetch and execute remote code and contact a third-party server.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-openalex - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-openalex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx openalex 是什么?
OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Pipeworx openalex?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-openalex」即可一键安装,无需额外配置。
Pipeworx openalex 是免费的吗?
是的,Pipeworx openalex 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx openalex 支持哪些平台?
Pipeworx openalex 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx openalex?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills