{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawpet",
    "name": "clawpet",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/yazelin/clawpet",
    "canonicalUrl": "https://clawhub.ai/yazelin/clawpet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawpet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawpet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/clawpet.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/clawpet"
    },
    "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/clawpet",
    "agentPageUrl": "https://openagent3.xyz/skills/clawpet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawpet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawpet/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": "clawpet — OpenClaw Pet Companion 🐾",
        "body": "Use this skill when the user wants to adopt a pet, check pet status, interact with the pet, or send a pet image.\nPet status includes passive time-based updates, so each check-in can reflect elapsed time."
      },
      {
        "title": "Typical triggers",
        "body": "\"我想養一隻貓\"\n\"我的寵物今天狀態如何？\"\n\"幫我餵牠\"\n\"讓牠拍一張照\""
      },
      {
        "title": "1) List pets",
        "body": "bash {baseDir}/scripts/clawpet.sh pets"
      },
      {
        "title": "2) Adopt a pet",
        "body": "bash {baseDir}/scripts/clawpet.sh adopt momo"
      },
      {
        "title": "3) Check current status",
        "body": "bash {baseDir}/scripts/clawpet.sh status"
      },
      {
        "title": "4) Interact with pet",
        "body": "bash {baseDir}/scripts/clawpet.sh interact feed\nbash {baseDir}/scripts/clawpet.sh interact play\nbash {baseDir}/scripts/clawpet.sh interact rest"
      },
      {
        "title": "5) Generate image prompt",
        "body": "bash {baseDir}/scripts/clawpet.sh prompt\nbash {baseDir}/scripts/clawpet.sh prompt --place \"sunny window\" --style \"photorealistic, professional pet photography\"\n\nOutputs the full image generation prompt text. Default style is photorealistic."
      },
      {
        "title": "6) Auto care",
        "body": "bash {baseDir}/scripts/clawpet.sh care\nbash {baseDir}/scripts/clawpet.sh care --action feed"
      },
      {
        "title": "Basic interactions",
        "body": "Always call bash {baseDir}/scripts/clawpet.sh ... to avoid missing executable issues.\nWhen user says they want a pet, first run bash {baseDir}/scripts/clawpet.sh pets, then ask which one they want.\nFor regular check-ins, run bash {baseDir}/scripts/clawpet.sh status.\nFor daily care, prefer bash {baseDir}/scripts/clawpet.sh care; for explicit requests, run ... interact <action>."
      },
      {
        "title": "Image generation workflow (IMPORTANT)",
        "body": "When the user requests a pet image:\n\nGenerate the prompt:\nbash {baseDir}/scripts/clawpet.sh prompt --place \"cozy afternoon window\"\n\nThis outputs the full prompt text. Default style is photorealistic pet photography.\n\n\nGenerate the image with nano-banana-pro:\nuv run /home/yaze/.npm-global/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py \\\n  --prompt \"<prompt from step 1>\" \\\n  --filename \"YYYY-MM-DD-HH-MM-pet-name.png\" \\\n  --resolution 1K\n\nThis saves the image to /home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png\n\n\nSend the image with message tool:\nmessage(action=\"send\", channel=\"telegram\", media=\"/home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png\", message=\"🐾 <pet_name> 的即時快照\")\n\nWhy this workflow:\n\nUses Gemini (nano-banana-pro) for high-quality watercolor-style images\nLocal file path works with message tool's media parameter\nConsistent with other OpenClaw image generation patterns"
      },
      {
        "title": "Troubleshooting",
        "body": "If clawpet command is not found, this skill wrapper auto-falls back to:\n\nuvx --from git+https://github.com/yazelin/clawpet.git clawpet ...\nuv tool run --from git+https://github.com/yazelin/clawpet.git clawpet ..."
      }
    ],
    "body": "clawpet — OpenClaw Pet Companion 🐾\n\nUse 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.\n\nTypical triggers\n\"我想養一隻貓\"\n\"我的寵物今天狀態如何？\"\n\"幫我餵牠\"\n\"讓牠拍一張照\"\nCommand reference\n1) List pets\nbash {baseDir}/scripts/clawpet.sh pets\n\n2) Adopt a pet\nbash {baseDir}/scripts/clawpet.sh adopt momo\n\n3) Check current status\nbash {baseDir}/scripts/clawpet.sh status\n\n4) Interact with pet\nbash {baseDir}/scripts/clawpet.sh interact feed\nbash {baseDir}/scripts/clawpet.sh interact play\nbash {baseDir}/scripts/clawpet.sh interact rest\n\n5) Generate image prompt\nbash {baseDir}/scripts/clawpet.sh prompt\nbash {baseDir}/scripts/clawpet.sh prompt --place \"sunny window\" --style \"photorealistic, professional pet photography\"\n\n\nOutputs the full image generation prompt text. Default style is photorealistic.\n\n6) Auto care\nbash {baseDir}/scripts/clawpet.sh care\nbash {baseDir}/scripts/clawpet.sh care --action feed\n\nAgent behavior guidance\nBasic interactions\nAlways call bash {baseDir}/scripts/clawpet.sh ... to avoid missing executable issues.\nWhen user says they want a pet, first run bash {baseDir}/scripts/clawpet.sh pets, then ask which one they want.\nFor regular check-ins, run bash {baseDir}/scripts/clawpet.sh status.\nFor daily care, prefer bash {baseDir}/scripts/clawpet.sh care; for explicit requests, run ... interact <action>.\nImage generation workflow (IMPORTANT)\n\nWhen the user requests a pet image:\n\nGenerate the prompt:\n\nbash {baseDir}/scripts/clawpet.sh prompt --place \"cozy afternoon window\"\n\n\nThis outputs the full prompt text. Default style is photorealistic pet photography.\n\nGenerate the image with nano-banana-pro:\n\nuv run /home/yaze/.npm-global/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py \\\n  --prompt \"<prompt from step 1>\" \\\n  --filename \"YYYY-MM-DD-HH-MM-pet-name.png\" \\\n  --resolution 1K\n\n\nThis saves the image to /home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png\n\nSend the image with message tool:\n\nmessage(action=\"send\", channel=\"telegram\", media=\"/home/yaze/.openclaw/workspace/YYYY-MM-DD-HH-MM-pet-name.png\", message=\"🐾 <pet_name> 的即時快照\")\n\n\nWhy this workflow:\n\nUses Gemini (nano-banana-pro) for high-quality watercolor-style images\nLocal file path works with message tool's media parameter\nConsistent with other OpenClaw image generation patterns\nTroubleshooting\nIf clawpet command is not found, this skill wrapper auto-falls back to:\nuvx --from git+https://github.com/yazelin/clawpet.git clawpet ...\nuv tool run --from git+https://github.com/yazelin/clawpet.git clawpet ..."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yazelin/clawpet",
    "publisherUrl": "https://clawhub.ai/yazelin/clawpet",
    "owner": "yazelin",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawpet",
    "downloadUrl": "https://openagent3.xyz/downloads/clawpet",
    "agentUrl": "https://openagent3.xyz/skills/clawpet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawpet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawpet/agent.md"
  }
}