# Send Thermostat to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "thermostat",
    "name": "Thermostat",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/thermostat",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/thermostat",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/thermostat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=thermostat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "away.md",
      "basics.md",
      "efficiency.md",
      "integration.md",
      "troubleshooting.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "thermostat",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T02:46:08.300Z",
      "expiresAt": "2026-05-11T02:46:08.300Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=thermostat",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=thermostat",
        "contentDisposition": "attachment; filename=\"thermostat-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "thermostat"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/thermostat"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/thermostat",
    "downloadUrl": "https://openagent3.xyz/downloads/thermostat",
    "agentUrl": "https://openagent3.xyz/skills/thermostat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/thermostat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/thermostat/agent.md"
  }
}
```
## Documentation

### What the Agent Can Do

User RequestAgent Action"Make it warmer/cooler"Adjust setpoint ±2-3°F or to specific temp"Why is my bedroom cold?"Diagnose: sensor location, vent issues, zone problems"Set up a schedule"Gather wake/leave/return/sleep times → configure"Am I wasting money?"Calculate setback savings, identify inefficiencies"I'm going on vacation"Set freeze protection (55°F) or vacancy mode"Something's wrong with my heat"Troubleshoot: cycles, error codes, aux heat issues

### Before Adjusting Temperature

Gather context:

Current temp and setpoint
Heating or cooling mode?
Smart thermostat or basic?
Any specific room complaints?

Smart thermostats: Adjust via voice, app command, or API integration.
Basic thermostats: Guide user to physical adjustment, suggest smart plug workarounds if relevant.

### Diagnosing Comfort Problems

When user says "it's too hot/cold":

Check location mismatch — Thermostat in hallway but complaint is bedroom? Sensor measures wrong place. Solution: remote sensors or door management.


Check system behavior — Running constantly? Short cycling (<5 min)? Not turning on? Each has different diagnosis path. See troubleshooting.md.


Check settings — Wrong mode? Hold preventing schedule? Eco mode active unexpectedly?

### Energy Calculations

When user asks about savings:

Setback rule of thumb: 1°F setback for 8 hours = ~1% savings.

ScenarioEstimated savings10°F night setback (8h)5-15%10°F work setback (8h)5-15%Both combined10-25%

Heat pump exception: Deep setbacks may trigger expensive aux heat. Recommend 3-5°F max for heat pumps.

Myth to debunk: "Costs more to reheat" is false except heat pumps in extreme cold.

### Vacation/Away Configuration

Short away (hours): Set 62°F heat / 82°F cool.

Extended vacation:

Minimum 55°F (pipe freeze protection)
Maximum 85°F (humidity/mold prevention)
Enable leak sensor alerts if available

Remind user: Set return date or use geofencing to avoid coming home to extreme temps.

### Load Detailed Reference

SituationReferenceMode explanations, holds, fan settingsbasics.mdSystem not responding, error codes, HVAC issuestroubleshooting.mdCost calculations, efficiency tips, renter workaroundsefficiency.mdHomeKit, Alexa, Google, Home Assistant, Matterintegration.mdVacation settings, freeze protection, humidityaway.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T02:46:08.300Z
- Expires at: 2026-05-11T02:46:08.300Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/thermostat)
- [Send to Agent page](https://openagent3.xyz/skills/thermostat/agent)
- [JSON manifest](https://openagent3.xyz/skills/thermostat/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/thermostat/agent.md)
- [Download page](https://openagent3.xyz/downloads/thermostat)