← 返回 Skills 市场
omere2

Sensibo

作者 omere2 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1658
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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".
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sensibo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sensibo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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".
元数据
Slug sensibo
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1658 次。

如何安装 Sensibo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sensibo」即可一键安装,无需额外配置。

Sensibo 是免费的吗?

是的,Sensibo 完全免费(开源免费),可自由下载、安装和使用。

Sensibo 支持哪些平台?

Sensibo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sensibo?

由 omere2(@omere2)开发并维护,当前版本 v1.0.0。

💬 留言讨论