{
  "schemaVersion": "1.0",
  "item": {
    "slug": "holocube-emotes",
    "name": "Holocube Emotes",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/thrive-spencerj/holocube-emotes",
    "canonicalUrl": "https://clawhub.ai/thrive-spencerj/holocube-emotes",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/holocube-emotes",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=holocube-emotes",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/tools-example.md",
      "scripts/generate_sprites.py",
      "scripts/holocube.py",
      "scripts/onboard.py",
      "scripts/setup_device.py"
    ],
    "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/holocube-emotes"
    },
    "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/holocube-emotes",
    "agentPageUrl": "https://openagent3.xyz/skills/holocube-emotes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/holocube-emotes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/holocube-emotes/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": "Holocube Emotes",
        "body": "Turn a GeekMagic holocube into your AI's face. Generate holographic character sprites, upload them to the device, then swap expressions in real-time based on agent/session state."
      },
      {
        "title": "0. Find the device",
        "body": "Auto-discover holocubes on your network:\n\npython3 scripts/holocube.py --discover\n\nOutput: FOUND: 192.168.0.245 — HelloCubic-Lite V7.0.22\n\nIf discovery fails, find the IP on the device's screen or your router's client list."
      },
      {
        "title": "1. Generate sprites",
        "body": "Create a full emote sprite kit (requires nano-banana-pro skill with GEMINI_API_KEY):\n\npython3 scripts/generate_sprites.py --output-dir ./sprites\n\nCustom character:\n\npython3 scripts/generate_sprites.py --output-dir ./sprites \\\n  --character \"A glowing holographic cat floating in pure black void. Neon purple wireframe style.\"\n\nThis generates 7 emotes (neutral, happy, thinking, surprised, concerned, laughing, sleeping) as both static JPG and animated GIF, sized for the 240x240 display."
      },
      {
        "title": "2. Upload to device",
        "body": "python3 scripts/setup_device.py --sprites-dir ./sprites --clear --backup-dir ./backup\n\nFlags:\n\n--clear removes existing images (recommended — device has ~3MB storage)\n--backup-dir saves existing files before clearing\n--ip auto-discovers if not provided, or specify manually"
      },
      {
        "title": "3. Configure TOOLS.md",
        "body": "Add the holocube IP and emote mappings to your workspace TOOLS.md for reference. See references/tools-example.md."
      },
      {
        "title": "Set emote directly",
        "body": "python3 scripts/holocube.py happy\npython3 scripts/holocube.py thinking --static   # Use JPG instead of GIF"
      },
      {
        "title": "Set by agent state",
        "body": "python3 scripts/holocube.py working    # → thinking\npython3 scripts/holocube.py complete   # → happy\npython3 scripts/holocube.py error      # → concerned\npython3 scripts/holocube.py opus       # → thinking (heavy model)\npython3 scripts/holocube.py haiku      # → neutral (light model)"
      },
      {
        "title": "Auto-select by time of day",
        "body": "python3 scripts/holocube.py --auto\n\n11pm–7am → sleeping\n7am–9am → happy\nRest of day → neutral"
      },
      {
        "title": "Check status",
        "body": "python3 scripts/holocube.py --status\npython3 scripts/holocube.py --list"
      },
      {
        "title": "Heartbeat Integration",
        "body": "Add to HEARTBEAT.md to auto-manage the emote:\n\n## Holocube Emote Check\n- Run `python3 scripts/holocube.py --auto` to set time-appropriate emote"
      },
      {
        "title": "When to Set Emotes",
        "body": "Use these during normal agent operations:\n\nContextCommandEmoteIdle, waiting for inputneutral🤖Processing, running toolsthinking or working🔧Task completedhappy or complete😊Error occurrederror (→ surprised)😮Funny momentlaughing or funny😂Unexpected inputsurprised or unexpected😮Night/inactivesleeping or night😴Spawning sub-agentspawning (→ thinking)🔧On-demand customcustom✨"
      },
      {
        "title": "Custom Slot",
        "body": "A reserved file adam-custom.gif on the device can be overwritten at any time for on-demand or one-off animations. Generate a GIF, upload as adam-custom.gif, then python3 holocube.py custom. Switch back to a standard emote when done."
      },
      {
        "title": "Device Notes",
        "body": "Model: GeekMagic HelloCubic-Lite (240x240px glass display)\nFormat: GIF (animated) or JFIF JPEG. Use Pillow for JPEG (ffmpeg lacks JFIF headers).\nStorage: ~3MB total. 6 animated GIFs use ~1.5MB, leaving ~500KB for custom slot.\nArt style: Dark/black backgrounds make glass disappear. Use glowing, holographic, neon elements.\n⚠️ NEVER send /set?reset=1 — that's factory reset, wipes WiFi config."
      },
      {
        "title": "Requirements",
        "body": "GeekMagic HelloCubic-Lite (or compatible) on local network\nPython 3 with Pillow (pip install Pillow)\nnano-banana-pro skill with GEMINI_API_KEY (for sprite generation only)\nuv (brew install uv) (for sprite generation only)"
      }
    ],
    "body": "Holocube Emotes\n\nTurn a GeekMagic holocube into your AI's face. Generate holographic character sprites, upload them to the device, then swap expressions in real-time based on agent/session state.\n\nFirst-Time Setup\n0. Find the device\n\nAuto-discover holocubes on your network:\n\npython3 scripts/holocube.py --discover\n\n\nOutput: FOUND: 192.168.0.245 — HelloCubic-Lite V7.0.22\n\nIf discovery fails, find the IP on the device's screen or your router's client list.\n\n1. Generate sprites\n\nCreate a full emote sprite kit (requires nano-banana-pro skill with GEMINI_API_KEY):\n\npython3 scripts/generate_sprites.py --output-dir ./sprites\n\n\nCustom character:\n\npython3 scripts/generate_sprites.py --output-dir ./sprites \\\n  --character \"A glowing holographic cat floating in pure black void. Neon purple wireframe style.\"\n\n\nThis generates 7 emotes (neutral, happy, thinking, surprised, concerned, laughing, sleeping) as both static JPG and animated GIF, sized for the 240x240 display.\n\n2. Upload to device\npython3 scripts/setup_device.py --sprites-dir ./sprites --clear --backup-dir ./backup\n\n\nFlags:\n\n--clear removes existing images (recommended — device has ~3MB storage)\n--backup-dir saves existing files before clearing\n--ip auto-discovers if not provided, or specify manually\n3. Configure TOOLS.md\n\nAdd the holocube IP and emote mappings to your workspace TOOLS.md for reference. See references/tools-example.md.\n\nDaily Usage\nSet emote directly\npython3 scripts/holocube.py happy\npython3 scripts/holocube.py thinking --static   # Use JPG instead of GIF\n\nSet by agent state\npython3 scripts/holocube.py working    # → thinking\npython3 scripts/holocube.py complete   # → happy\npython3 scripts/holocube.py error      # → concerned\npython3 scripts/holocube.py opus       # → thinking (heavy model)\npython3 scripts/holocube.py haiku      # → neutral (light model)\n\nAuto-select by time of day\npython3 scripts/holocube.py --auto\n\n11pm–7am → sleeping\n7am–9am → happy\nRest of day → neutral\nCheck status\npython3 scripts/holocube.py --status\npython3 scripts/holocube.py --list\n\nHeartbeat Integration\n\nAdd to HEARTBEAT.md to auto-manage the emote:\n\n## Holocube Emote Check\n- Run `python3 scripts/holocube.py --auto` to set time-appropriate emote\n\nWhen to Set Emotes\n\nUse these during normal agent operations:\n\nContext\tCommand\tEmote\nIdle, waiting for input\tneutral\t🤖\nProcessing, running tools\tthinking or working\t🔧\nTask completed\thappy or complete\t😊\nError occurred\terror (→ surprised)\t😮\nFunny moment\tlaughing or funny\t😂\nUnexpected input\tsurprised or unexpected\t😮\nNight/inactive\tsleeping or night\t😴\nSpawning sub-agent\tspawning (→ thinking)\t🔧\nOn-demand custom\tcustom\t✨\nCustom Slot\n\nA reserved file adam-custom.gif on the device can be overwritten at any time for on-demand or one-off animations. Generate a GIF, upload as adam-custom.gif, then python3 holocube.py custom. Switch back to a standard emote when done.\n\nDevice Notes\nModel: GeekMagic HelloCubic-Lite (240x240px glass display)\nFormat: GIF (animated) or JFIF JPEG. Use Pillow for JPEG (ffmpeg lacks JFIF headers).\nStorage: ~3MB total. 6 animated GIFs use ~1.5MB, leaving ~500KB for custom slot.\nArt style: Dark/black backgrounds make glass disappear. Use glowing, holographic, neon elements.\n⚠️ NEVER send /set?reset=1 — that's factory reset, wipes WiFi config.\nRequirements\nGeekMagic HelloCubic-Lite (or compatible) on local network\nPython 3 with Pillow (pip install Pillow)\nnano-banana-pro skill with GEMINI_API_KEY (for sprite generation only)\nuv (brew install uv) (for sprite generation only)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/thrive-spencerj/holocube-emotes",
    "publisherUrl": "https://clawhub.ai/thrive-spencerj/holocube-emotes",
    "owner": "thrive-spencerj",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/holocube-emotes",
    "downloadUrl": "https://openagent3.xyz/downloads/holocube-emotes",
    "agentUrl": "https://openagent3.xyz/skills/holocube-emotes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/holocube-emotes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/holocube-emotes/agent.md"
  }
}