ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

holocube

Control GeekMagic HelloCubic-Lite holographic cube display with HoloClawd firmware. Supports drawing API, pomodoro timer with lobster mascot, GIF uploads, and procedural animations.

Why use this skill?

Easily control your HelloCubic-Lite holographic display with OpenClaw. Manage Pomodoro timers, custom drawings, and status updates directly from your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andrewjiang/holocube
Or

What This Skill Does

The holocube skill provides an interface to control the GeekMagic HelloCubic-Lite holographic display running the HoloClawd firmware. It transforms your desktop device into an interactive dashboard, capable of displaying real-time productivity timers, custom text, procedural animations, and the iconic lobster mascot. By utilizing the provided Python client, users can draw geometric primitives, render text, and create progress bars directly on the 240x240px TFT screen. This skill effectively turns your hardware into a high-visibility, physical output device for status updates, notifications, and task management.

Installation

To install this skill, use the ClawHub CLI command: clawhub install openclaw/skills/skills/andrewjiang/holocube. Ensure that your HelloCubic-Lite device is on the same local network as the agent (default IP 192.168.7.80) and that you have the required dependencies installed as per the HoloClawd documentation. For Pomodoro functionalities, ensure you are operating within the provided firmware examples directory.

Use Cases

  • Focus Management: Start a 25-minute Pomodoro session with a lobster mascot that changes state when a task is completed.
  • Dashboarding: Display progress bars for long-running background tasks, making build progress or data analysis status visible at a glance.
  • Dynamic Notifications: Use the drawing API to display alert text or icons when specific events occur in your workflow.
  • Custom UI: Create bespoke visual interfaces by combining primitive shapes like rectangles, circles, and custom text to monitor system metrics or API statuses.

Example Prompts

  • "Set a pomodoro timer on my holocube for 25 minutes with the task set to 'Code Review'."
  • "Draw a cyan progress bar on the holocube at 50% completion labeled 'Deployment'."
  • "Show a centered 'Hello World' message on the holographic cube in size 3 font."

Tips & Limitations

  • Network Dependency: The skill communicates via REST API over local Wi-Fi. Ensure the device IP matches your router's assignment.
  • Firmware Requirement: This skill is strictly designed for the HoloClawd firmware. Standard stock firmware will not support the drawing or pomodoro API calls.
  • Visual Density: With a 240x240 resolution, keep UI elements simple to ensure readability from a distance. Use centered_text to avoid cropping errors.

Metadata

Stars1054
Views2
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andrewjiang-holocube": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#iot#productivity#hardware#holographic#pomodoro
Safety Score: 4/5

Flags: network-access, code-execution