Cat Fact
SkillDev toolsRandom cat facts and breed information from catfact.ninja (free, no API key)
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Cat Fact skill
What this skill tells your AI
The instructions your AI receives, as published by sundial-org/awesome-openclaw-skills in skills/cat-fact/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 661
- Forks
- 97
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
cat-fact- Source
- github.com/sundial-org/awesome-openclaw-skills