← 返回 Skills 市场
brucegutman

Pipeworx artic

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-artic
功能描述
Explore the Art Institute of Chicago's collection — artworks, artists, and exhibitions via the ARTIC public API
安全使用建议
This skill appears to implement ARTIC lookups, but it sends your requests to a Pipeworx-hosted gateway (gateway.pipeworx.io) rather than directly to the Art Institute's API—anything you send may be logged or processed by that third party. The docs also show using npx -y mcp-remote@latest, which would download and run the latest npm package (unversioned), a step that can execute arbitrary code if followed. If you plan to install or use this skill: (1) Confirm you’re comfortable routing queries through Pipeworx and review their privacy/security docs; (2) avoid running unpinned npx installs — prefer pinned versions or inspect the package first; (3) do not send any sensitive or private data through the skill; (4) if you prefer, call the ARTIC API (api.artic.edu) directly or host your own proxy to reduce third‑party exposure.
功能分析
Type: OpenClaw Skill Name: pipeworx-artic Version: 1.0.0 The skill provides access to the Art Institute of Chicago's public API via a remote MCP gateway (gateway.pipeworx.io). The instructions in SKILL.md are transparent, providing standard curl examples and MCP configuration using the legitimate mcp-remote utility to fetch artwork and exhibition data. No malicious code, data exfiltration, or prompt injection attempts were found.
能力评估
Purpose & Capability
The skill claims to expose the Art Institute of Chicago public API, which is consistent with its tooling (search_artworks, get_artwork, etc.). However the runtime examples and MCP config point to a Pipeworx gateway (https://gateway.pipeworx.io/artic/mcp) rather than the native ARTIC endpoint (e.g., api.artic.edu). Using a proxy is a legitimate design choice but is an important deviation from 'direct' ARTIC API access and should be disclosed and evaluated by the user.
Instruction Scope
The SKILL.md instructs the agent to POST JSON-RPC calls to the Pipeworx gateway (gateway.pipeworx.io). That means queries and any user-provided input will be transmitted to a third party. The instructions do not request unrelated local files or credentials, but they do direct external network traffic to a host outside the ARTIC domain — a potential privacy/logging risk.
Install Mechanism
There is no registry install spec (instruction-only), which is low risk. However the included MCP client config suggests using npx -y mcp-remote@latest (downloads and runs the latest npm package). Running npx with an unpinned/latest tag is higher-risk because it fetches and executes remote code; this is advisory in the docs rather than an enforced install step, but users should be cautious.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose of accessing public ARTIC data.
Persistence & Privilege
The skill is not flagged always:true and is user-invocable; it does not request persistent elevated privileges or modification of other skills. Autonomous invocation is allowed by platform default but not combined with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-artic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-artic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-artic
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx artic 是什么?

Explore the Art Institute of Chicago's collection — artworks, artists, and exhibitions via the ARTIC public API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Pipeworx artic?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-artic」即可一键安装,无需额外配置。

Pipeworx artic 是免费的吗?

是的,Pipeworx artic 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pipeworx artic 支持哪些平台?

Pipeworx artic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pipeworx artic?

由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论