Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query ecobee thermostat data via Beestat API including temperature, humidity, air quality (CO2, VOC), sensors, and HVAC runtime. Use when user asks about home temperature, thermostat status, air quality, or heating/cooling usage.
Query ecobee thermostat data via Beestat API including temperature, humidity, air quality (CO2, VOC), sensors, and HVAC runtime. Use when user asks about home temperature, thermostat status, air quality, or heating/cooling usage.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
CLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime.
npm install -g beestat-cli
Create account at beestat.io and link your ecobee Email contact@beestat.io with your thermostat serial number to get an API key Set environment variable: export BEESTAT_API_KEY="your-key"
beestat status # Current temps, humidity, setpoints, weather beestat status --json
beestat sensors # All sensors with temperature and occupancy beestat sensors --json
beestat air-quality # CO2, VOC, and air quality score beestat aq # Short alias beestat aq --json Requires ecobee Smart Thermostat Premium (has built-in air quality sensors). CO2 Levels: < 800 ppm: Excellent 800-1000 ppm: Good 1000-1500 ppm: Fair (consider ventilation) 1500 ppm: High (ventilate!) VOC Levels: < 0.5 ppm: Excellent 0.5-1.0 ppm: Good 1.0-3.0 ppm: Fair 3.0 ppm: High
beestat thermostats # Model info, HVAC details beestat thermostats --json
beestat summary # Runtime history (default 7 days) beestat summary --days 14 # Last 14 days beestat summary --json
beestat sync # Force sync with ecobee
User: "What's the temperature in the house?" beestat status User: "Is the air quality okay?" beestat aq User: "Is anyone in the bedrooms?" beestat sensors User: "How much did we heat the house this week?" beestat summary --days 7 User: "What thermostats do we have?" beestat thermostats
Air quality data comes from ecobee runtime, not sensor capabilities All commands support --json for scripting/automation Use beestat sync if data seems stale
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.