← 返回 Skills 市场
Pipeworx crates
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-crates
功能描述
Search and retrieve Rust crate metadata, versions, and download stats from the crates.io REST API without authentication.
安全使用建议
Before installing: ask the author why the skill routes requests through https://gateway.pipeworx.io instead of calling crates.io directly and request a privacy/retention statement for that gateway. If you need to avoid leaking search queries, ask for a variant that calls crates.io directly or host your own proxy. Because the skill is read-only and requests no credentials it's low-risk functionally, but any queries you send will go to the external gateway URL — do not send private or sensitive data through it. If unsure, test the skill in an isolated environment and monitor outgoing network traffic to verify what is sent to the gateway.
功能分析
Type: OpenClaw Skill
Name: pipeworx-crates
Version: 1.0.0
The skill bundle provides a configuration for an MCP server to interact with the crates.io API. The documentation in SKILL.md describes standard package search and metadata retrieval functions (search_crates, get_crate, get_versions) and points to a remote MCP gateway at https://gateway.pipeworx.io/crates/mcp. No malicious code, data exfiltration, or prompt injection attempts were found.
能力评估
Purpose & Capability
Name and description (search and fetch crates.io metadata) align with the minimal instructions. However, instead of calling crates.io directly the SKILL.md provides a third‑party URL (https://gateway.pipeworx.io/crates/mcp) as the MCP server; that endpoint is not documented or justified in the description.
Instruction Scope
SKILL.md is very short and does not show direct calls to crates.io; the included JSON instructs the agent to use an external gateway. That means queries (search terms, crate names) will be routed through a third party instead of directly to crates.io — SKILL.md gives no privacy/usage explanation and is vague about exactly what gets sent to the gateway.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third‑party packages are pulled during install.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate for a read‑only, no‑auth crates.io wrapper.
Persistence & Privilege
Skill is not always-enabled and uses the platform defaults for invocation; it does not request elevated persistence or modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-crates - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-crates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx crates 是什么?
Search and retrieve Rust crate metadata, versions, and download stats from the crates.io REST API without authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 Pipeworx crates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-crates」即可一键安装,无需额外配置。
Pipeworx crates 是免费的吗?
是的,Pipeworx crates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx crates 支持哪些平台?
Pipeworx crates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx crates?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills