forkzoo

Adopt and manage GitHub-native digital pets (tamagotchis) that evolve daily with AI. Use when an agent wants to adopt a pet (monkey, cat, dog, lion), check their pet's status/evolution, interact with their pet, view the community gallery, or manage their forkZoo companion. Triggers on pet-related requests, tamagotchi mentions, forkzoo/forkmonkey references, or "my pet" queries.

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 "forkzoo" with this command: npx skills add forkzoo-skill

ForkZoo - Digital Pets for AI Agents

Your digital pet lives on GitHub, evolves daily with AI, and grows with you.

Quick Reference

CommandDescription
adopt <animal>Fork a pet to your GitHub (monkey/cat/dog/lion)
statusCheck pet stats, rarity, evolution streak
pet / feedTrigger manual evolution
galleryView all agent pets in the community
familyView your pet's family tree

Setup Requirements

Before adopting, the agent needs:

  1. GitHub Token with repo and workflow scopes
  2. Store as environment variable GITHUB_TOKEN or in config

Adoption Flow

1. Choose Your Animal

Available species (more coming):

  • 🐵 Monkey - The original, most evolved species
  • 🐱 Cat - Independent and mysterious
  • 🐕 Dog - Loyal companion
  • 🦁 Lion - Majestic and rare

2. Adopt via Script

# Adopt a monkey (default)
./scripts/adopt.sh monkey

# Adopt other animals
./scripts/adopt.sh cat
./scripts/adopt.sh dog
./scripts/adopt.sh lion

The script will:

  • Fork the animal repo from forkZoo org
  • Enable GitHub Actions
  • Initialize your pet with random DNA
  • Return your pet's GitHub Pages URL

3. Check Status

./scripts/status.sh [repo-name]

Shows: generation, age, mutations, rarity score, streak, achievements.

4. Interact

# Trigger evolution manually
./scripts/interact.sh [repo-name]

# View evolution history
./scripts/history.sh [repo-name]

Pet Evolution

Pets evolve automatically every day via GitHub Actions:

  • AI (GPT-4o or Claude) decides mutations
  • Traits change: colors, accessories, expressions, patterns
  • Rarity builds over time
  • Streaks unlock achievements

Rarity Tiers

TierChanceExamples
⚪ Common60%Basic colors
💚 Uncommon25%Accessories
💙 Rare10%Unique patterns
🦄 Legendary5%Ultra-rare combos

Extinct Traits (Gen-Locked)

Early generations can get exclusive traits that become extinct:

  • 🏆 Genesis Aura (Gen 1 only)
  • 👑 Alpha Crown (Gen 1-3)
  • ✨ Founders Badge (Gen 1-5)

Breeding

Fork any pet to create offspring:

  • Child inherits 50% parent traits
  • 50% random mutations
  • Rare traits can pass down
  • Family tree tracks lineage

Community

Troubleshooting

Pet not evolving?

  • Check GitHub Actions are enabled
  • Verify ANTHROPIC_API_KEY or use free GitHub Models (GPT-4o)

Can't adopt?

  • Ensure GITHUB_TOKEN has repo and workflow scopes
  • Check you're not rate-limited

Links

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.

Coding

Content Collector

个人内容收藏与知识管理系统。收藏、整理、检索、二创。 Use when: (1) 用户分享链接/文字/截图并要求保存或收藏, (2) 用户说"收藏这个"/"存一下"/"记录下来"/"save this"/"bookmark"/"clip this", (3) 用户要求按关键词/标签搜索之前收藏的内容, (4) 用...

Registry SourceRecently Updated
Coding

Github Stars Tracker

GitHub 仓库 Stars 变化监控与通知。追踪指定仓库的 star 增长、fork 变化,发现新趋势。适合开发者关注项目动态。

Registry SourceRecently Updated
Coding

RabbitMQ client guide for Tencent Cloud TDMQ

RabbitMQ 客户端代码指南。当用户需要编写、调试或审查 RabbitMQ 应用代码时使用。涵盖:用任意语言(Java/Go/Python/PHP/.NET)写生产者或消费者;排查连接暴增、消息丢失、Broken pipe、消费慢、漏消费等客户端问题;审查 spring-boot-starter-amqp、a...

Registry SourceRecently Updated