{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/beestat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beestat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/beestat",
    "agentPageUrl": "https://openagent3.xyz/skills/beestat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beestat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beestat/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Beestat CLI",
        "body": "CLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime."
      },
      {
        "title": "Installation",
        "body": "npm install -g beestat-cli"
      },
      {
        "title": "Setup",
        "body": "Create account at beestat.io and link your ecobee\nEmail contact@beestat.io with your thermostat serial number to get an API key\nSet environment variable: export BEESTAT_API_KEY=\"your-key\""
      },
      {
        "title": "Status",
        "body": "beestat status             # Current temps, humidity, setpoints, weather\nbeestat status --json"
      },
      {
        "title": "Sensors",
        "body": "beestat sensors            # All sensors with temperature and occupancy\nbeestat sensors --json"
      },
      {
        "title": "Air Quality",
        "body": "beestat air-quality        # CO2, VOC, and air quality score\nbeestat aq                 # Short alias\nbeestat aq --json\n\nRequires ecobee Smart Thermostat Premium (has built-in air quality sensors).\n\nCO2 Levels:\n\n< 800 ppm: Excellent\n800-1000 ppm: Good\n1000-1500 ppm: Fair (consider ventilation)\n\n\n1500 ppm: High (ventilate!)\n\nVOC Levels:\n\n< 0.5 ppm: Excellent\n0.5-1.0 ppm: Good\n1.0-3.0 ppm: Fair\n\n\n3.0 ppm: High"
      },
      {
        "title": "Thermostats",
        "body": "beestat thermostats        # Model info, HVAC details\nbeestat thermostats --json"
      },
      {
        "title": "Runtime Summary",
        "body": "beestat summary            # Runtime history (default 7 days)\nbeestat summary --days 14  # Last 14 days\nbeestat summary --json"
      },
      {
        "title": "Force Sync",
        "body": "beestat sync               # Force sync with ecobee"
      },
      {
        "title": "Usage Examples",
        "body": "User: \"What's the temperature in the house?\"\n\nbeestat status\n\nUser: \"Is the air quality okay?\"\n\nbeestat aq\n\nUser: \"Is anyone in the bedrooms?\"\n\nbeestat sensors\n\nUser: \"How much did we heat the house this week?\"\n\nbeestat summary --days 7\n\nUser: \"What thermostats do we have?\"\n\nbeestat thermostats"
      },
      {
        "title": "Notes",
        "body": "Air quality data comes from ecobee runtime, not sensor capabilities\nAll commands support --json for scripting/automation\nUse beestat sync if data seems stale"
      }
    ],
    "body": "Beestat CLI\n\nCLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime.\n\nInstallation\nnpm install -g beestat-cli\n\nSetup\nCreate account at beestat.io and link your ecobee\nEmail contact@beestat.io with your thermostat serial number to get an API key\nSet environment variable: export BEESTAT_API_KEY=\"your-key\"\nCommands\nStatus\nbeestat status             # Current temps, humidity, setpoints, weather\nbeestat status --json\n\nSensors\nbeestat sensors            # All sensors with temperature and occupancy\nbeestat sensors --json\n\nAir Quality\nbeestat air-quality        # CO2, VOC, and air quality score\nbeestat aq                 # Short alias\nbeestat aq --json\n\n\nRequires ecobee Smart Thermostat Premium (has built-in air quality sensors).\n\nCO2 Levels:\n\n< 800 ppm: Excellent\n800-1000 ppm: Good\n1000-1500 ppm: Fair (consider ventilation)\n\n1500 ppm: High (ventilate!)\n\nVOC Levels:\n\n< 0.5 ppm: Excellent\n0.5-1.0 ppm: Good\n1.0-3.0 ppm: Fair\n\n3.0 ppm: High\n\nThermostats\nbeestat thermostats        # Model info, HVAC details\nbeestat thermostats --json\n\nRuntime Summary\nbeestat summary            # Runtime history (default 7 days)\nbeestat summary --days 14  # Last 14 days\nbeestat summary --json\n\nForce Sync\nbeestat sync               # Force sync with ecobee\n\nUsage Examples\n\nUser: \"What's the temperature in the house?\"\n\nbeestat status\n\n\nUser: \"Is the air quality okay?\"\n\nbeestat aq\n\n\nUser: \"Is anyone in the bedrooms?\"\n\nbeestat sensors\n\n\nUser: \"How much did we heat the house this week?\"\n\nbeestat summary --days 7\n\n\nUser: \"What thermostats do we have?\"\n\nbeestat thermostats\n\nNotes\nAir quality data comes from ecobee runtime, not sensor capabilities\nAll commands support --json for scripting/automation\nUse beestat sync if data seems stale"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mjrussell/beestat",
    "publisherUrl": "https://clawhub.ai/mjrussell/beestat",
    "owner": "mjrussell",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}