cat-fact | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / cat-fact

cat-fact

maintained by clawdbot

star 230 account_tree 71 verified_user MIT License
bolt View GitHub

name: Cat Fact description: Random cat facts and breed information from catfact.ninja (free, no API key) read_when:

  • Wanting random cat facts
  • Looking up cat breeds
  • Building fun bot responses metadata: {"clawdbot":{"emoji":"🐱","requires":{"bins":["curl"]}}}

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 230
GitHub Forks 71
Created Jan 2026
Last Updated 6 months ago
tools tools divination mysticism

Related Skills

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.