← 返回 Skills 市场
Pipeworx crossref
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-crossref
功能描述
Search academic papers by keyword, look up metadata by DOI, and fetch journal info via Crossref
安全使用建议
This skill appears to do what it says: query Crossref-like metadata via a Pipeworx gateway. Before installing or using it, consider: (1) your queries and any DOIs/abstracts you submit will be sent to https://gateway.pipeworx.io — don't send private or embargoed text or proprietary data; (2) the README suggests running 'npx mcp-remote@latest' which would download and run third-party npm code — inspect that package or avoid running it if you have strict code-pull policies; (3) if you prefer not to route queries through a third party, you can call Crossref's public API (api.crossref.org) directly via curl; (4) verify the Pipeworx homepage and service reputation if you plan to integrate it into workflows that handle sensitive information.
功能分析
Type: OpenClaw Skill
Name: pipeworx-crossref
Version: 1.0.0
The skill bundle provides a legitimate interface for searching academic papers via the Crossref API. It utilizes a remote MCP gateway (gateway.pipeworx.io) and standard tools like npx and curl to facilitate metadata retrieval. No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or the associated metadata.
能力评估
Purpose & Capability
Name and description (Crossref searches and metadata lookups) match the instructions and required binary (curl). One minor inconsistency: the SKILL.md's 'Connect your client' example uses 'npx' to fetch an mcp-remote package but 'npx' is not listed in required binaries — this is an optional client convenience, not required for the basic curl-based examples.
Instruction Scope
All runtime examples show the agent sending JSON-RPC requests to https://gateway.pipeworx.io/crossref/mcp to invoke tools (search_works, get_work, get_journal). The instructions do not ask the agent to read local files or environment variables, but they do send user queries and any supplied data to a third-party gateway, so sensitive inputs would be transmitted off-host.
Install Mechanism
The skill is instruction-only (no install spec) which is low-risk. However the SKILL.md suggests using 'npx -y mcp-remote@latest', which would download and run code from npm if followed — that is not performed by the skill itself but is an action the client/operator might take. This is a normal convenience but has the usual risks of pulling third-party code at runtime.
Credentials
The skill declares no required environment variables or credentials and its functionality (public Crossref queries via a gateway) does not appear to need secrets. That is proportionate.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence. It does rely on an external service for RPC, but the skill itself does not request elevated agent-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-crossref - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-crossref触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx crossref 是什么?
Search academic papers by keyword, look up metadata by DOI, and fetch journal info via Crossref. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Pipeworx crossref?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-crossref」即可一键安装,无需额外配置。
Pipeworx crossref 是免费的吗?
是的,Pipeworx crossref 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx crossref 支持哪些平台?
Pipeworx crossref 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx crossref?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills