← スキル一覧に戻る

cat-fact
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 2026年1月24日
SKILL.md
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
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

