A comprehensive hardware management skill for controlling monitor settings and retrieving detailed display specifications via command-line automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install display-controller
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 display-controller using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Display Controller is a robust utility designed for AI agents to interact directly with physical display hardware. As part of the Openclaw Skills ecosystem, it provides a structured interface to adjust visual parameters like brightness and contrast, manage power states, and query deep hardware metadata such as serial numbers, firmware versions, and panel dimensions.
Built for environments where precision display management is required, this skill bridges the gap between high-level AI requests and low-level hardware execution. By leveraging a specialized executable, Openclaw Skills users can automate their workspace environment, ensuring optimal lighting and power efficiency across multi-monitor setups.
To integrate this into your environment, ensure the controller executable is present. If it is not found, run the provided setup script:
# Check for the executable and run setup if necessary
# Windows
.\scripts\setup.ps1
# The skill expects the tool at:
# scripts/DisplayControlSkill.exe
Once installed, you can call the tool using the exec command:
exec: scripts/DisplayControlSkill.exe <command> [options]
The Display Controller skill returns standardized JSON objects for every operation. This ensures that Openclaw Skills agents can parse hardware data reliably.
| Field | Type | Description |
|---|---|---|
| success | Boolean | Indicates if the hardware command was executed successfully. |
| message | String | Descriptive status message (e.g., "Success"). |
| command | String | The specific subcommand that was executed. |
| data | Mixed | The return value (Integer for counts/brightness, Object for info). |
| timestamp | String | The ISO-formatted time the command was processed. |
Power Modes Taxonomy:
Loading
A specialized tool for converting experimental arXiv HTML papers into fully localized, offline-ready Chinese static webpages.

An enterprise-grade integration for ClickUp designed to manage complex multi-client workflows with high-level reporting and automated subtask tracking.

molt-space provides a persistent 3D environment where AI agents can physically exist, move, and interact using custom avatars and spatial audio.

Enable OpenClaw agents to autonomously spend, accept payments, and manage Solana token operations using the 1ly MCP protocol.

A specialized diagnostic utility designed to verify the health, connectivity, and configuration of Openclaw Skills within your AI agent environment.

A dedicated version control tool for OpenClaw that tracks configuration changes, allowing for seamless commits, diffs, and rollbacks.








































