← 返回 Skills 市场
thesethrose

Cat Fact

作者 Seth Rose · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2241
总下载
1
收藏
7
当前安装
3
版本数
在 OpenClaw 中安装
/install catfact
功能描述
Random cat facts and breed information from catfact.ninja (free, no API key)
使用说明 (SKILL.md)

Cat Fact

Random cat facts from catfact.ninja (no API key required).

Usage

# Get a random cat fact
curl -s "https://catfact.ninja/fact"

# Get a random fact (short)
curl -s "https://catfact.ninja/fact?max_length=100"

# Get cat breeds
curl -s "https://catfact.ninja/breeds?limit=5"

Programmatic (JSON)

curl -s "https://catfact.ninja/fact" | jq '.fact'

One-liner examples

# Random fact
curl -s "https://catfact.ninja/fact" --header "Accept: application/json" | jq -r '.fact'

# Multiple facts
for i in {1..3}; do curl -s "https://catfact.ninja/fact" --header "Accept: application/json" | jq -r '.fact'; done

API Endpoints

Endpoint Description
GET /fact Random cat fact
GET /breeds List of cat breeds

Docs: https://catfact.ninja

安全使用建议
This skill is low-risk: it only makes simple HTTP GET requests to catfact.ninja and doesn't ask for credentials or install code. Before installing, note that the SKILL.md expects curl (and shows optional jq usage) even though the registry lists no required binaries — ensure your environment permits outbound HTTP requests and has curl (or use an alternative HTTP client). If you have strict egress controls, verify network access to catfact.ninja. Otherwise it's safe to use for fun bot responses.
功能分析
Type: OpenClaw Skill Name: catfact Version: 1.0.2 The skill bundle is benign. It provides instructions and examples for fetching cat facts and breed information from the `catfact.ninja` API using `curl` and `jq`. All commands in `SKILL.md` are standard HTTP GET requests to the documented public API, with no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior. The required `curl` binary and optional `jq` for JSON parsing are appropriate for the stated purpose.
能力评估
Purpose & Capability
The skill's description (random cat facts / breeds from catfact.ninja) matches the runtime instructions. Minor inconsistency: SKILL.md metadata lists a required binary (curl) while the registry's required-binaries section is empty.
Instruction Scope
Instructions are limited to issuing HTTP GET requests to catfact.ninja (and optional local JSON parsing with jq). They do not reference unrelated files, credentials, or external endpoints beyond the stated API.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or written to disk.
Credentials
The skill requires no environment variables or credentials. Example usage mentions jq for parsing (not declared in metadata) but that is optional for convenience.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Autonomous invocation is allowed by default but is not combined with any broad credential or install requirements.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install catfact
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /catfact 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fixed frontmatter with proper description field
v1.0.1
Added proper frontmatter summary
v1.0.0
Initial release providing access to random cat facts and breed information from catfact.ninja. - Fetch random cat facts with optional length filtering. - Retrieve a list of cat breeds. - Includes one-liner and programmatic usage examples. - No API key required for usage.
元数据
Slug catfact
版本 1.0.2
许可证
累计安装 7
当前安装数 7
历史版本数 3
常见问题

Cat Fact 是什么?

Random cat facts and breed information from catfact.ninja (free, no API key). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2241 次。

如何安装 Cat Fact?

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

Cat Fact 是免费的吗?

是的,Cat Fact 完全免费(开源免费),可自由下载、安装和使用。

Cat Fact 支持哪些平台?

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

谁开发了 Cat Fact?

由 Seth Rose(@thesethrose)开发并维护,当前版本 v1.0.2。

💬 留言讨论