← 返回 Skills 市场
brucegutman

Pipeworx catfacts

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-catfacts
功能描述
Random cat facts and breed information from the Cat Facts API
安全使用建议
This skill appears to do exactly what it says: fetch cat facts and breed data. It does not request credentials or local file access. Two practical cautions before you enable it: (1) the examples call an external endpoint (gateway.pipeworx.io) — using the skill will cause network requests to that service, so only enable it if you trust that endpoint and your environment's outbound network policies; (2) the MCP example uses `npx mcp-remote@latest`, which would download and run code from npm if you configure it that way — prefer pinned versions, review the package, or run that helper in a sandbox. If you need higher assurance, ask the publisher for the API contract or host the connector code in a controlled environment.
功能分析
Type: OpenClaw Skill Name: pipeworx-catfacts Version: 1.0.0 The skill provides access to a remote Cat Facts API via the Model Context Protocol (MCP). It uses standard tools like curl and npx mcp-remote to interact with a legitimate-looking endpoint (gateway.pipeworx.io) for retrieving feline trivia and breed information. No malicious patterns, data exfiltration, or suspicious instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md only describes fetching random cat facts and breed info via an external API/gateway. Requiring curl is proportionate to the documented examples.
Instruction Scope
Runtime instructions limit activity to calling the Cat Facts API / the pipeworx gateway (example curl and MCP config). The skill does not instruct the agent to read local files, environment variables, or unrelated system state.
Install Mechanism
There is no install spec (instruction-only), which is low risk. Documentation includes an MCP config that uses `npx mcp-remote@latest ...` — if followed this would download and execute an npm package at runtime; that is not required by the skill itself but is a potential operational risk the user should be aware of.
Credentials
No environment variables, secrets, or config paths are requested. This is proportionate for a read-only data/lookup skill.
Persistence & Privilege
always is false and the skill does not ask to modify other skills or system-wide agent settings. It does propose connecting to an external MCP gateway, which is normal for a remote tool integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-catfacts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-catfacts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-catfacts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx catfacts 是什么?

Random cat facts and breed information from the Cat Facts API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Pipeworx catfacts?

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

Pipeworx catfacts 是免费的吗?

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

Pipeworx catfacts 支持哪些平台?

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

谁开发了 Pipeworx catfacts?

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

💬 留言讨论