Jump to related tools in the same category or review the original source on GitHub.

Smart Home & IoT @daniel-laszlo Updated 6/28/2026 2,504 downloads 0 stars Security: Pass

Enzoldhazam OpenClaw Plugin & Skill | ClawHub

Looking to integrate Enzoldhazam into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate smart home & iot tasks instantly, without having to write custom tools from scratch.

What this skill does

Control NGBS iCON Smart Home thermostats. Use when the user asks about home temperature, heating, thermostat control, or wants to adjust room temperatures.

Install

ClawHub CLI
openclaw skills install @daniel-laszlo/enzoldhazam
Node.js (npx)
npx clawhub@latest install enzoldhazam

Full SKILL.md

Open original
Metadata table.
namedescription
enzoldhazamControl NGBS iCON Smart Home thermostats. Use when the user asks about home temperature, heating, thermostat control, or wants to adjust room temperatures.

SKILL.md content below is scrollable.

enzoldhazam

Control NGBS iCON Smart Home thermostats via enzoldhazam.hu.

Setup

  1. Install the CLI:
git clone https://github.com/daniel-laszlo/enzoldhazam.git
cd enzoldhazam
go build -o enzoldhazam ./cmd/enzoldhazam
sudo mv enzoldhazam /usr/local/bin/
  1. Login (credentials stored in macOS Keychain):
enzoldhazam login

Or set environment variables:

export ENZOLDHAZAM_USER="your-email"
export ENZOLDHAZAM_PASS="your-password"

Commands

Command Description
enzoldhazam status Show all rooms with temperatures
enzoldhazam status --json JSON output for parsing
enzoldhazam get <room> Get specific room details
enzoldhazam set <room> <temp> Set target temperature
enzoldhazam login Save credentials to Keychain
enzoldhazam logout Clear stored credentials

Examples

# Check current temperatures
enzoldhazam status

# Set a room to 22°C
enzoldhazam set "Living Room" 22

# Get room info as JSON
enzoldhazam get "Bedroom" --json

Instructions

When the user asks about home temperature, heating, or thermostats:

  1. Use enzoldhazam status to check current state
  2. Use enzoldhazam set <room> <temp> to change temperature
  3. Parse --json output when you need to process the data

Always confirm temperature changes with the user before executing.

ClawHub Registry URL: https://clawhub.ai/daniel-laszlo/skills/enzoldhazam

Related skills

If this matches your use case, these are close alternatives in the same category.