# Send Beestat 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": "beestat",
    "name": "Beestat",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mjrussell/beestat",
    "canonicalUrl": "https://clawhub.ai/mjrussell/beestat",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/beestat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beestat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "beestat",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:08:21.674Z",
      "expiresAt": "2026-05-07T12:08:21.674Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beestat",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beestat",
        "contentDisposition": "attachment; filename=\"beestat-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "beestat"
      },
      "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/beestat"
    },
    "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/beestat",
    "downloadUrl": "https://openagent3.xyz/downloads/beestat",
    "agentUrl": "https://openagent3.xyz/skills/beestat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beestat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beestat/agent.md"
  }
}
```
## Documentation

### Beestat CLI

CLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime.

### Installation

npm install -g beestat-cli

### Setup

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"

### Status

beestat status             # Current temps, humidity, setpoints, weather
beestat status --json

### Sensors

beestat sensors            # All sensors with temperature and occupancy
beestat sensors --json

### Air Quality

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

### Thermostats

beestat thermostats        # Model info, HVAC details
beestat thermostats --json

### Runtime Summary

beestat summary            # Runtime history (default 7 days)
beestat summary --days 14  # Last 14 days
beestat summary --json

### Force Sync

beestat sync               # Force sync with ecobee

### Usage Examples

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

### Notes

Air quality data comes from ecobee runtime, not sensor capabilities
All commands support --json for scripting/automation
Use beestat sync if data seems stale
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mjrussell
- Version: 0.1.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-04-30T12:08:21.674Z
- Expires at: 2026-05-07T12:08:21.674Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/beestat)
- [Send to Agent page](https://openagent3.xyz/skills/beestat/agent)
- [JSON manifest](https://openagent3.xyz/skills/beestat/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/beestat/agent.md)
- [Download page](https://openagent3.xyz/downloads/beestat)