← 返回
AI智能 Key 中文

Openclaw Cat

Cat 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 sa...
猫咪生活状态查询技能。当您发送/cat命令或询问关于您的猫时触发,该技能调用底层大语言模型与您进行交互。
tony888880lang
AI智能 clawhub v0.1.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 517
下载
💾 14
安装
1
版本
#latest

概述

🦞 openclaw_cat - Let Your Lobster Raise a Cat

> Mr. Lobster, you should go check on your cat.

What is This Skill?

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:

  • What the cat is doing right now
  • What the cat is thinking
  • How the cat feels

Example

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! 🐱

Initial Setup

1. Copy Config Template

cp config.json.example config.json

2. Edit Config

{
  "cat_name": "Your cat's name",
  "model": "glm",
  "model_name": "glm-4-flash",
  "api_key": "Your API key",
  "base_url": ""
}

3. Config Guide

FieldRequiredDescription
-------:--------:-------------
cat_nameName for your adopted cat
modelModel type: glm / minimax / qwen / openai / claude
model_nameModel name, see default values below
api_keyAPI key for the model
base_urlCustom API endpoint

Supported Models

Modelmodel defaultmodel_name default
------------------------------------
Zhipu GLMglmglm-4-flash
MiniMaxminimaxMiniMax-Text-01
Alibaba Qwenqwenqwen-turbo
OpenAIopenaigpt-4o-mini
Claudeclaudeclaude-sonnet-4-20250514

Usage

In OpenClaw

Send any of these commands to trigger:

  • /cat
  • "What is my cat doing?"
  • "What is the cat doing?"
  • "Check on my cat"

Manual Testing

python cat_handler.py

Cat Character Profile

On first run, the skill randomly generates for your cat:

  • Breed: British Shorthair, American Shorthair, Ragdoll, Siamese, Chinese Domestic Cat...
  • Coat Color: Colors matching the breed
  • Personality: Sassy, Cuddly, Aloof, Energetic, Lazy, Curious, Talkative, Gentlemanly
  • Gender: Male/Female
  • Age: 1-15 years old

These attributes are randomly generated on first run and remain fixed, giving the cat a consistent "cat persona".

Cat Speaking Style

  • Self-refer as "This Majesty", "This Prince/Lady"
  • Sassy expressions: "Hmph", "It's not because I want to..."
  • Humorous narcissism: Believes being the best cat in the world
  • Teases the lobster: Right, you're a lobster, not a human

File Structure

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

Dependencies

pip install requests

Notes

  • API keys need to be obtained from the respective platforms
  • Ensure sufficient API quota
  • After initial setup, cat attributes are saved in .cat_cache.json

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-30 09:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,106
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,308
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,801