pet

Virtual pet game (Tamagotchi-style) with Telegram Mini App, social visits, friendship, playdates, mortality. When user asks for /pet or virtual pet, reply with the Telegram deep link below — Telegram auto-renders it as an Open button.

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 "pet" with this command: npx skills add mturac/tamapet

🐣 OpenClaw / Hermes Pet

Cross-platform skill — same files work in both ~/.openclaw/workspace/skills/pet/ and ~/.hermes/skills/games/pet/. Both runtimes parse the agentskills.io frontmatter; OpenClaw uses the openclaw.requires block, Hermes uses metadata.hermes.

Trigger

User types /pet in Telegram. Agent yanıt olarak şu plain-text'i yollar (inline_keyboard'a ihtiyaç YOK — Telegram client t.me/<bot>/<app> URL'ini otomatik "Open" butonuna çevirir):

🐣 OpenClaw Pet seni bekliyor!

https://t.me/OpenClawTamagotchi_bot/pet

🥚 Yumurtaya dokun, hayvanını keşfet → 🐧🐱🐕🐠🐥

Visit (başkasının pet'ini gör): https://t.me/OpenClawTamagotchi_bot/pet?startapp=pet_<userId> Memorial (ölmüş pet anıtı): https://t.me/OpenClawTamagotchi_bot/pet?startapp=memorial_<userId>

Mini App Features

  • 🥚 Shake-to-hatch (3 sallama veya 3 tap)
  • 📝 Custom name (max 15)
  • 🍕 Feed / 🎮 Play / 💤 Sleep
  • 🔥 Streak counter (consecutive days)
  • 😾 Sad mode (3 gün ihmal → gri overlay)
  • 🪦 Mortality (7 gün açlık → ölüm, kalıcı)
  • 🤝 Visit + Befriend + 🎉 Playdate (24h cooldown, otomatik dialogue)
  • 🔗 Pet card PNG (/card/<userId>.png — 1080×1350 paylaşım kartı)
  • 🕯️ Memorial wall + reincarnation

Setup (one-time)

  1. BotFather'da Mini App kaydet:
    /newapp → @OpenClawTamagotchi_bot
    Title: OpenClaw Pet
    Short name: pet
    URL: https://romantic-workforce-stranger-journey.trycloudflare.com
    
  2. Server + tunnel:
    pip3 install pillow                   # pet card PNG için
    python3 server.py &                   # localhost:8080
    cloudflared tunnel --url http://localhost:8080
    
  3. (Opsiyonel) Named tunnel (URL kalıcı, viral patlama için kritik):
    cloudflared tunnel create openclaw-pet
    cloudflared tunnel route dns openclaw-pet pet.<your-domain>
    cloudflared tunnel run openclaw-pet
    

Cross-Platform Install

./install.sh        # her iki runtime'a kurar (varsa)

Veya manuel:

  • OpenClaw: ~/.openclaw/workspace/skills/pet/ (zaten burada)
  • Hermes: ~/.hermes/skills/games/pet/ (symlink veya kopya)

API (server.py)

EndpointMethodAçıklama
/GETMini App HTML
/card/<userId>.pngGETPaylaşım kartı PNG (Pillow)
/api/petPOSTAction dispatcher

POST actions: create, feed, play, sleep, visit, befriend, playdate, friends, memorial, revive.

Storage: users/{userId}.json (alive), memorial/{userId}.json (dead).

Notes

  • Lifecycle: lastFed'den 3 gün → sad, 7 gün → dead. Decay her load'da apply_decay() ile uygulanıyor.
  • Telegram initData HMAC validation TODO — production öncesi BOT_TOKEN ile imza doğrulaması ekle.
  • Pet card için Pillow gerekli; yoksa SVG fallback.

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

OpenPet

Virtual pet (Tamagotchi-style) game for chat platforms. Triggers on pet commands like "feed pet", "pet status", "play with pet", "name pet", "pet sleep", "new pet". Supports multi-user across Discord, WhatsApp, Telegram, etc. Each user gets their own pet that evolves based on care.

Registry SourceRecently Updated
2K0Profile unavailable
General

龙虾的小家园 — Desktop Pet

Deploy a pixel-art desktop pet (桌面宠物) with four explorable scenes, care mechanics, and walk animations. Use when user asks to create a desktop pet, virtual p...

Registry SourceRecently Updated
850Profile unavailable
General

Viral Title Generator

基于多平台数据和模板公式,输入主题即可快速生成10个高点击率爆款标题,助力自媒体和短视频创作。

Registry SourceRecently Updated
1120Profile unavailable
General

BUDDY 宠物系统

BUDDY 宠物系统 - 一个虚拟宠物伴侣工具,用于生成、互动、展示 AI 宠物。当用户说"摸摸宠物"、"查看宠物"、"孵化宠物"、"buddy"、"/buddy pet"、"/buddy card"、"/buddy hatch"、"/buddy mute"、"/buddy unmute" 或任何与宠物互动相关的...

Registry SourceRecently Updated
1220Profile unavailable