WeCom Connector

WIPThis tutorial is being written — basic information below; full steps will land with the corresponding repository release. Contributions are welcome on GitHub.

The WeCom connector is a bot deployed inside WeCom (WeChat Work): it turns natural-language commands in a chat group into specification-compliant device calls, so your team can command devices from WeCom directly.

How it works

  • The connector bot lives in a chat group and receives messages that @ it.
  • Commands are parsed by an LLM into spec-compliant device calls, executed under the L2 authorization & security model.
  • Dangerous writes trigger human-in-the-loop confirmation in the group, and every call is audited.

The deployment tutorial is being written; connector code lives in the connectors repository, and integration status is on the ecosystem page.