sensibo-automation

Automate climate control operations by executing Sensibo toolkit commands via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sensibo-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sensibo-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/sensibo-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sensibo-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort required to manage smart climate devices by providing a standardized interface for executing Sensibo commands through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Sensibo tool schemas and execution parameters.
  • Connection Management: Verify and maintain active authentication states for Sensibo integrations.
  • Multi-Tool Execution: Run complex climate automation workflows using discovered tool slugs and structured arguments.

Quick Start

Use the sensibo-automation skill to discover available tools and set the temperature for my living room device.

Frequently Asked Questions about sensibo-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Sensibo tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Sensibo task. This returns the current tool slugs, input schemas, and execution plans required for your device.

What should I do if my Sensibo connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the 'sensibo' toolkit parameter. Follow the provided authentication link to re-establish your connection before attempting further operations.

Can I execute multiple Sensibo commands at once?

Yes, use the RUBE_MULTI_EXECUTE_TOOL function to batch multiple tool operations. Ensure you include the required memory parameter and use valid schemas discovered during the search phase.

Why must I search for tools before executing them?

Tool schemas and available parameters for Sensibo devices change frequently. Searching ensures you are using the most current, valid arguments to prevent execution errors.