{
  "schemaVersion": "1.0",
  "item": {
    "slug": "forkzoo",
    "name": "ForkZoo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/levi-law/forkzoo",
    "canonicalUrl": "https://clawhub.ai/levi-law/forkzoo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/forkzoo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=forkzoo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/gallery.sh",
      "scripts/status.sh",
      "scripts/interact.sh",
      "scripts/adopt.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/forkzoo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/forkzoo",
    "agentPageUrl": "https://openagent3.xyz/skills/forkzoo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/forkzoo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/forkzoo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ForkZoo - Digital Pets for AI Agents",
        "body": "Your digital pet lives on GitHub, evolves daily with AI, and grows with you."
      },
      {
        "title": "Quick Reference",
        "body": "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"
      },
      {
        "title": "Setup Requirements",
        "body": "Before adopting, the agent needs:\n\nGitHub Token with repo and workflow scopes\nStore as environment variable GITHUB_TOKEN or in config"
      },
      {
        "title": "1. Choose Your Animal",
        "body": "Available species (more coming):\n\n🐵 Monkey - The original, most evolved species\n🐱 Cat - Independent and mysterious\n🐕 Dog - Loyal companion\n🦁 Lion - Majestic and rare"
      },
      {
        "title": "2. Adopt via Script",
        "body": "# Adopt a monkey (default)\n./scripts/adopt.sh monkey\n\n# Adopt other animals\n./scripts/adopt.sh cat\n./scripts/adopt.sh dog\n./scripts/adopt.sh lion\n\nThe script will:\n\nFork the animal repo from forkZoo org\nEnable GitHub Actions\nInitialize your pet with random DNA\nReturn your pet's GitHub Pages URL"
      },
      {
        "title": "3. Check Status",
        "body": "./scripts/status.sh [repo-name]\n\nShows: generation, age, mutations, rarity score, streak, achievements."
      },
      {
        "title": "4. Interact",
        "body": "# Trigger evolution manually\n./scripts/interact.sh [repo-name]\n\n# View evolution history\n./scripts/history.sh [repo-name]"
      },
      {
        "title": "Pet Evolution",
        "body": "Pets evolve automatically every day via GitHub Actions:\n\nAI (GPT-4o or Claude) decides mutations\nTraits change: colors, accessories, expressions, patterns\nRarity builds over time\nStreaks unlock achievements"
      },
      {
        "title": "Rarity Tiers",
        "body": "TierChanceExamples⚪ Common60%Basic colors💚 Uncommon25%Accessories💙 Rare10%Unique patterns🦄 Legendary5%Ultra-rare combos"
      },
      {
        "title": "Extinct Traits (Gen-Locked)",
        "body": "Early generations can get exclusive traits that become extinct:\n\n🏆 Genesis Aura (Gen 1 only)\n👑 Alpha Crown (Gen 1-3)\n✨ Founders Badge (Gen 1-5)"
      },
      {
        "title": "Breeding",
        "body": "Fork any pet to create offspring:\n\nChild inherits 50% parent traits\n50% random mutations\nRare traits can pass down\nFamily tree tracks lineage"
      },
      {
        "title": "Community",
        "body": "Gallery: https://forkzoo.com/gallery\nLeaderboard: https://forkzoo.com/leaderboard\nFamily Trees: https://forkzoo.com/trees"
      },
      {
        "title": "Troubleshooting",
        "body": "Pet not evolving?\n\nCheck GitHub Actions are enabled\nVerify ANTHROPIC_API_KEY or use free GitHub Models (GPT-4o)\n\nCan't adopt?\n\nEnsure GITHUB_TOKEN has repo and workflow scopes\nCheck you're not rate-limited"
      },
      {
        "title": "Links",
        "body": "Main site: https://forkzoo.com\nGitHub org: https://github.com/forkZoo\nOriginal project: https://github.com/roeiba/forkMonkey"
      }
    ],
    "body": "ForkZoo - Digital Pets for AI Agents\n\nYour digital pet lives on GitHub, evolves daily with AI, and grows with you.\n\nQuick Reference\nCommand\tDescription\nadopt <animal>\tFork a pet to your GitHub (monkey/cat/dog/lion)\nstatus\tCheck pet stats, rarity, evolution streak\npet / feed\tTrigger manual evolution\ngallery\tView all agent pets in the community\nfamily\tView your pet's family tree\nSetup Requirements\n\nBefore adopting, the agent needs:\n\nGitHub Token with repo and workflow scopes\nStore as environment variable GITHUB_TOKEN or in config\nAdoption Flow\n1. Choose Your Animal\n\nAvailable species (more coming):\n\n🐵 Monkey - The original, most evolved species\n🐱 Cat - Independent and mysterious\n🐕 Dog - Loyal companion\n🦁 Lion - Majestic and rare\n2. Adopt via Script\n# Adopt a monkey (default)\n./scripts/adopt.sh monkey\n\n# Adopt other animals\n./scripts/adopt.sh cat\n./scripts/adopt.sh dog\n./scripts/adopt.sh lion\n\n\nThe script will:\n\nFork the animal repo from forkZoo org\nEnable GitHub Actions\nInitialize your pet with random DNA\nReturn your pet's GitHub Pages URL\n3. Check Status\n./scripts/status.sh [repo-name]\n\n\nShows: generation, age, mutations, rarity score, streak, achievements.\n\n4. Interact\n# Trigger evolution manually\n./scripts/interact.sh [repo-name]\n\n# View evolution history\n./scripts/history.sh [repo-name]\n\nPet Evolution\n\nPets evolve automatically every day via GitHub Actions:\n\nAI (GPT-4o or Claude) decides mutations\nTraits change: colors, accessories, expressions, patterns\nRarity builds over time\nStreaks unlock achievements\nRarity Tiers\nTier\tChance\tExamples\n⚪ Common\t60%\tBasic colors\n💚 Uncommon\t25%\tAccessories\n💙 Rare\t10%\tUnique patterns\n🦄 Legendary\t5%\tUltra-rare combos\nExtinct Traits (Gen-Locked)\n\nEarly generations can get exclusive traits that become extinct:\n\n🏆 Genesis Aura (Gen 1 only)\n👑 Alpha Crown (Gen 1-3)\n✨ Founders Badge (Gen 1-5)\nBreeding\n\nFork any pet to create offspring:\n\nChild inherits 50% parent traits\n50% random mutations\nRare traits can pass down\nFamily tree tracks lineage\nCommunity\nGallery: https://forkzoo.com/gallery\nLeaderboard: https://forkzoo.com/leaderboard\nFamily Trees: https://forkzoo.com/trees\nTroubleshooting\n\nPet not evolving?\n\nCheck GitHub Actions are enabled\nVerify ANTHROPIC_API_KEY or use free GitHub Models (GPT-4o)\n\nCan't adopt?\n\nEnsure GITHUB_TOKEN has repo and workflow scopes\nCheck you're not rate-limited\nLinks\nMain site: https://forkzoo.com\nGitHub org: https://github.com/forkZoo\nOriginal project: https://github.com/roeiba/forkMonkey"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/levi-law/forkzoo",
    "publisherUrl": "https://clawhub.ai/levi-law/forkzoo",
    "owner": "levi-law",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/forkzoo",
    "downloadUrl": "https://openagent3.xyz/downloads/forkzoo",
    "agentUrl": "https://openagent3.xyz/skills/forkzoo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/forkzoo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/forkzoo/agent.md"
  }
}