โ† All skills
Tencent SkillHub ยท AI

clawpet

OpenClaw pet companion skill. Manage adopted pets, run interactions, and produce pet image prompts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw pet companion skill. Manage adopted pets, run interactions, and produce pet image prompts.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/clawpet.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

clawpet โ€” OpenClaw Pet Companion ๐Ÿพ

Use this skill when the user wants to adopt a pet, check pet status, interact with the pet, or send a pet image. Pet status includes passive time-based updates, so each check-in can reflect elapsed time.

Typical triggers

"ๆˆ‘ๆƒณ้คŠไธ€้šป่ฒ“" "ๆˆ‘็š„ๅฏต็‰ฉไปŠๅคฉ็‹€ๆ…‹ๅฆ‚ไฝ•๏ผŸ" "ๅนซๆˆ‘้คต็‰ " "่ฎ“็‰ ๆ‹ไธ€ๅผต็…ง"

1) List pets

bash {baseDir}/scripts/clawpet.sh pets

2) Adopt a pet

bash {baseDir}/scripts/clawpet.sh adopt momo

3) Check current status

bash {baseDir}/scripts/clawpet.sh status

4) Interact with pet

bash {baseDir}/scripts/clawpet.sh interact feed bash {baseDir}/scripts/clawpet.sh interact play bash {baseDir}/scripts/clawpet.sh interact rest

5) Generate image prompt

bash {baseDir}/scripts/clawpet.sh prompt bash {baseDir}/scripts/clawpet.sh prompt --place "sunny window" --style "photorealistic, professional pet photography" Outputs the full image generation prompt text. Default style is photorealistic.

6) Auto care

bash {baseDir}/scripts/clawpet.sh care bash {baseDir}/scripts/clawpet.sh care --action feed

Basic interactions

Always call bash {baseDir}/scripts/clawpet.sh ... to avoid missing executable issues. When user says they want a pet, first run bash {baseDir}/scripts/clawpet.sh pets, then ask which one they want. For regular check-ins, run bash {baseDir}/scripts/clawpet.sh status. For daily care, prefer bash {baseDir}/scripts/clawpet.sh care; for explicit requests, run ... interact <action>.

Image generation workflow (IMPORTANT)

When the user requests a pet image: Generate the prompt: bash {baseDir}/scripts/clawpet.sh prompt --place "cozy afternoon window" This outputs the full prompt text. Default style is photorealistic pet photography. Generate the image with nano-banana-pro: uv run /home/yaze/.npm-global/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py \ --prompt "<prompt from step 1>" \ --filename "YYYY-MM-DD-HH-MM-pet-name.png" \ --resolution 1K This saves the image to /home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png Send the image with message tool: message(action="send", channel="telegram", media="/home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png", message="๐Ÿพ <pet_name> ็š„ๅณๆ™‚ๅฟซ็…ง") Why this workflow: Uses Gemini (nano-banana-pro) for high-quality watercolor-style images Local file path works with message tool's media parameter Consistent with other OpenClaw image generation patterns

Troubleshooting

If clawpet command is not found, this skill wrapper auto-falls back to: uvx --from git+https://github.com/yazelin/clawpet.git clawpet ... uv tool run --from git+https://github.com/yazelin/clawpet.git clawpet ...

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/clawpet.sh Scripts