A comprehensive CLI tool to manage DAKboard screens, devices, and push dynamic metrics using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dakboard
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dakboard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The dakboard skill provides a robust interface to interact with the DAKboard API, allowing users to control digital displays directly through their agent. By leveraging Openclaw Skills, developers can programmatically switch layouts, monitor device status, and push custom data blocks to ensure their digital dashboards always show the most relevant information.
This integration is particularly valuable for users who want to bridge the gap between their local data sources and their DAKboard hardware. Whether you are managing a single Raspberry Pi or a network of screens, this skill provides the necessary endpoints to keep your displays updated without manual intervention.
To begin using this tool with Openclaw Skills, you must first configure your API key as an environment variable:
export DAKBOARD_API_KEY="your_api_key_here"
The core functionality is powered by the Python script located at scripts/dakboard.py. Ensure your environment has the necessary permissions to execute Python scripts.
The skill interacts with the DAKboard API using the following data parameters:
| Parameter | Type | Description |
|---|---|---|
| device_id | String | The unique identifier for your DAKboard hardware (e.g., dev_0c3e...). |
| screen_id | String | The unique identifier for a specific display layout (e.g., scr_7093...). |
| key | String | The name of the metric data point to be pushed to a block. |
| value | String | The actual data value (e.g., temperature or status) to display. |
| json_string | JSON | A structured object used for complex Fetch blocks. |
Loading
A security-focused tool providing file integrity monitoring and TOTP step-up authentication for macOS-based AI agents.

A high-performance, lightweight headless browser designed as a drop-in replacement for Chrome in automated data retrieval tasks.

A powerful CLI tool to manage Austrian Post deliveries, including tracking, listing, and setting delivery preferences.

A robust CLI tool designed for AI agents to securely control Homey home automation hubs and manage smart devices.

A bridge that allows external scripts and background processes to wake and trigger responses from OpenClaw agents upon task completion.

A lightweight reference skill designed to demonstrate core OpenClaw integration and deterministic text processing.








































