LaMetric CLI for Openclaw

A comprehensive command-line tool for sending notifications and managing LaMetric TIME/SKY smart displays.

dedene
v1.0.2
Feb 17, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install lametric-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install lametric-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is LaMetric CLI?

The LaMetric CLI provides a professional interface for interacting with LaMetric smart hardware directly from the terminal. As a versatile addition to your Openclaw Skills library, it allows developers to automate physical notifications, control device settings, and stream custom content. Whether you are monitoring server health or managing your daily schedule, this skill transforms your smart display into a programmable dashboard that integrates seamlessly into your existing development environment.

LaMetric CLI Use Cases

  • Automating CI/CD build notifications to show success or failure icons on your desk.
  • Displaying real-time system metrics like CPU usage or disk space using sparkline charts.
  • Managing Pomodoro sessions or countdown timers for better focus.
  • Streaming custom GIF animations or pixel art directly to the display from scripts.
  • Sending critical server alerts with audible alarms to ensure immediate attention.

How LaMetric CLI Works

  1. The user initiates a command via the CLI, specifying the action such as a notification, app control, or brightness adjustment.
  2. The CLI tool authenticates with the target LaMetric device using a pre-configured API key.
  3. Commands are transmitted over the local network via HTTP requests to the device's local API.
  4. For advanced workflows, data can be piped from other terminal applications (like ffmpeg) directly into the device's display stream.
  5. The device renders the visual data and plays optional notification sounds as instructed by the Openclaw Skills logic.

LaMetric CLI Setup

Install the tool using Homebrew or the Go package manager:

# Homebrew (macOS/Linux)
brew install dedene/tap/lametric

# Or Go install
go install github.com/dedene/lametric-cli/cmd/lametric@latest

Configure your device by running the setup wizard or setting environment variables:

# Run interactive setup
lametric setup

# Or configure manually
export LAMETRIC_API_KEY=your-api-key
export LAMETRIC_DEVICE=192.168.1.100

LaMetric CLI Data Schema & Taxonomy

The skill utilizes a local configuration file and supports structured data outputs for pipeline integration.

Component Description
Config Path ~/.config/lametric-cli/config.yaml stores device profiles and keys
Output Formats Supports JSON (--json) and TSV (--plain) for scripting
Visual Assets Built-in support for hundreds of LaMetric icons and audio alerts
Input Streams Accepts stdin for dynamic notification content and raw video for streaming

LaMetric CLI Advanced Features

  • Direct piping from ffmpeg to stream live video frames to the 37x8 pixel display.
  • Automated device discovery using the discovery flag to find displays on the local network.
  • Support for complex visual data types including progress goals and multi-point sparkline charts.
  • Interactive notification mode that waits for physical user dismissal on the device.
  • Comprehensive app management for controlling the built-in Radio, Stopwatch, and Timer applications.

SKILL.md


Loading

Related Openclaw Skills

Featured*