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

Web & Frontend Development @odrobnik Updated 7/18/2026 2,015 downloads 2 stars Security: Pass

🏠 Loxone OpenClaw Plugin & Skill | ClawHub

Looking to integrate Loxone into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Control and monitor a Loxone Miniserver (smart home) via HTTP API and real-time WebSocket. Use for querying room/device status (temperatures, lights), watching live events, and sending safe control commands.

Install

ClawHub CLI
openclaw skills install @odrobnik/loxone
Node.js (npx)
npx clawhub@latest install loxone

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionhomepage
loxone1.3.3Control and monitor a Loxone Miniserver (smart home) via HTTP API and real-time WebSocket. Use for querying room/device status (temperatures, lights), watching live events, and sending safe control commands.https://github.com/odrobnik/loxone-skill

SKILL.md content below is scrollable.

Loxone (Smart Home)

Setup

See SETUP.md for prerequisites and setup instructions.

Commands

  • python3 scripts/loxone.py rooms
  • python3 scripts/loxone.py map
  • python3 scripts/loxone.py status "<Room>"
  • python3 scripts/loxone.py control "<Room>" "<Control>" on|off
  • python3 scripts/loxone_watch.py --room "<Room>" [--changes-only] [--duration <sec>]

Notes

  • Treat as read-only by default; only use control commands when explicitly requested.
  • WebSocket auth can be finicky; if WS fails, fall back to HTTP status queries.
ClawHub Registry URL: https://clawhub.ai/odrobnik/skills/loxone

Related skills

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