📦 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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/7
Initial release
● 无害
安装命令
点击复制官方npx clawhub@latest install pipeworx-catfacts
🇨🇳 镜像加速npx clawhub@latest install pipeworx-catfacts --registry https://cn.longxiaskill.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 ↗ · 中文优化:龙虾技能库