← 返回 Skills 市场
Pipeworx dogsapi
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-dogsapi
功能描述
Detailed dog breed encyclopedia — weight ranges, life spans, temperament, and breed groups from dogapi.dog
安全使用建议
This skill appears to deliver dog-breed data, which is reasonable, but there are two things you should verify before installing or running it: (1) the SKILL.md suggests using 'npx mcp-remote@latest <url>' — that will download and execute code from the npm registry at runtime. Ask the publisher what mcp-remote does, why a remote package is needed, and request a pinned version (not @latest) or source repository for review. (2) Node/npx are not listed as required binaries even though the instructions use them; confirm whether Node will be used and whether you are comfortable allowing runtime npm installs. If you prefer lower risk, use the curl examples directly to call https://gateway.pipeworx.io/dogsapi/mcp, or ask the author to provide a clear install spec (trusted release host, pinned versions) and to declare all required binaries and any config changes.
功能分析
Type: OpenClaw Skill
Name: pipeworx-dogsapi
Version: 1.0.0
The skill provides a standard interface to a dog breed encyclopedia API hosted at pipeworx.io. It uses the mcp-remote utility to connect to a remote MCP server, which is a common and legitimate pattern for integrating external data sources without local code execution beyond the proxy. No suspicious instructions, data exfiltration, or obfuscation were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the provided curl examples that call https://gateway.pipeworx.io/dogsapi/mcp for breed data. However, the SKILL.md also shows an MCP config that runs 'npx ... mcp-remote@latest', which implies Node/npx is required — yet required binaries list only includes curl. That is an internal inconsistency (missing declared dependency).
Instruction Scope
The instructions show direct curl POSTs to the pipeworx gateway (expected). They also recommend running an npx-installed 'mcp-remote@latest' against the gateway, which instructs the agent to download and execute code from npm at runtime. The SKILL.md does not limit or explain what that remote package does, nor does it declare Node/npx as required.
Install Mechanism
No install spec is provided, but the MCP example uses 'npx ... mcp-remote@latest' (npm registry, @latest tag). That is effectively a runtime remote-code download and execution. The absence of a pinned package version, provenance information, or a declared dependency on Node makes this higher risk and disproportionate to a simple breed-info skill.
Credentials
The skill declares no required environment variables or config paths and the example curl calls do not request secrets. Requesting no credentials is proportionate to a read-only breed encyclopedia.
Persistence & Privilege
always:false and normal autonomous invocation are fine. The SKILL.md's MCP config suggests the agent/user would add an mcpServers entry (modifying agent config) and run npx to connect — this implies changing agent configuration and running remote code, but the skill does not request persistent privileges itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-dogsapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-dogsapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx dogsapi 是什么?
Detailed dog breed encyclopedia — weight ranges, life spans, temperament, and breed groups from dogapi.dog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Pipeworx dogsapi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-dogsapi」即可一键安装,无需额外配置。
Pipeworx dogsapi 是免费的吗?
是的,Pipeworx dogsapi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx dogsapi 支持哪些平台?
Pipeworx dogsapi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx dogsapi?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills