Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

daikin-aircon大金空调

Agent Skill

daikin-aircon 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,668

周安装

241

GitHub Stars

公开资料未说明

下载量

1,986
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daikin-aircon(大金空调)
来源仓库:https://github.com/leroylim/daikin-aircon
安装命令:
openclaw skills install daikin-aircon
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install daikin-aircon

简介

通过WiFi远程控制大金空调,支持开关机、温度设定、模式切换等功能。

  • 适合用户需要远程调节空调状态时使用,如设置温度、风速或摆动角度。
  • 集成常用控制指令,简化智能家居场景下的设备交互流程。
  • 安装命令:openclaw skills install daikin-aircon。
  • 使用前请检查网络连接及设备兼容性,避免误操作影响使用体验。

SKILL.md

name
daikin_aircon
description
Control Daikin air conditioners over WiFi. Use when the user wants to control their Daikin AC units - turn on/off, set temperature, mode, fan speed, swing, or query status. Supports multiple devices with custom names across multiple locations.

Daikin Aircon Controller

This skill controls Daikin air conditioners over local WiFi. It supports multiple devices, automatic discovery, full control, and multi-location setups.

Device Lookup

When user specifies a device, match in this order:

  1. Exact match on id (case-insensitive, spaces→hyphens)
  2. Exact match on name (case-insensitive)
  3. Fuzzy match (ignore spaces/hyphens)

If multiple matches found: Ask user to specify location (e.g., "Which one? 'bedroom' at home or beach-house?")

Duplicate Devices (Same Name, Different Locations)

Same device ID/name is allowed in different locations:

  • living-room @ home
  • living-room @ beach-house

The unique key is locationId:id. When adding, error only if same location + same ID exists.

Adding Devices - Setup Flow

Follow this step-by-step when user wants to add a device:

Step 1: Required Info

Ask for:

  • Device name: e.g., "Living Room", "Bedroom", "Master Bedroom"
  • IP address: e.g., "192.168.1.100"

Step 2: Optional - Multiple Houses?

Ask: "Do you have multiple houses/locations? (e.g., home, beach-house, office)"

  • If yes → Ask for location name (e.g., "Family Home", "Beach House")
  • Auto-generate locationId from location name (lowercase, spaces→hyphens)

Step 3: Optional - Multiple ACs in Same Room?

Ask: "Do you have multiple ACs in the same room?"

  • If yes → Append to device name (e.g., "Living Room - Ceiling", "Living Room - Floor")

Step 4: Optional - Device Type

Ask: "Do you know your device type?"

  • Options: BRP069, BRP072C, BRP084, AirBase, SkyFi
  • If BRP072C → Ask for API key (printed on adapter inside unit)
  • If SkyFi → Ask for password

Step 5: Verify & Add

Show summary, confirm with user, then call daikin_add.

Device Management

Adding a Device

  1. Discovery - Scan network: "discover daikin devices" → shows found devices
  2. Manual - "add living room AC at 192.168.1.100"

Device Types

TypeDescriptionAuthentication
brp069Standard WiFi adapterNone
brp072CWiFi adapter with HTTPSAPI key required
brp084Firmware 2.8.0+ adaptersNone
airbaseDevices with zone supportNone
skyfiLegacy SkyFi devicesPassword required

Finding the API Key (BRP072C)

For BRP072C devices, the API key is printed inside the unit:

  1. Remove front grille from indoor unit
  2. Find circuit board with WiFi adapter
  3. API key is on a label

Available Tools

Discovery & Management

  • daikin_discover: Scan network for Daikin devices (UDP broadcast). Returns IP, MAC, name.
  • daikin_list: List all configured devices with names, IPs, locations, status.
  • daikin_add: Add new device. Parameters:

- name (required): Display name (e.g., "Living Room") - ip (required): IP address - locationId (optional): Location key (e.g., "home", "beach-house") - locationName (optional): Location display (e.g., "Family Home") - type (optional): Device type - key (optional): API key for BRP072C - password (optional): Password for SkyFi

  • daikin_remove: Remove device. If duplicate names exist, use locationId to specify.
  • daikin_update: Update device settings (IP, name, type, key, location).
  • daikin_set_default: Set default device for commands.

Status & Control

All control tools accept optional device and locationId parameters. If only one device matches, use it automatically.

  • daikin_status: Get status (power, mode, temp, fan, etc.)
  • daikin_power: Turn on/off.

- device: Device name - locationId: Location (if needed) - power: "on" or "off"

  • daikin_mode: Set mode.

- mode: "auto", "cool", "heat", "dry", "fan"

  • daikin_temperature: Set target temp (10-32°C, use decimal like 22.5).
  • daikin_fan: Set fan speed ("auto", "silence", "1"-"5").
  • daikin_swing: Set swing ("off", "vertical", "horizontal", "3d").
  • daikin_powerful: Toggle powerful mode.
  • daikin_econo: Toggle econo mode.
  • daikin_streamer: Toggle streamer air purifier.
  • daikin_holiday: Toggle holiday/away mode.

Usage Examples

First Time Setup

User: Set up my Daikin AC
Agent: Let's add your AC! What's a name for it? (e.g., living-room, bedroom)
User: Living room
Agent: What's the IP address?
User: 192.168.1.101
Agent: Do you have multiple houses or locations?
User: Yes, at the beach
Agent: What's the location name? (e.g., Beach House)
User: Beach House
Agent: Adding "Living Room" at 192.168.1.101 (Beach House)... Done!

Multi-Location

User: Add bedroom at the beach house too
Agent: What's the IP for the beach house bedroom?
User: 192.168.1.201
Agent: Adding "Bedroom" at 192.168.1.201 (Beach House)... Done!

User: Turn off bedroom
Agent: You have "bedroom" at both "Family Home" and "Beach House". Which one?
User: Beach house
Agent: Turning off Bedroom at Beach House...

Controlling Devices

User: Set living room to 22 degrees
Agent: [Sets Living Room to 22°C]

User: Turn off
Agent: [Turns off default device]

User: What's the temperature in bedroom?
Agent: [Shows bedroom status - if multiple, asks which location]

Temperature Format

  • ✅ Correct: "22.5", "23.0"
  • ❌ May not work: "22"

Troubleshooting

  • Device not found: Check IP, ensure same network subnet
  • Connection timeout: Verify IP with ping
  • Authentication failed: Check API key (BRP072C)
  • Multiple matches: Specify location with locationId

State

Configuration stored in data/devices.json. Persists across sessions.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.17%
按下载量换算1,394

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills