📦 Pipeworx catfacts — 技能工具

v1.0.0

[自动翻译] Random cat facts and breed information from the Cat Facts API

0· 38·0 当前·0 累计
by @brucegutman (Bruce Gutman)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

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 fact
  • get_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 ↗ · 中文优化:龙虾技能库