TopRank Skills

Home / Claw Skills / Git / GitHub / enzoldhazam
Official OpenClaw rules 54%

enzoldhazam

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 enzoldhazam 技能。 若已安装,则直接安装 enzoldhazam 技能。

Overview

Skill Key
daniel-laszlo/enzoldhazam
Author
daniel-laszlo
Source Repo
openclaw/skills
Version
-
Source Path
skills/daniel-laszlo/enzoldhazam
Latest Commit SHA
2b6700213fdf55c5a7c5351f7fb44bb3094f0e38

Extracted Content

SKILL.md excerpt

# enzoldhazam

Control NGBS iCON Smart Home thermostats via enzoldhazam.hu.

## Setup

1. Install the CLI:
```bash
git clone https://github.com/daniel-laszlo/enzoldhazam.git
cd enzoldhazam
go build -o enzoldhazam ./cmd/enzoldhazam
sudo mv enzoldhazam /usr/local/bin/
```

2. Login (credentials stored in macOS Keychain):
```bash
enzoldhazam login
```

Or set environment variables:
```bash
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

```bash
# 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.

README excerpt

# enzoldhazam

CLI tool for controlling thermostats via [enzoldhazam.hu](https://www.enzoldhazam.hu) (NGBS iCON Smart Home system).

## Installation

```bash
# Clone the repository
git clone https://github.com/daniel-laszlo/enzoldhazam.git
cd enzoldhazam

# Build
go build -o enzoldhazam ./cmd/enzoldhazam

# Optional: move to PATH
mv enzoldhazam /usr/local/bin/
```

## Usage

### Authentication

Login and save credentials to macOS Keychain:

```bash
enzoldhazam login
```

Or use environment variables:

```bash
export ENZOLDHAZAM_USER="your-email@example.com"
export ENZOLDHAZAM_PASS="your-password"
```

### Commands

```bash
# Show all rooms with current/target temperatures
enzoldhazam status

# Get specific room details
enzoldhazam get <room-name>
enzoldhazam get <thermostat-id>

# Set target temperature
enzoldhazam set <room-name> <temperature>

# Clear stored credentials
enzoldhazam logout
```

### JSON Output

All data commands support `--json` flag for automation:

```bash
enzoldhazam status --json
enzoldhazam get <room-name> --json
```

## Example Output

```
$ enzoldhazam status
Device: My Device (123456789012)
Status: Online | Water: 38.2°C | External: 5.0°C

Living Room     22.5°C (target: 21.5°C) RH: 31%
Office          21.6°C (target: 21.5°C) RH: 30%
Bedroom         21.8°C (target: 21.5°C) RH: 26%
```

## Requirements

- Go 1.21+
- macOS (for Keychain credential storage)
- An enzoldhazam.hu account with registered NGBS iCON device(s)

## License

MIT

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cclank

news-aggregator-skill

★ 0

Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.

cccarv82

openclaw-backup-optimized

★ 0

Optimized OpenClaw backup skill for creating full snapshots with workspace archive splitting, change summaries, restore instructions, and Discord notifications. Use when you need to set up or run automated backups, configure backup cron jobs, or document/restore OpenClaw state. Triggers on backup automation, backup scripts, snapshot/restore, or GitHub backup repos.

cemoso

pr-review-loop

★ 0

Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.