Sensibo AC Control for Openclaw

A powerful AI agent skill for managing Sensibo smart air conditioners through comprehensive REST API integrations.

omere2
v1.0.0
Feb 4, 2026
1
2.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sensibo

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sensibo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sensibo AC Control?

The Sensibo AC Control skill empowers your AI agent to interact directly with Sensibo smart climate hardware. By bridging the gap between natural language and the Sensibo REST API, this skill allows for granular control over cooling and heating systems. It is an essential part of the Openclaw Skills ecosystem for users looking to automate their physical environment.

This skill supports everything from basic power toggles to complex climate automation logic. Whether you are building a smart office assistant or a home automation hub, this integration provides the technical foundation needed to monitor indoor air quality and maintain optimal comfort levels programmatically.

Sensibo AC Control Use Cases

  • Turning air conditioning units on or off using voice or text commands.
  • Adjusting target temperatures and fan speeds for specific rooms like the bedroom or living room.
  • Querying real-time sensor data to check current room temperature and humidity levels.
  • Automating climate adjustments based on specific environmental thresholds using Climate React.
  • Setting up energy-saving schedules or one-time timers for automatic power-off.

How Sensibo AC Control Works

  1. The AI agent processes a user request related to climate control or environment status.
  2. The skill references the local configuration to find the appropriate Sensibo API key and Device ID.
  3. A specific HTTP request (GET, POST, or PATCH) is constructed and sent to the Sensibo v2 or v1 API endpoints.
  4. The skill uses the --compressed flag to ensure efficient data transfer and optimal rate limit handling.
  5. The AI agent interprets the API response to confirm the action or report the requested sensor data back to the user.

Sensibo AC Control Setup

To get started with this skill in your Openclaw Skills collection, follow these steps:

  1. Generate an API key at https://home.sensibo.com/me/api.
  2. Retrieve your specific device IDs by executing the following command:
curl --compressed "https://home.sensibo.com/api/v2/users/me/pods?fields=id,room&apiKey={API_KEY}"
  1. Configure your TOOLS.md file with your API Key and a mapping table for your rooms and device IDs to allow the agent to resolve room names correctly.

Sensibo AC Control Data Schema & Taxonomy

The Sensibo AC Control skill manages data through structured AC states and sensor measurements. Below is the primary data schema used for device interaction:

Property Type Description
on boolean Sets the power state of the AC unit
mode string Operation modes: cool, heat, fan, auto, dry
targetTemperature integer The desired temperature value
fanLevel string Fan speeds: low, medium, high, auto
measurements object Contains temperature and humidity readings

Sensibo AC Control Advanced Features

  • Climate React: Configure high and low temperature thresholds to trigger automatic state changes.
  • Historical Data Retrieval: Access past environment measurements for analysis and reporting within Openclaw Skills.
  • Bulk Operations: Control multiple AC units simultaneously by looping through configured device IDs.
  • Native Scheduling: Create and manage recurring climate events directly via the v1 API integration.
  • Timer Support: Set one-time delayed actions to turn devices off after a specified duration.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*