{
  "schemaVersion": "1.0",
  "item": {
    "slug": "midea-ac",
    "name": "Midea Air Conditioners",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Iamanorange/midea-ac",
    "canonicalUrl": "https://clawhub.ai/Iamanorange/midea-ac",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/midea-ac",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=midea-ac",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/midea_ac.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/midea-ac"
    },
    "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/midea-ac",
    "agentPageUrl": "https://openagent3.xyz/skills/midea-ac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/midea-ac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/midea-ac/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Midea Smart Home Control",
        "body": "Control Midea ACs via the msmart."
      },
      {
        "title": "How to Use",
        "body": "Skill path: ~/.openclaw/skills/midea_ac"
      },
      {
        "title": "AC Control Commands",
        "body": "# Navigate to skill directory\ncd ~/.openclaw/skills/midea_ac\n\n# Check status\npython scripts/midea_ac.py bedroom status\n\n# Turn on/off\npython scripts/midea_ac.py bedroom on\npython scripts/midea_ac.py bedroom off\npython scripts/midea_ac.py bedroom toggle\n\n# Set operation mode\npython scripts/midea_ac.py bedroom --mode cool\n\n# Set target temperature\npython scripts/midea_ac.py bedroom --temperature 26\n\n# Set fan speed\npython scripts/midea_ac.py bedroom --fan_speed low\n\n# Set aux hear mode\npython scripts/midea_ac.py bedroom --aux_mode on\n\n# Set multiple parameters at once\npython scripts/midea_ac.py bedroom --mode heat --temperature 28 --fan_speed medium --aux_mode off"
      },
      {
        "title": "Natural Language Understanding",
        "body": "When the user says the following, execute the corresponding command:\n\nUser SaysCommandTurn on the <room-name> AC / open ACscripts/midea_ac.py <room-name> onTurn off the <room-name> AC / close <room-name> ACscripts/midea_ac.py <room-name> offToggle the <room-name> ACscripts/midea_ac.py <room-name> toggleWarmer / more warmCheck status first, then increase temperature by 2 - 10 degreesCooler / less heatCheck status first, then decrease temperature by 2 - 10 degreesFull speed / maximumif mode is heat: scripts/midea_ac.py <room-name> --temperature 30 --fan_speed max, if mode is cool: scripts/midea_ac.py <room-name> --temperature 16 --fan_speed maxMinimum speedscripts/midea_ac.py <room-name> --fan_speed low<room-name> AC status / what's the <room-name> statusscripts/midea_ac.py <room-name> status"
      },
      {
        "title": "Before Executing",
        "body": "Navigate to skill directory: cd ~/.openclaw/skills/midea_ac\nRun with uv: python scripts/midea_ac.py <room-name> <command>\nReport the result to the user after execution"
      }
    ],
    "body": "Midea Smart Home Control\n\nControl Midea ACs via the msmart.\n\nHow to Use\n\nSkill path: ~/.openclaw/skills/midea_ac\n\nAC Control Commands\n# Navigate to skill directory\ncd ~/.openclaw/skills/midea_ac\n\n# Check status\npython scripts/midea_ac.py bedroom status\n\n# Turn on/off\npython scripts/midea_ac.py bedroom on\npython scripts/midea_ac.py bedroom off\npython scripts/midea_ac.py bedroom toggle\n\n# Set operation mode\npython scripts/midea_ac.py bedroom --mode cool\n\n# Set target temperature\npython scripts/midea_ac.py bedroom --temperature 26\n\n# Set fan speed\npython scripts/midea_ac.py bedroom --fan_speed low\n\n# Set aux hear mode\npython scripts/midea_ac.py bedroom --aux_mode on\n\n# Set multiple parameters at once\npython scripts/midea_ac.py bedroom --mode heat --temperature 28 --fan_speed medium --aux_mode off\n\nNatural Language Understanding\n\nWhen the user says the following, execute the corresponding command:\n\nUser Says\tCommand\nTurn on the <room-name> AC / open AC\tscripts/midea_ac.py <room-name> on\nTurn off the <room-name> AC / close <room-name> AC\tscripts/midea_ac.py <room-name> off\nToggle the <room-name> AC\tscripts/midea_ac.py <room-name> toggle\nWarmer / more warm\tCheck status first, then increase temperature by 2 - 10 degrees\nCooler / less heat\tCheck status first, then decrease temperature by 2 - 10 degrees\nFull speed / maximum\tif mode is heat: scripts/midea_ac.py <room-name> --temperature 30 --fan_speed max, if mode is cool: scripts/midea_ac.py <room-name> --temperature 16 --fan_speed max\nMinimum speed\tscripts/midea_ac.py <room-name> --fan_speed low\n<room-name> AC status / what's the <room-name> status\tscripts/midea_ac.py <room-name> status\nBefore Executing\nNavigate to skill directory: cd ~/.openclaw/skills/midea_ac\nRun with uv: python scripts/midea_ac.py <room-name> <command>\nReport the result to the user after execution"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Iamanorange/midea-ac",
    "publisherUrl": "https://clawhub.ai/Iamanorange/midea-ac",
    "owner": "Iamanorange",
    "version": "0.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/midea-ac",
    "downloadUrl": "https://openagent3.xyz/downloads/midea-ac",
    "agentUrl": "https://openagent3.xyz/skills/midea-ac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/midea-ac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/midea-ac/agent.md"
  }
}