Pipeworx catfacts — 技能工具
v1.0.0[自动翻译] Random cat facts and breed information from the Cat Facts API
0· 38·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent with its stated purpose (fetching cat facts/breeds), requests no credentials, and is instruction-only — the only caution is that the docs show invoking an external gateway and an npx helper which would download code at runtime if used.
评估建议
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...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
ℹ 安装机制
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.
✓ 凭证需求
No environment variables, secrets, or config paths are requested. This is proportionate for a read-only data/lookup skill.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/8
Initial release
● 无害
安装命令 点击复制
官方npx clawhub@latest install pipeworx-catfacts
镜像加速npx clawhub@latest install pipeworx-catfacts --registry https://cn.clawhub-mirror.com
技能文档
Did you know cats spend 70% of their lives sleeping? Pull random feline trivia, batch multiple facts, or browse cat breeds with details on country of origin, coat type, and temperament.
Tools
get_fact— One random cat factget_facts— Multiple random cat facts (default 5)list_breeds— Cat breeds with country, origin, coat, and pattern info
Great for
- Spicing up a chatbot with fun cat trivia
- Building a "cat fact of the day" notification
- Educational apps about different cat breeds
- Testing or prototyping when you need harmless sample data
Example
curl -s -X POST https://gateway.pipeworx.io/catfacts/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_facts","arguments":{"count":3}}}'
MCP config
{
"mcpServers": {
"pipeworx-catfacts": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/catfacts/mcp"]
}
}
}
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制