Cat Fact

Random cat facts and breed information from catfact.ninja (free, no API key)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Cat Fact" with this command: npx skills add thesethrose/catfact

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

EndpointDescription
GET /factRandom cat fact
GET /breedsList of cat breeds

Docs: https://catfact.ninja

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

New Sloth

New Sloth integration. Manage Organizations. Use when the user wants to interact with New Sloth data.

Registry SourceRecently Updated
General

Facturadirecta

FacturaDirecta integration. Manage Invoices, Bills, Contacts, Products, TaxRates, BankAccounts. Use when the user wants to interact with FacturaDirecta data.

Registry SourceRecently Updated
General

Savvycal

SavvyCal integration. Manage Users. Use when the user wants to interact with SavvyCal data.

Registry SourceRecently Updated
General

Suitedash

SuiteDash integration. Manage Organizations. Use when the user wants to interact with SuiteDash data.

Registry SourceRecently Updated