← Back to Skills Marketplace
omere2

Sensibo

by omere2 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1658
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sensibo
Description
Control Sensibo smart AC devices via their REST API. Use when the user asks to turn on/off AC, change temperature, set modes, check room temperature/humidity, or manage climate schedules. Triggers on phrases like "turn on AC", "set bedroom to 22", "how hot is it", "AC off", "cooling mode".
Usage Guidance
This skill appears to do exactly what it says: provide curl examples and guidance for using the Sensibo REST API. Before installing or using it, consider: 1) where you will store the Sensibo API key—TOOLS.md is suggested but is plaintext and may be accessible to other skills or users; prefer secure secret storage or environment variables with restricted access if your agent/environment supports them; 2) restrict which agent processes can read workspace files if you don't want keys exposed; 3) verify the Sensibo URLs are correct and obtained from Sensibo's official docs (they are in SKILL.md); 4) be aware that enabling autonomous invocation means the agent could use any key you place in the workspace when it decides to call this skill—only store the key if you trust the agent's permitted actions. Other than that, there are no surprising installs or unrelated credentials requested.
Capability Analysis
Type: OpenClaw Skill Name: sensibo Version: 1.0.0 The skill is designed to control Sensibo smart AC devices via their official REST API. All `curl` commands in `SKILL.md` target legitimate Sensibo API endpoints (home.sensibo.com) for AC control, sensor data retrieval, and schedule management. The skill instructs the agent to obtain an API key and device IDs and store them in `TOOLS.md`, which is a standard method for OpenClaw skills to manage necessary credentials for their stated purpose. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior beyond its stated function.
Capability Assessment
Purpose & Capability
The name/description (Sensibo AC control) matches the runtime instructions: curl examples for turning devices on/off, changing temperature/mode/fan, reading measurements, schedules, and smartmode. Required tools, env vars, and config paths are none, which is consistent for an instruction-only wrapper that expects a Sensibo API key supplied by the user.
Instruction Scope
SKILL.md gives precise curl commands and explicitly instructs the agent to obtain an API key from Sensibo and to record device IDs and the API key in a workspace TOOLS.md file, then use the key in query parameters. The scope stays within controlling Sensibo devices. Note: advising plaintext storage of the API key in TOOLS.md expands the attack surface if that file is accessible to other skills or agents—this is a privacy/security practice consideration rather than protocol incoherence.
Install Mechanism
No install spec and no code files: instruction-only. This is low risk because nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials in metadata. However, the instructions require the Sensibo API key and device IDs and instruct the user to store them in TOOLS.md. Requesting a single Sensibo API key is proportionate, but the guidance to store the key in plaintext in a workspace file should be treated as a security choice by the user.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent privileges or changes to other skills or system settings. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sensibo
  3. After installation, invoke the skill by name or use /sensibo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Sensibo AC Control skill. - Control Sensibo smart AC units via REST API: power, temperature, mode, fan, swing, and schedules. - Query room temperature and humidity. - Manage AC climate automations (Climate React) and thresholds. - Create, list, and delete schedules for AC operation. - Support for timer-based AC actions and historical sensor data. - Designed for natural language commands like "turn on AC", "set bedroom to 22", or "how hot is it".
Metadata
Slug sensibo
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Sensibo?

Control Sensibo smart AC devices via their REST API. Use when the user asks to turn on/off AC, change temperature, set modes, check room temperature/humidity, or manage climate schedules. Triggers on phrases like "turn on AC", "set bedroom to 22", "how hot is it", "AC off", "cooling mode". It is an AI Agent Skill for Claude Code / OpenClaw, with 1658 downloads so far.

How do I install Sensibo?

Run "/install sensibo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sensibo free?

Yes, Sensibo is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sensibo support?

Sensibo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sensibo?

It is built and maintained by omere2 (@omere2); the current version is v1.0.0.

💬 Comments