← All skills
Tencent SkillHub · Developer Tools

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.

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

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.

⬇ 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/gallery.sh, scripts/status.sh, scripts/interact.sh, scripts/adopt.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
1.0.0

Documentation

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

ForkZoo - Digital Pets for AI Agents

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

Quick Reference

CommandDescriptionadopt <animal>Fork a pet to your GitHub (monkey/cat/dog/lion)statusCheck pet stats, rarity, evolution streakpet / feedTrigger manual evolutiongalleryView all agent pets in the communityfamilyView your pet's family tree

Setup Requirements

Before adopting, the agent needs: GitHub Token with repo and workflow scopes Store as environment variable GITHUB_TOKEN or in config

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

Gallery: https://forkzoo.com/gallery Leaderboard: https://forkzoo.com/leaderboard Family Trees: https://forkzoo.com/trees

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

Main site: https://forkzoo.com GitHub org: https://github.com/forkZoo Original project: https://github.com/roeiba/forkMonkey

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/adopt.sh Scripts
  • scripts/gallery.sh Scripts
  • scripts/interact.sh Scripts
  • scripts/status.sh Scripts