Install
openclaw skills install mqttImplement MQTT messaging avoiding security, QoS, and connection management pitfalls.
openclaw skills install mqtt/ creates empty first level — home/temp not /home/temphome/+/temperature# matches everything including nested — home/# gets home/a/b/c/dpersistence true survives restarts — without it, retained messages and subscriptions lostmax_queued_messages prevents memory exhaustion — one slow subscriber shouldn't crash brokerlistener 1883 0.0.0.0 binds all interfaces — use 127.0.0.1 for local-only# sees all traffic — never in production, leaks everything$SYS/# exposes broker metrics — client count, bytes, subscriptionsmosquitto_sub -v shows topic with message — essential for debugging