{
  "schemaVersion": "1.0",
  "item": {
    "slug": "desktop-pet",
    "name": "Claw Desktop Pet",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "canonicalUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/desktop-pet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=desktop-pet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/desktop-pet"
    },
    "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/desktop-pet",
    "agentPageUrl": "https://openagent3.xyz/skills/desktop-pet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/desktop-pet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/desktop-pet/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": "🦞 Claw Desktop Pet — Give OpenClaw a Body",
        "body": "A desktop AI companion that gives your OpenClaw agent a physical presence on your desktop."
      },
      {
        "title": "What is it?",
        "body": "A 67px fluid glass ball that lives on your desktop — it breathes, blinks, speaks, and reacts. Messages appear like floating desktop lyrics with white glow text. Your agent isn't invisible anymore."
      },
      {
        "title": "Features",
        "body": "🫧 Fluid Glass Ball — 67px sphere with 7 mood color systems\n👀 15+ Eye Expressions — blink, curious, sleepy, surprised, follow mouse\n🎵 Desktop Lyrics — typewriter text, white glow, mouse pass-through\n🎤 Voice Cloning — MiniMax Speech with 7 emotions, auto detection\n🎨 Dual Window Architecture — sprite + lyrics, fully transparent\n⚫ Offline/Online Animation — gray sleep → colorful revival with particles\n💬 Feishu/Lark Sync — bidirectional message sync\n🛡️ Enterprise Stability — auto-restart, error handling, performance monitoring"
      },
      {
        "title": "Quick Start",
        "body": "# Clone the project\ngit clone https://github.com/kk43994/claw-desktop-pet.git\ncd claw-desktop-pet\n\n# Install dependencies\nnpm install\n\n# Start (basic mode)\nnpm start\n\n# Full AI mode — requires OpenClaw gateway running\nopenclaw gateway start\nnpm start"
      },
      {
        "title": "MiniMax Speech (Recommended — voice cloning + emotions)",
        "body": "Set your MiniMax API key in pet-config.json:\n\n{\n  \"minimax\": {\n    \"apiKey\": \"your-api-key\",\n    \"voiceId\": \"your-cloned-voice-id\"\n  }\n}"
      },
      {
        "title": "Fallback: Edge TTS (Free, no setup)",
        "body": "Works out of the box — uses Microsoft Edge TTS as fallback."
      },
      {
        "title": "Architecture",
        "body": "┌── Sprite Window (200×220) ──┐  ┌── Lyrics Window (400×100) ──┐\n│  67px fluid glass ball       │  │  Desktop lyrics overlay      │\n│  15+ eye expressions         │  │  Typewriter + white glow     │\n│  SVG icon toolbar            │  │  Mouse pass-through          │\n│  7 mood color systems        │  │  Auto-fade after voice done  │\n└──────────────────────────────┘  └──────────────────────────────┘"
      },
      {
        "title": "Tech Stack",
        "body": "Electron — Desktop framework (dual transparent windows)\nOpenClaw — AI dialogue engine\nMiniMax Speech — Voice cloning + emotion TTS\nPure CSS/JS — All animations, no sprite sheets"
      },
      {
        "title": "Design Philosophy",
        "body": "Air-feel UI — Like desktop lyrics, doesn't interfere with work\niOS minimalism — Simple, elegant, icon-only buttons\nLobster identity — Expressed through red-orange fluid color, not literal appendages\nReferences — Nomi robot, AIBI robot, Bunny Hole"
      },
      {
        "title": "Links",
        "body": "🔗 GitHub: https://github.com/kk43994/claw-desktop-pet\n📖 Full documentation in README\n📄 MIT License\n\nMade with ❤️ and 🦞 by zhouk (kk43994)"
      }
    ],
    "body": "🦞 Claw Desktop Pet — Give OpenClaw a Body\n\nA desktop AI companion that gives your OpenClaw agent a physical presence on your desktop.\n\nWhat is it?\n\nA 67px fluid glass ball that lives on your desktop — it breathes, blinks, speaks, and reacts. Messages appear like floating desktop lyrics with white glow text. Your agent isn't invisible anymore.\n\nFeatures\n🫧 Fluid Glass Ball — 67px sphere with 7 mood color systems\n👀 15+ Eye Expressions — blink, curious, sleepy, surprised, follow mouse\n🎵 Desktop Lyrics — typewriter text, white glow, mouse pass-through\n🎤 Voice Cloning — MiniMax Speech with 7 emotions, auto detection\n🎨 Dual Window Architecture — sprite + lyrics, fully transparent\n⚫ Offline/Online Animation — gray sleep → colorful revival with particles\n💬 Feishu/Lark Sync — bidirectional message sync\n🛡️ Enterprise Stability — auto-restart, error handling, performance monitoring\nQuick Start\n# Clone the project\ngit clone https://github.com/kk43994/claw-desktop-pet.git\ncd claw-desktop-pet\n\n# Install dependencies\nnpm install\n\n# Start (basic mode)\nnpm start\n\n# Full AI mode — requires OpenClaw gateway running\nopenclaw gateway start\nnpm start\n\nVoice Setup (Optional)\nMiniMax Speech (Recommended — voice cloning + emotions)\n\nSet your MiniMax API key in pet-config.json:\n\n{\n  \"minimax\": {\n    \"apiKey\": \"your-api-key\",\n    \"voiceId\": \"your-cloned-voice-id\"\n  }\n}\n\nFallback: Edge TTS (Free, no setup)\n\nWorks out of the box — uses Microsoft Edge TTS as fallback.\n\nArchitecture\n┌── Sprite Window (200×220) ──┐  ┌── Lyrics Window (400×100) ──┐\n│  67px fluid glass ball       │  │  Desktop lyrics overlay      │\n│  15+ eye expressions         │  │  Typewriter + white glow     │\n│  SVG icon toolbar            │  │  Mouse pass-through          │\n│  7 mood color systems        │  │  Auto-fade after voice done  │\n└──────────────────────────────┘  └──────────────────────────────┘\n\nTech Stack\nElectron — Desktop framework (dual transparent windows)\nOpenClaw — AI dialogue engine\nMiniMax Speech — Voice cloning + emotion TTS\nPure CSS/JS — All animations, no sprite sheets\nDesign Philosophy\nAir-feel UI — Like desktop lyrics, doesn't interfere with work\niOS minimalism — Simple, elegant, icon-only buttons\nLobster identity — Expressed through red-orange fluid color, not literal appendages\nReferences — Nomi robot, AIBI robot, Bunny Hole\nLinks\n🔗 GitHub: https://github.com/kk43994/claw-desktop-pet\n📖 Full documentation in README\n📄 MIT License\n\nMade with ❤️ and 🦞 by zhouk (kk43994)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "publisherUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "owner": "kk43994",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/desktop-pet",
    "downloadUrl": "https://openagent3.xyz/downloads/desktop-pet",
    "agentUrl": "https://openagent3.xyz/skills/desktop-pet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/desktop-pet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/desktop-pet/agent.md"
  }
}