Install
openclaw skills install openclaw-catCat Life Status Query Skill. Triggers when you send /cat command or ask about your cat. The skill calls the underlying LLM model to interact with you as a sassy and funny cat, telling you what the cat is doing and thinking. For OpenClaw deployment environments.
openclaw skills install openclaw-catMr. Lobster, you should go check on your cat.
Imagine you are a lobster 🦞 living at the bottom of the ocean, and one day you decide to adopt a cat 🐱. This cat has a sassy, humorous personality and lives life on its own terms.
When you ask "What is my cat doing?", the skill calls the LLM to respond as the cat, telling you:
You: /cat
🦞Lobster's Cat: Hmph, foolish human—no wait, foolish lobster! This majesty is currently lying comfortably on your lobster shell bed, enjoying the sunlight. Only because you prepare little fish treats for me every day will I allow you to witness my supreme beauty! 🐱
cp config.json.example config.json
{
"cat_name": "Your cat's name",
"model": "glm",
"model_name": "glm-4-flash",
"api_key": "Your API key",
"base_url": ""
}
| Field | Required | Description |
|---|---|---|
cat_name | ✅ | Name for your adopted cat |
model | ✅ | Model type: glm / minimax / qwen / openai / claude |
model_name | ❌ | Model name, see default values below |
api_key | ✅ | API key for the model |
base_url | ❌ | Custom API endpoint |
| Model | model default | model_name default |
|---|---|---|
| Zhipu GLM | glm | glm-4-flash |
| MiniMax | minimax | MiniMax-Text-01 |
| Alibaba Qwen | qwen | qwen-turbo |
| OpenAI | openai | gpt-4o-mini |
| Claude | claude | claude-sonnet-4-20250514 |
Send any of these commands to trigger:
/catpython cat_handler.py
On first run, the skill randomly generates for your cat:
These attributes are randomly generated on first run and remain fixed, giving the cat a consistent "cat persona".
openclaw_cat/
├── SKILL.md # Skill definition
├── cat_handler.py # Execution script
├── cat_prompt.md # Cat character profile
├── config.json # User config
├── config.json.example # Config template
└── README.md # Documentation
pip install requests
.cat_cache.json