Skip to main content

Use Aqara Studio Skill in OpenClaw Web UI

Overview

Aqara provides an OpenClaw skill for integrating Aqara Studio capabilities. Once installed, you can achieve the following in the OpenClaw Web UI:

  • List devices, count the number of devices, read device status, and control devices;
  • List spaces, create or rename spaces, and move devices between spaces;
  • Create automations, view automations, update automation configurations, enable or disable automations, and delete automations.

The entire process requires no coding. You only need to configure the necessary information, making it easy to comprehensively manage Aqara devices and bringing great convenience to your smart space management.

Install the Skill

  1. Install the Aqara OpenAPI Local Skill for your OpenClaw. For example, you can directly enter Install Aqara OpenAPI Local Skill in the input box, and the Assistant will start installing the Skill.

  2. After installation, click Skills on the left sidebar. If you see aqara-open-api-local listed under WORKSPACE SKILLS, the installation was successful.

    Confirm whether Aqara API is installed

Configure the Skill

  1. After installation, the Assistant will prompt you to provide AQARA_ENDPOINT_URL and AQARA_OPEN_API_TOKEN for authentication.

    tip
    • AQARA_ENDPOINT_URL is the HTTP Request URL of Aqara Studio, usually ending with /open/api/v1.
    • AQARA_OPEN_API_TOKEN is the token used for authentication in Aqara Studio.

    Enter URL and token

    After submitting the above information, OpenClaw will automatically complete the required configuration.

  2. After the service is successfully configured, you can now view and manage all devices connected to Aqara Studio in real time through OpenClaw, achieving efficient device monitoring and convenient control.

    For example, you can ask the assistant: How many devices are integrated in Aqara Studio?

    Query the number of integrated devices

FAQ

How to check the entered AQARA_ENDPOINT_URL and AQARA_OPEN_API_TOKEN?

  1. In the Chat session, ask the Assistant to output the openclaw.json file.

    Output the openclaw.json file
  2. The Assistant will display the contents of the openclaw.json file in the chat window. You can find the configured AQARA_ENDPOINT_URL and AQARA_OPEN_API_TOKEN there.

    View URL and Token