{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dyson-cli",
    "name": "Dyson Fan Control",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tmustier/dyson-cli",
    "canonicalUrl": "https://clawhub.ai/tmustier/dyson-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dyson-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dyson-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "pyproject.toml",
      "src/dyson_cli/__init__.py",
      "src/dyson_cli/cli.py",
      "src/dyson_cli/config.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",
      "slug": "dyson-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T18:07:35.997Z",
      "expiresAt": "2026-05-09T18:07:35.997Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dyson-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dyson-cli",
        "contentDisposition": "attachment; filename=\"dyson-cli-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dyson-cli"
      },
      "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/dyson-cli"
    },
    "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/dyson-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/dyson-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dyson-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dyson-cli/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": "Prerequisites",
        "body": "CLI installed at ~/dyson-cli with venv\nMust be on same WiFi as the Dyson - local MQTT only, won't work remotely\n\nQuick check:\n\ncd ~/dyson-cli && source .venv/bin/activate && dyson list --check"
      },
      {
        "title": "Power",
        "body": "dyson on                      # Turn on\ndyson off                     # Turn off"
      },
      {
        "title": "Fan Control",
        "body": "dyson fan speed 5             # Speed 1-10\ndyson fan speed auto          # Auto mode\ndyson fan oscillate on        # Enable oscillation\ndyson fan oscillate on -a 90  # 90° sweep (45/90/180/350)\ndyson fan oscillate off       # Disable oscillation"
      },
      {
        "title": "Heat Control (Hot+Cool models)",
        "body": "dyson heat on                 # Enable heating\ndyson heat off                # Disable heating\ndyson heat target 22          # Set target temp (°C)"
      },
      {
        "title": "Other",
        "body": "dyson night on                # Night mode on\ndyson night off               # Night mode off\ndyson status                  # Show current state\ndyson status --json           # JSON output"
      },
      {
        "title": "Multiple Devices",
        "body": "Use -d <name> to target a specific device:\n\ndyson on -d \"Bedroom\"\ndyson fan speed auto -d \"Office\""
      },
      {
        "title": "Common Patterns",
        "body": "# \"Turn on the Dyson and set to auto\"\ndyson on && dyson fan speed auto\n\n# \"Heat to 23 degrees\"\ndyson heat on && dyson heat target 23\n\n# \"Turn on with gentle oscillation\"\ndyson on && dyson fan speed 3 && dyson fan oscillate on -a 45\n\n# \"What's the current temperature?\"\ndyson status --json | python3 -c \"import sys,json; d=json.load(sys.stdin); print(f\\\"Temp: {d['temperature']-273:.1f}°C, Humidity: {d['humidity']}%\\\")\""
      },
      {
        "title": "Troubleshooting",
        "body": "If commands fail:\n\nCheck device is online: dyson list --check\nEnsure on same WiFi network as the Dyson\nRe-run setup if credentials expired: dyson setup\n\nFor installation, device setup, and full documentation, see README.md."
      }
    ],
    "body": "Dyson CLI\nPrerequisites\nCLI installed at ~/dyson-cli with venv\nMust be on same WiFi as the Dyson - local MQTT only, won't work remotely\n\nQuick check:\n\ncd ~/dyson-cli && source .venv/bin/activate && dyson list --check\n\nCommands\nPower\ndyson on                      # Turn on\ndyson off                     # Turn off\n\nFan Control\ndyson fan speed 5             # Speed 1-10\ndyson fan speed auto          # Auto mode\ndyson fan oscillate on        # Enable oscillation\ndyson fan oscillate on -a 90  # 90° sweep (45/90/180/350)\ndyson fan oscillate off       # Disable oscillation\n\nHeat Control (Hot+Cool models)\ndyson heat on                 # Enable heating\ndyson heat off                # Disable heating\ndyson heat target 22          # Set target temp (°C)\n\nOther\ndyson night on                # Night mode on\ndyson night off               # Night mode off\ndyson status                  # Show current state\ndyson status --json           # JSON output\n\nMultiple Devices\n\nUse -d <name> to target a specific device:\n\ndyson on -d \"Bedroom\"\ndyson fan speed auto -d \"Office\"\n\nCommon Patterns\n# \"Turn on the Dyson and set to auto\"\ndyson on && dyson fan speed auto\n\n# \"Heat to 23 degrees\"\ndyson heat on && dyson heat target 23\n\n# \"Turn on with gentle oscillation\"\ndyson on && dyson fan speed 3 && dyson fan oscillate on -a 45\n\n# \"What's the current temperature?\"\ndyson status --json | python3 -c \"import sys,json; d=json.load(sys.stdin); print(f\\\"Temp: {d['temperature']-273:.1f}°C, Humidity: {d['humidity']}%\\\")\"\n\nTroubleshooting\n\nIf commands fail:\n\nCheck device is online: dyson list --check\nEnsure on same WiFi network as the Dyson\nRe-run setup if credentials expired: dyson setup\n\nFor installation, device setup, and full documentation, see README.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tmustier/dyson-cli",
    "publisherUrl": "https://clawhub.ai/tmustier/dyson-cli",
    "owner": "tmustier",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dyson-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/dyson-cli",
    "agentUrl": "https://openagent3.xyz/skills/dyson-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dyson-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dyson-cli/agent.md"
  }
}